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
bc55b6e1
Kaydet (Commit)
bc55b6e1
authored
Kas 02, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add the new conditional formats to the dialog
Change-Id: Ia8c98626cf077abcf705e3d8e37478a32673622e
üst
931d715d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+36
-0
condformatdlg.src
sc/source/ui/src/condformatdlg.src
+6
-0
No files found.
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
bc55b6e1
...
...
@@ -196,6 +196,24 @@ ScConditionFrmtEntry::ScConditionFrmtEntry( Window* pParent, ScDocument* pDoc, c
assert
(
false
);
//maLbType.SelectEntryPos(2);
break
;
case
SC_COND_TOP10
:
maLbCondType
.
SelectEntryPos
(
10
);
break
;
case
SC_COND_BOTTOM10
:
maLbCondType
.
SelectEntryPos
(
11
);
break
;
case
SC_COND_TOP_PERCENT
:
maLbCondType
.
SelectEntryPos
(
12
);
break
;
case
SC_COND_BOTTOM_PERCENT
:
maLbCondType
.
SelectEntryPos
(
13
);
break
;
case
SC_COND_ABOVE_AVERAGE
:
maLbCondType
.
SelectEntryPos
(
14
);
break
;
case
SC_COND_BELOW_AVERAGE
:
maLbCondType
.
SelectEntryPos
(
15
);
break
;
case
SC_COND_NONE
:
break
;
}
...
...
@@ -276,6 +294,24 @@ ScFormatEntry* ScConditionFrmtEntry::createConditionEntry() const
case
9
:
eMode
=
SC_COND_NOTDUPLICATE
;
break
;
case
10
:
eMode
=
SC_COND_TOP10
;
break
;
case
11
:
eMode
=
SC_COND_BOTTOM10
;
break
;
case
12
:
eMode
=
SC_COND_TOP_PERCENT
;
break
;
case
13
:
eMode
=
SC_COND_BOTTOM_PERCENT
;
break
;
case
14
:
eMode
=
SC_COND_ABOVE_AVERAGE
;
break
;
case
15
:
eMode
=
SC_COND_BELOW_AVERAGE
;
break
;
default
:
assert
(
false
);
// this cannot happen
return
NULL
;
...
...
sc/source/ui/src/condformatdlg.src
Dosyayı görüntüle @
bc55b6e1
...
...
@@ -141,6 +141,12 @@ Control RID_COND_ENTRY
"not between";
"duplicate";
"not duplicate";
"top 10 elements";
"bottom 10 elements";
"top 10 percent";
"bottom 10 percent";
"above average";
"below average";
};
};
Edit ED_VAL1
...
...
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