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
6240d455
Kaydet (Commit)
6240d455
authored
Ock 15, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move this class from the header file to the source file
Change-Id: Idd4f79718326770426b6e297c1753af062c7396d
üst
e6ec7b16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
18 deletions
+21
-18
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+19
-3
condformatdlgentry.hxx
sc/source/ui/inc/condformatdlgentry.hxx
+2
-15
No files found.
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
6240d455
...
...
@@ -1224,7 +1224,23 @@ IMPL_LINK_NOARG( ScDateFrmtEntry, StyleSelectHdl )
return
0
;
}
ScIconSetFrmtEntry
::
ScIconSetFrmtDataEntry
::
ScIconSetFrmtDataEntry
(
Window
*
pParent
,
ScIconSetType
eType
,
sal_Int32
i
,
const
ScColorScaleEntry
*
pEntry
)
:
class
ScIconSetFrmtDataEntry
:
public
Control
{
private
:
FixedImage
maImgIcon
;
FixedText
maFtEntry
;
Edit
maEdEntry
;
ListBox
maLbEntryType
;
public
:
ScIconSetFrmtDataEntry
(
Window
*
pParent
,
ScIconSetType
eType
,
sal_Int32
i
,
const
ScColorScaleEntry
*
pEntry
=
NULL
);
ScColorScaleEntry
*
CreateEntry
(
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
const
;
void
SetFirstEntry
();
};
ScIconSetFrmtDataEntry
::
ScIconSetFrmtDataEntry
(
Window
*
pParent
,
ScIconSetType
eType
,
sal_Int32
i
,
const
ScColorScaleEntry
*
pEntry
)
:
Control
(
pParent
,
ScResId
(
RID_ICON_SET_ENTRY
)
),
maImgIcon
(
this
,
ScResId
(
IMG_ICON
)
),
maFtEntry
(
this
,
ScResId
(
FT_ICON_SET_ENTRY_TEXT
)
),
...
...
@@ -1263,7 +1279,7 @@ ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry( Window* pPar
FreeResource
();
}
ScColorScaleEntry
*
ScIconSetFrmt
Entry
::
ScIconSetFrmt
DataEntry
::
CreateEntry
(
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
const
ScColorScaleEntry
*
ScIconSetFrmtDataEntry
::
CreateEntry
(
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
const
{
sal_Int32
nPos
=
maLbEntryType
.
GetSelectEntryPos
();
rtl
::
OUString
aText
=
maEdEntry
.
GetText
();
...
...
@@ -1297,7 +1313,7 @@ ScColorScaleEntry* ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::CreateEntry(ScDoc
return
pEntry
;
}
void
ScIconSetFrmt
Entry
::
ScIconSetFrmt
DataEntry
::
SetFirstEntry
()
void
ScIconSetFrmtDataEntry
::
SetFirstEntry
()
{
maEdEntry
.
Hide
();
maLbEntryType
.
Hide
();
...
...
sc/source/ui/inc/condformatdlgentry.hxx
Dosyayı görüntüle @
6240d455
...
...
@@ -11,6 +11,8 @@
#include "conditio.hxx"
#include <formula/funcutl.hxx>
class
ScIconSetFrmtDataEntry
;
namespace
condformat
{
namespace
entry
{
...
...
@@ -248,21 +250,6 @@ class ScIconSetFrmtEntry : public ScCondFrmtEntry
// icon set ui elements
ListBox
maLbIconSetType
;
class
ScIconSetFrmtDataEntry
:
public
Control
{
private
:
FixedImage
maImgIcon
;
FixedText
maFtEntry
;
Edit
maEdEntry
;
ListBox
maLbEntryType
;
public
:
ScIconSetFrmtDataEntry
(
Window
*
pParent
,
ScIconSetType
eType
,
sal_Int32
i
,
const
ScColorScaleEntry
*
pEntry
=
NULL
);
ScColorScaleEntry
*
CreateEntry
(
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
const
;
void
SetFirstEntry
();
};
typedef
boost
::
ptr_vector
<
ScIconSetFrmtDataEntry
>
ScIconSetFrmtDateEntriesType
;
ScIconSetFrmtDateEntriesType
maEntries
;
...
...
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