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
fcdd08b4
Kaydet (Commit)
fcdd08b4
authored
Eki 10, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
little clean-up
Change-Id: I9530fe96f36bca4808722d22b564cc3e3111a102
üst
451dddd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+0
-13
condformatdlgentry.hxx
sc/source/ui/inc/condformatdlgentry.hxx
+0
-2
No files found.
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
fcdd08b4
...
@@ -42,12 +42,7 @@ ScCondFrmtEntry::ScCondFrmtEntry(Window* pParent, ScDocument* pDoc, const ScAddr
...
@@ -42,12 +42,7 @@ ScCondFrmtEntry::ScCondFrmtEntry(Window* pParent, ScDocument* pDoc, const ScAddr
{
{
SetControlBackground
(
GetSettings
().
GetStyleSettings
().
GetDialogColor
());
SetControlBackground
(
GetSettings
().
GetStyleSettings
().
GetDialogColor
());
/*
*/
//disable entries for color formats
maLbType
.
SetSelectHdl
(
LINK
(
pParent
,
ScCondFormatList
,
TypeListHdl
)
);
maLbType
.
SetSelectHdl
(
LINK
(
pParent
,
ScCondFormatList
,
TypeListHdl
)
);
Init
();
maClickHdl
=
LINK
(
pParent
,
ScCondFormatList
,
EntrySelectHdl
);
maClickHdl
=
LINK
(
pParent
,
ScCondFormatList
,
EntrySelectHdl
);
}
}
...
@@ -55,13 +50,6 @@ ScCondFrmtEntry::~ScCondFrmtEntry()
...
@@ -55,13 +50,6 @@ ScCondFrmtEntry::~ScCondFrmtEntry()
{
{
}
}
void
ScCondFrmtEntry
::
Init
()
{
/*
*/
}
long
ScCondFrmtEntry
::
Notify
(
NotifyEvent
&
rNEvt
)
long
ScCondFrmtEntry
::
Notify
(
NotifyEvent
&
rNEvt
)
{
{
if
(
rNEvt
.
GetType
()
==
EVENT_MOUSEBUTTONDOWN
)
if
(
rNEvt
.
GetType
()
==
EVENT_MOUSEBUTTONDOWN
)
...
@@ -104,7 +92,6 @@ void ScCondFrmtEntry::SetHeight()
...
@@ -104,7 +92,6 @@ void ScCondFrmtEntry::SetHeight()
}
}
}
}
void
ScCondFrmtEntry
::
Select
()
void
ScCondFrmtEntry
::
Select
()
{
{
maFtCondition
.
SetText
(
rtl
::
OUString
());
maFtCondition
.
SetText
(
rtl
::
OUString
());
...
...
sc/source/ui/inc/condformatdlgentry.hxx
Dosyayı görüntüle @
fcdd08b4
...
@@ -39,8 +39,6 @@ private:
...
@@ -39,8 +39,6 @@ private:
FixedText
maFtCondNr
;
FixedText
maFtCondNr
;
FixedText
maFtCondition
;
FixedText
maFtCondition
;
void
Init
();
sal_Int32
mnIndex
;
sal_Int32
mnIndex
;
rtl
::
OUString
maStrCondition
;
rtl
::
OUString
maStrCondition
;
protected
:
protected
:
...
...
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