From cb3bf6a1300b15eb800435175036a6d3448b5e9a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Apr 2013 11:08:00 +0100 Subject: set adjustment min/maxes Change-Id: I713c1a280c31a7a783e6a0af94b838091fc98779 --- sc/inc/helpids.h | 1 - sc/source/ui/pagedlg/pagedlg.hrc | 1 - sc/uiconfig/scalc/ui/sheetprintpage.ui | 93 ++++++++++++++++++---------------- 3 files changed, 49 insertions(+), 46 deletions(-) (limited to 'sc') diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 93e73d44ddeb..96be5124c1cc 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -79,7 +79,6 @@ #define HID_SCPAGE_HFEDIT "SC_HID_SCPAGE_HFEDIT" #define HID_SCPAGE_AREAS "SC_HID_SCPAGE_AREAS" #define HID_SCPAGE_COMPATIBILITY "SC_HID_SCPAGE_COMPATIBILITY" -#define HID_SCPAGE_TABLE "SC_HID_SCPAGE_TABLE" #define HID_SCPAGE_PRINT "SC_HID_SCPAGE_PRINT" #define HID_SCPAGE_DEFAULTS "SC_HID_SCPAGE_DEFAULTS" #define HID_SCPAGE_SUBT_GROUP1 "SC_HID_SCPAGE_SUBT_GROUP1" diff --git a/sc/source/ui/pagedlg/pagedlg.hrc b/sc/source/ui/pagedlg/pagedlg.hrc index abadb487c9d4..d4b13b0dacb6 100644 --- a/sc/source/ui/pagedlg/pagedlg.hrc +++ b/sc/source/ui/pagedlg/pagedlg.hrc @@ -19,7 +19,6 @@ #include "sc.hrc" // -> RID_SCDLG_PAGE - // -> RID_SCPAGE_TABLE // -> RID_SCPAGE_AREAS #define TP_PAGE_STD 1 diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui index 85318a1f4def..0f1b6c961ba0 100644 --- a/sc/uiconfig/scalc/ui/sheetprintpage.ui +++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui @@ -1,13 +1,23 @@ + + 1.05 + 9999.0400000000009 + 1 + 10 + - 999 + 1 + 1000 + 1 1 10 - 100 + 10 + 400 + 15 1 10 @@ -110,7 +120,7 @@ True 5 - adjustmentPage + adjustmentFirstPage 1 @@ -310,18 +320,6 @@ 1 - - - - - - - - - - - - _Zero values @@ -339,6 +337,18 @@ 1 + + + + + + + + + + + + @@ -382,6 +392,7 @@ True False + 0 Scaling _mode: True comboLB_SCALEMODE @@ -403,12 +414,12 @@ True False - 6 - True + 12 True False + 0 _Scaling factor: True spinED_SCALEALL:0% @@ -445,13 +456,13 @@ True False 6 - 6 + 12 True - True True False + 0 _Width in pages: True spinED_SCALEPAGEWIDTH @@ -467,8 +478,10 @@ True False + 0 _Height in pages: True + spinED_SCALEPAGEHEIGHT 0 @@ -519,12 +532,12 @@ True False - 6 - True + 12 True False + 0 N_umber of pages: True spinED_SCALEPAGENUM @@ -569,10 +582,16 @@ - + True False - liststoreScaleMode + 0 + 1 + + Reduce/enlarge printout + Fit print range(s) to width/height + Fit print range(s) on number of pages + 1 @@ -604,26 +623,12 @@ - - - - - - - - - - Reduce/enlarge printout - 0 - - - Fit print range(s) to width/height - 0 - - - Fit print range(s) on number of pages - 0 - - + + + + + + + -- cgit