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
54fd34f7
Kaydet (Commit)
54fd34f7
authored
Haz 14, 2011
tarafından
Robert Dargaud
Kaydeden (comit)
Katarina Machalkova
Haz 14, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unlimited number of conditions for conditional formatting, part 2
üst
1c8ea218
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
10 deletions
+6
-10
condfrmt.cxx
sc/source/ui/attrdlg/condfrmt.cxx
+0
-0
condfrmt.hrc
sc/source/ui/inc/condfrmt.hrc
+1
-1
condfrmt.hxx
sc/source/ui/inc/condfrmt.hxx
+1
-5
condfrmt.src
sc/source/ui/src/condfrmt.src
+4
-4
No files found.
sc/source/ui/attrdlg/condfrmt.cxx
Dosyayı görüntüle @
54fd34f7
This diff is collapsed.
Click to expand it.
sc/source/ui/inc/condfrmt.hrc
Dosyayı görüntüle @
54fd34f7
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
#define WIN_CHAR_PREVIEW_COND1 44
#define WIN_CHAR_PREVIEW_COND1 44
#define WIN_CHAR_PREVIEW_COND2 45
#define WIN_CHAR_PREVIEW_COND2 45
#define WIN_CHAR_PREVIEW_COND3 46
#define WIN_CHAR_PREVIEW_COND3 46
#define BTN_
INSERT
47
#define BTN_
ADD
47
//IAccessibility2 Implementation 2009-----
//IAccessibility2 Implementation 2009-----
#define LABEL_FORMARTTING_CONDITIONS 5043
#define LABEL_FORMARTTING_CONDITIONS 5043
...
...
sc/source/ui/inc/condfrmt.hxx
Dosyayı görüntüle @
54fd34f7
...
@@ -106,8 +106,8 @@ private:
...
@@ -106,8 +106,8 @@ private:
ScrollBar
aScrollBar
;
ScrollBar
aScrollBar
;
OKButton
aBtnOk
;
OKButton
aBtnOk
;
CancelButton
aBtnCancel
;
CancelButton
aBtnCancel
;
PushButton
aBtnInsert
;
HelpButton
aBtnHelp
;
HelpButton
aBtnHelp
;
PushButton
aBtnAdd
;
Point
aCond1Pos1
;
Point
aCond1Pos1
;
Point
aCond1Pos2
;
Point
aCond1Pos2
;
...
@@ -144,14 +144,10 @@ private:
...
@@ -144,14 +144,10 @@ private:
String
aCbxCond3InitialText
;
String
aCbxCond3InitialText
;
#ifdef _CONDFRMT_CXX
#ifdef _CONDFRMT_CXX
void
InsertEntry
();
void
AddEntry
();
void
AddEntry
();
void
GetConditionalFormat
(
ScConditionalFormat
&
rCndFmt
);
void
GetConditionalFormat
(
ScConditionalFormat
&
rCndFmt
);
void
Refresh
(
sal_uInt16
nOffset
);
void
Refresh
(
sal_uInt16
nOffset
);
void
UpdateValueList
(
sal_uInt16
nOffset
);
void
UpdateValueList
(
sal_uInt16
nOffset
);
void
Cond1Cheked
(
sal_Bool
bChecked
);
void
Cond2Cheked
(
sal_Bool
bChecked
);
void
Cond3Cheked
(
sal_Bool
bChecked
);
DECL_LINK
(
ClickCond1Hdl
,
void
*
);
DECL_LINK
(
ClickCond1Hdl
,
void
*
);
DECL_LINK
(
ChangeCond11Hdl
,
void
*
);
DECL_LINK
(
ChangeCond11Hdl
,
void
*
);
...
...
sc/source/ui/src/condfrmt.src
Dosyayı görüntüle @
54fd34f7
...
@@ -411,18 +411,18 @@ ModelessDialog RID_SCDLG_CONDFORMAT
...
@@ -411,18 +411,18 @@ ModelessDialog RID_SCDLG_CONDFORMAT
Size = MAP_APPFONT ( 50 , 14 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
TabStop = TRUE ;
};
};
PushButton BTN_INSERT
HelpButton BTN_HELP
{
{
Pos = MAP_APPFONT ( 270 ,
57
) ;
Pos = MAP_APPFONT ( 270 ,
40
) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
TabStop = TRUE ;
Text [ en-US ] = "~Insert" ;
};
};
HelpButton BTN_HELP
PushButton BTN_ADD
{
{
Pos = MAP_APPFONT ( 270 , 74 ) ;
Pos = MAP_APPFONT ( 270 , 74 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
TabStop = TRUE ;
Text [ en-US ] = "~Add" ;
};
};
Text [ en-US ] = "Conditional Formatting" ;
Text [ en-US ] = "Conditional Formatting" ;
};
};
...
...
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