Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
27f1ba57
Kaydet (Commit)
27f1ba57
authored
Eki 11, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
kill RefEdit constructor that does not initialize the highlighting
Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950
üst
21ccb6b4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
13 deletions
+6
-13
funcutl.hxx
formula/inc/formula/funcutl.hxx
+0
-1
funcutl.cxx
formula/source/ui/dlg/funcutl.cxx
+1
-7
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+3
-3
validate.cxx
sc/source/ui/dbgui/validate.cxx
+2
-2
No files found.
formula/inc/formula/funcutl.hxx
Dosyayı görüntüle @
27f1ba57
...
@@ -44,7 +44,6 @@ protected:
...
@@ -44,7 +44,6 @@ protected:
public
:
public
:
RefEdit
(
Window
*
_pParent
,
IControlReferenceHandler
*
pParent
,
const
ResId
&
rResId
);
RefEdit
(
Window
*
_pParent
,
IControlReferenceHandler
*
pParent
,
const
ResId
&
rResId
);
RefEdit
(
Window
*
pParent
,
const
ResId
&
rResId
);
virtual
~
RefEdit
();
virtual
~
RefEdit
();
void
SetRefString
(
const
XubString
&
rStr
);
void
SetRefString
(
const
XubString
&
rStr
);
...
...
formula/source/ui/dlg/funcutl.cxx
Dosyayı görüntüle @
27f1ba57
...
@@ -86,7 +86,7 @@ void ValWnd::SetValue( const String& rStrVal )
...
@@ -86,7 +86,7 @@ void ValWnd::SetValue( const String& rStrVal )
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
ArgEdit
::
ArgEdit
(
Window
*
pParent
,
const
ResId
&
rResId
)
ArgEdit
::
ArgEdit
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
RefEdit
(
pParent
,
rResId
),
:
RefEdit
(
pParent
,
NULL
,
rResId
),
pEdPrev
(
NULL
),
pEdPrev
(
NULL
),
pEdNext
(
NULL
),
pEdNext
(
NULL
),
pSlider
(
NULL
),
pSlider
(
NULL
),
...
@@ -854,12 +854,6 @@ RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResI
...
@@ -854,12 +854,6 @@ RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResI
aTimer
.
SetTimeout
(
SC_ENABLE_TIME
);
aTimer
.
SetTimeout
(
SC_ENABLE_TIME
);
}
}
RefEdit
::
RefEdit
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
Edit
(
pParent
,
rResId
),
pAnyRefDlg
(
NULL
)
{
}
RefEdit
::~
RefEdit
()
RefEdit
::~
RefEdit
()
{
{
aTimer
.
SetTimeoutHdl
(
Link
()
);
aTimer
.
SetTimeoutHdl
(
Link
()
);
...
...
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
27f1ba57
...
@@ -139,8 +139,8 @@ IMPL_LINK(ScCondFrmtEntry, EdModifyHdl, Edit*, pEdit)
...
@@ -139,8 +139,8 @@ IMPL_LINK(ScCondFrmtEntry, EdModifyHdl, Edit*, pEdit)
ScConditionFrmtEntry
::
ScConditionFrmtEntry
(
Window
*
pParent
,
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
,
const
ScCondFormatEntry
*
pFormatEntry
)
:
ScConditionFrmtEntry
::
ScConditionFrmtEntry
(
Window
*
pParent
,
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
,
const
ScCondFormatEntry
*
pFormatEntry
)
:
ScCondFrmtEntry
(
pParent
,
pDoc
,
rPos
),
ScCondFrmtEntry
(
pParent
,
pDoc
,
rPos
),
maLbCondType
(
this
,
ScResId
(
LB_CELLIS_TYPE
)
),
maLbCondType
(
this
,
ScResId
(
LB_CELLIS_TYPE
)
),
maEdVal1
(
this
,
ScResId
(
ED_VAL1
)
),
maEdVal1
(
this
,
static_cast
<
ScAnyRefDlg
*>
(
pParent
->
GetParent
()),
ScResId
(
ED_VAL1
)
),
maEdVal2
(
this
,
ScResId
(
ED_VAL2
)
),
maEdVal2
(
this
,
static_cast
<
ScAnyRefDlg
*>
(
pParent
->
GetParent
()),
ScResId
(
ED_VAL2
)
),
maFtStyle
(
this
,
ScResId
(
FT_STYLE
)
),
maFtStyle
(
this
,
ScResId
(
FT_STYLE
)
),
maLbStyle
(
this
,
ScResId
(
LB_STYLE
)
),
maLbStyle
(
this
,
ScResId
(
LB_STYLE
)
),
maWdPreview
(
this
,
ScResId
(
WD_PREVIEW
)
)
maWdPreview
(
this
,
ScResId
(
WD_PREVIEW
)
)
...
@@ -375,7 +375,7 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const
...
@@ -375,7 +375,7 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const
maFtStyle
(
this
,
ScResId
(
FT_STYLE
)
),
maFtStyle
(
this
,
ScResId
(
FT_STYLE
)
),
maLbStyle
(
this
,
ScResId
(
LB_STYLE
)
),
maLbStyle
(
this
,
ScResId
(
LB_STYLE
)
),
maWdPreview
(
this
,
ScResId
(
WD_PREVIEW
)
),
maWdPreview
(
this
,
ScResId
(
WD_PREVIEW
)
),
maEdFormula
(
this
,
ScResId
(
ED_FORMULA
)
)
maEdFormula
(
this
,
static_cast
<
ScAnyRefDlg
*>
(
pParent
->
GetParent
()),
ScResId
(
ED_FORMULA
)
)
{
{
Init
();
Init
();
...
...
sc/source/ui/dbgui/validate.cxx
Dosyayı görüntüle @
27f1ba57
...
@@ -323,10 +323,10 @@ ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rAr
...
@@ -323,10 +323,10 @@ ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rAr
maFtValue
(
this
,
ScResId
(
FT_VALUE
)
),
maFtValue
(
this
,
ScResId
(
FT_VALUE
)
),
maLbValue
(
this
,
ScResId
(
LB_VALUE
)
),
maLbValue
(
this
,
ScResId
(
LB_VALUE
)
),
maFtMin
(
this
,
ScResId
(
FT_MIN
)
),
maFtMin
(
this
,
ScResId
(
FT_MIN
)
),
maEdMin
(
this
,
ScResId
(
EDT_MIN
)
),
maEdMin
(
this
,
NULL
,
ScResId
(
EDT_MIN
)
),
maEdList
(
this
,
ScResId
(
EDT_LIST
)
),
maEdList
(
this
,
ScResId
(
EDT_LIST
)
),
maFtMax
(
this
,
ScResId
(
FT_MAX
)
),
maFtMax
(
this
,
ScResId
(
FT_MAX
)
),
maEdMax
(
this
,
ScResId
(
EDT_MAX
)
),
maEdMax
(
this
,
NULL
,
ScResId
(
EDT_MAX
)
),
maFtHint
(
this
,
ScResId
(
FT_SOURCEHINT
)
),
maFtHint
(
this
,
ScResId
(
FT_SOURCEHINT
)
),
maStrMin
(
ScResId
(
SCSTR_VALID_MINIMUM
)
),
maStrMin
(
ScResId
(
SCSTR_VALID_MINIMUM
)
),
maStrMax
(
ScResId
(
SCSTR_VALID_MAXIMUM
)
),
maStrMax
(
ScResId
(
SCSTR_VALID_MAXIMUM
)
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment