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
6e3fbd15
Kaydet (Commit)
6e3fbd15
authored
Ara 02, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
we don't need the last entry for icon sets
Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18
üst
cee68472
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+9
-0
condformatdlgentry.hxx
sc/source/ui/inc/condformatdlgentry.hxx
+2
-0
No files found.
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
6e3fbd15
...
...
@@ -1297,6 +1297,13 @@ ScColorScaleEntry* ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::CreateEntry(ScDoc
return
pEntry
;
}
void
ScIconSetFrmtEntry
::
ScIconSetFrmtDataEntry
::
SetLastEntry
()
{
maEdEntry
.
Hide
();
maLbEntryType
.
Hide
();
maFtEntry
.
Hide
();
}
ScIconSetFrmtEntry
::
ScIconSetFrmtEntry
(
Window
*
pParent
,
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
,
const
ScIconSetFormat
*
pFormat
)
:
ScCondFrmtEntry
(
pParent
,
pDoc
,
rPos
),
maLbColorFormat
(
this
,
ScResId
(
LB_COLOR_FORMAT
)
),
...
...
@@ -1321,6 +1328,7 @@ ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, ScDocument* pDoc, const
aPos
.
Y
()
+=
maEntries
[
0
].
GetSizePixel
().
Height
()
*
i
*
1.2
;
maEntries
[
i
].
SetPosPixel
(
aPos
);
}
maEntries
.
back
().
SetLastEntry
();
}
else
IconSetTypeHdl
(
NULL
);
...
...
@@ -1350,6 +1358,7 @@ IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl )
aPos
.
Y
()
+=
maEntries
[
0
].
GetSizePixel
().
Height
()
*
i
*
1.2
;
maEntries
[
i
].
SetPosPixel
(
aPos
);
}
maEntries
.
back
().
SetLastEntry
();
return
0
;
}
...
...
sc/source/ui/inc/condformatdlgentry.hxx
Dosyayı görüntüle @
6e3fbd15
...
...
@@ -260,6 +260,8 @@ class ScIconSetFrmtEntry : public ScCondFrmtEntry
ScIconSetFrmtDataEntry
(
Window
*
pParent
,
ScIconSetType
eType
,
sal_Int32
i
,
const
ScColorScaleEntry
*
pEntry
=
NULL
);
ScColorScaleEntry
*
CreateEntry
(
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
const
;
void
SetLastEntry
();
};
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