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
c675575c
Kaydet (Commit)
c675575c
authored
Tem 04, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
impreove the cond format dialog a little bit
Change-Id: I4c7fdb15440ef0fca5b262a37549e96c85d8ab1f
üst
9894c5a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
condformatdlg.cxx
sc/source/ui/condformat/condformatdlg.cxx
+7
-2
condformatdlg.src
sc/source/ui/src/condformatdlg.src
+6
-6
No files found.
sc/source/ui/condformat/condformatdlg.cxx
Dosyayı görüntüle @
c675575c
...
@@ -320,7 +320,7 @@ void ScCondFrmtEntry::Init()
...
@@ -320,7 +320,7 @@ void ScCondFrmtEntry::Init()
Point
aPointCol
=
maLbColMiddle
.
GetPosPixel
();
Point
aPointCol
=
maLbColMiddle
.
GetPosPixel
();
Point
aPointEdDataBar
=
maEdDataBarMin
.
GetPosPixel
();
Point
aPointEdDataBar
=
maEdDataBarMin
.
GetPosPixel
();
Point
aPointLbDataBar
=
maLbDataBarMaxType
.
GetPosPixel
();
Point
aPointLbDataBar
=
maLbDataBarMaxType
.
GetPosPixel
();
const
long
nMovePos
=
1
50
;
const
long
nMovePos
=
2
50
;
aPointLb
.
X
()
+=
nMovePos
;
aPointLb
.
X
()
+=
nMovePos
;
aPointEd
.
X
()
+=
nMovePos
;
aPointEd
.
X
()
+=
nMovePos
;
aPointCol
.
X
()
+=
nMovePos
;
aPointCol
.
X
()
+=
nMovePos
;
...
@@ -453,6 +453,7 @@ void ScCondFrmtEntry::SetCondType()
...
@@ -453,6 +453,7 @@ void ScCondFrmtEntry::SetCondType()
HideColorScaleElements
();
HideColorScaleElements
();
HideDataBarElements
();
HideDataBarElements
();
SwitchToType
(
CONDITION
);
SwitchToType
(
CONDITION
);
ConditionTypeSelectHdl
(
NULL
);
}
}
void
ScCondFrmtEntry
::
HideColorScaleElements
()
void
ScCondFrmtEntry
::
HideColorScaleElements
()
...
@@ -565,7 +566,11 @@ void ScCondFrmtEntry::SetFormulaType()
...
@@ -565,7 +566,11 @@ void ScCondFrmtEntry::SetFormulaType()
maEdVal2
.
Hide
();
maEdVal2
.
Hide
();
maLbCondType
.
Hide
();
maLbCondType
.
Hide
();
maLbStyle
.
Show
();
maLbStyle
.
Show
();
maFtCondition
.
Show
();
maWdPreview
.
Show
();
maWdPreview
.
Show
();
maFtStyle
.
Show
();
Size
aSize
(
440
,
30
);
maEdVal1
.
SetSizePixel
(
aSize
);
}
}
void
ScCondFrmtEntry
::
Select
()
void
ScCondFrmtEntry
::
Select
()
...
@@ -895,7 +900,7 @@ IMPL_LINK_NOARG( ScCondFrmtEntry, ConditionTypeSelectHdl )
...
@@ -895,7 +900,7 @@ IMPL_LINK_NOARG( ScCondFrmtEntry, ConditionTypeSelectHdl )
else
else
{
{
maEdVal2
.
Hide
();
maEdVal2
.
Hide
();
Size
aSize
(
193
,
30
);
Size
aSize
(
440
,
30
);
maEdVal1
.
SetSizePixel
(
aSize
);
maEdVal1
.
SetSizePixel
(
aSize
);
}
}
return
0
;
return
0
;
...
...
sc/source/ui/src/condformatdlg.src
Dosyayı görüntüle @
c675575c
...
@@ -134,13 +134,13 @@ Control RID_COND_ENTRY
...
@@ -134,13 +134,13 @@ Control RID_COND_ENTRY
Edit ED_VAL1
Edit ED_VAL1
{
{
Pos = MAP_APPFONT( 125, 15 );
Pos = MAP_APPFONT( 125, 15 );
Size = MAP_APPFONT( 1
7
0, 12 );
Size = MAP_APPFONT( 1
6
0, 12 );
Border = TRUE;
Border = TRUE;
};
};
Edit ED_VAL2
Edit ED_VAL2
{
{
Pos = MAP_APPFONT( 21
5
, 15 );
Pos = MAP_APPFONT( 21
0
, 15 );
Size = MAP_APPFONT(
80
, 12 );
Size = MAP_APPFONT(
75
, 12 );
Border = TRUE;
Border = TRUE;
};
};
ListBox LB_STYLE
ListBox LB_STYLE
...
@@ -156,7 +156,7 @@ Control RID_COND_ENTRY
...
@@ -156,7 +156,7 @@ Control RID_COND_ENTRY
};
};
ListBox LB_COLOR_FORMAT
ListBox LB_COLOR_FORMAT
{
{
Pos = MAP_APPFONT(
5
0, 15 );
Pos = MAP_APPFONT(
7
0, 15 );
Size = MAP_APPFONT( 60, 60);
Size = MAP_APPFONT( 60, 60);
Border = TRUE;
Border = TRUE;
DropDown = TRUE;
DropDown = TRUE;
...
@@ -170,7 +170,7 @@ Control RID_COND_ENTRY
...
@@ -170,7 +170,7 @@ Control RID_COND_ENTRY
ListBox LB_TYPE_COL_SCALE
ListBox LB_TYPE_COL_SCALE
{
{
Pos = MAP_APPFONT( 5, 32 );
Pos = MAP_APPFONT( 5, 32 );
Size = MAP_APPFONT(
5
0, 60 );
Size = MAP_APPFONT(
6
0, 60 );
Border = TRUE;
Border = TRUE;
DropDown = TRUE;
DropDown = TRUE;
StringList [ en-US ] =
StringList [ en-US ] =
...
@@ -186,7 +186,7 @@ Control RID_COND_ENTRY
...
@@ -186,7 +186,7 @@ Control RID_COND_ENTRY
Edit ED_COL_SCALE
Edit ED_COL_SCALE
{
{
Pos = MAP_APPFONT( 5, 48 );
Pos = MAP_APPFONT( 5, 48 );
Size = MAP_APPFONT(
5
0, 12 );
Size = MAP_APPFONT(
6
0, 12 );
Border = TRUE;
Border = TRUE;
};
};
Window WD_PREVIEW
Window WD_PREVIEW
...
...
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