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
616662f4
Kaydet (Commit)
616662f4
authored
Eki 10, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
forgot to hide this list box when deactivating an entry
Change-Id: I9313a5ac542ca83be418b9c9aeca46e500c3ddaa
üst
2757c745
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+11
-0
No files found.
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
616662f4
...
...
@@ -674,6 +674,8 @@ ScFormatEntry* ScColorScale2FrmtEntry::GetEntry() const
void
ScColorScale2FrmtEntry
::
SetActive
()
{
maLbColorFormat
.
Show
();
maLbEntryTypeMin
.
Show
();
maLbEntryTypeMax
.
Show
();
...
...
@@ -688,6 +690,8 @@ void ScColorScale2FrmtEntry::SetActive()
void
ScColorScale2FrmtEntry
::
SetInactive
()
{
maLbColorFormat
.
Hide
();
maLbEntryTypeMin
.
Hide
();
maLbEntryTypeMax
.
Hide
();
...
...
@@ -839,6 +843,7 @@ ScFormatEntry* ScColorScale3FrmtEntry::GetEntry() const
void
ScColorScale3FrmtEntry
::
SetActive
()
{
maLbColorFormat
.
Show
();
maLbEntryTypeMin
.
Show
();
maLbEntryTypeMiddle
.
Show
();
maLbEntryTypeMax
.
Show
();
...
...
@@ -856,6 +861,8 @@ void ScColorScale3FrmtEntry::SetActive()
void
ScColorScale3FrmtEntry
::
SetInactive
()
{
maLbColorFormat
.
Hide
();
maLbEntryTypeMin
.
Hide
();
maLbEntryTypeMiddle
.
Hide
();
maLbEntryTypeMax
.
Hide
();
...
...
@@ -1002,6 +1009,8 @@ ScFormatEntry* ScDataBarFrmtEntry::createDatabarEntry() const
void
ScDataBarFrmtEntry
::
SetActive
()
{
maLbColorFormat
.
Show
();
maLbDataBarMinType
.
Show
();
maLbDataBarMaxType
.
Show
();
maEdDataBarMin
.
Show
();
...
...
@@ -1013,6 +1022,8 @@ void ScDataBarFrmtEntry::SetActive()
void
ScDataBarFrmtEntry
::
SetInactive
()
{
maLbColorFormat
.
Hide
();
maLbDataBarMinType
.
Hide
();
maLbDataBarMaxType
.
Hide
();
maEdDataBarMin
.
Hide
();
...
...
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