From 33d23d9f293786c08142eec9f5b85b2392c3bc49 Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner Date: Mon, 13 Jun 2011 15:42:56 -0400 Subject: fdo#33293: Option to configure initial number of sheets in Calc. --- .../registry/schema/org/openoffice/Office/Calc.xcs | 22 ++++++++++++++++++++-- svx/inc/svx/dialogs.hrc | 1 + svx/source/src/app.hrc | 1 + 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 8e50f95afaa0..a5528eb7c121 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1570,6 +1570,24 @@ - - + + + + Contains various defaults settings. + + + + Other Program defaults + + + + + Albert Thuswaldner + Option to set initial number of sheet tabs + + 3 + + + + diff --git a/svx/inc/svx/dialogs.hrc b/svx/inc/svx/dialogs.hrc index 735994b5ebed..b10c4b3bb195 100755 --- a/svx/inc/svx/dialogs.hrc +++ b/svx/inc/svx/dialogs.hrc @@ -166,6 +166,7 @@ #define RID_OFA_TP_INTERNATIONAL_SD (RID_OFA_START + 253) #define RID_OFA_TP_INTERNATIONAL_IMPR (RID_OFA_START + 254) #define RID_OFA_TP_INTERNATIONAL (RID_OFA_START + 252) // calc +#define RID_SC_TP_DEFAULTS (RID_OFA_START + 253) //--------------------------------------------------------------------- // ResId's fuer die Zeichen-TabPages diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index 0ad2ec49a085..8f105d1698b0 100755 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -199,6 +199,7 @@ #define RID_SW_TP_OPTCAPTION_PAGE (RID_OFA_START + 256) #define SID_SC_TP_FORMULA (RID_OFA_START + 257) #define SID_SC_TP_COMPATIBILITY (RID_OFA_START + 258) +#define RID_SC_TP_DEFAULTS (RID_OFA_START + 259) // Strings ------------------------------------------ -- cgit