summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/condformatdlg.src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:09:52 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:33:19 +0200
commitb5ac62c06d8dcbb7ecad325685fec80df7470458 (patch)
treefbfe082d89b54bea7880996088187000d7f5b8e6 /sc/source/ui/src/condformatdlg.src
parent2741675caddb927653ec914f46025b3f6ab0d439 (diff)
position all elements in the src file and not in the code
# Changes to be committed: Change-Id: Idc3d2a7201c6d2e92a111ffc6cb60f88c4c0c4c2
Diffstat (limited to 'sc/source/ui/src/condformatdlg.src')
-rw-r--r--sc/source/ui/src/condformatdlg.src74
1 files changed, 69 insertions, 5 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index 16b26509f40f..4adff8f62fc4 100644
--- a/sc/source/ui/src/condformatdlg.src
+++ b/sc/source/ui/src/condformatdlg.src
@@ -191,7 +191,7 @@ Control RID_COND_ENTRY
"New Style...";
};
};
- ListBox LB_TYPE_COL_SCALE
+ ListBox LB_TYPE_COL_SCALE_MIN
{
Pos = MAP_APPFONT( 5, 32 );
Size = MAP_APPFONT( 80, 60 );
@@ -209,6 +209,42 @@ Control RID_COND_ENTRY
"AutoMax";
};
};
+ ListBox LB_TYPE_COL_SCALE_MIDDLE
+ {
+ Pos = MAP_APPFONT( 100, 32 );
+ Size = MAP_APPFONT( 80, 60 );
+ Border = TRUE;
+ DropDown = TRUE;
+ StringList [ en-US ] =
+ {
+ "Min";
+ "Max";
+ "Percentile";
+ "Value";
+ "Percent";
+ "Formula";
+ "AutoMin";
+ "AutoMax";
+ };
+ };
+ ListBox LB_TYPE_COL_SCALE_MAX
+ {
+ Pos = MAP_APPFONT( 195, 32 );
+ Size = MAP_APPFONT( 80, 60 );
+ Border = TRUE;
+ DropDown = TRUE;
+ StringList [ en-US ] =
+ {
+ "Min";
+ "Max";
+ "Percentile";
+ "Value";
+ "Percent";
+ "Formula";
+ "AutoMin";
+ "AutoMax";
+ };
+ };
Window WD_PREVIEW
{
Pos = MAP_APPFONT( 175, 32 );
@@ -216,16 +252,44 @@ Control RID_COND_ENTRY
Text [ en-US ] = "Example";
Border = TRUE;
};
- Edit ED_COL_SCALE
+ Edit ED_COL_SCALE_MIN
{
Pos = MAP_APPFONT( 5, 48 );
- Size = MAP_APPFONT( 60, 12 );
+ Size = MAP_APPFONT( 80, 12 );
Border = TRUE;
};
- ListBox LB_COL
+ Edit ED_COL_SCALE_MIDDLE
+ {
+ Pos = MAP_APPFONT( 100, 48 );
+ Size = MAP_APPFONT( 80, 12 );
+ Border = TRUE;
+ };
+ Edit ED_COL_SCALE_MAX
+ {
+ Pos = MAP_APPFONT( 195, 48 );
+ Size = MAP_APPFONT( 80, 12 );
+ Border = TRUE;
+ };
+ ListBox LB_COL_MIN
{
Pos = MAP_APPFONT( 5, 62 );
- Size = MAP_APPFONT( 60, 40 );
+ Size = MAP_APPFONT( 80, 40 );
+ Border = TRUE;
+ DropDown = TRUE;
+ DDExtraWidth = TRUE;
+ };
+ ListBox LB_COL_MIDDLE
+ {
+ Pos = MAP_APPFONT( 100, 62 );
+ Size = MAP_APPFONT( 80, 40 );
+ Border = TRUE;
+ DropDown = TRUE;
+ DDExtraWidth = TRUE;
+ };
+ ListBox LB_COL_MAX
+ {
+ Pos = MAP_APPFONT( 195, 62 );
+ Size = MAP_APPFONT( 80, 40 );
Border = TRUE;
DropDown = TRUE;
DDExtraWidth = TRUE;