summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-11 17:04:57 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-11 17:04:57 -0400
commit1b750582d4ccc8a84bce07d3ebc68ef844a92b6c (patch)
tree7d2d1880f9d2fd42c6619939212a97ceb5c0dc47
parent45beae272a78970d5911292d8794b60f00beaafb (diff)
New options tab page for Calc's compatibility settings.
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs98
-rwxr-xr-xsvx/inc/svx/dialogs.hrc11
-rw-r--r--svx/source/src/app.hrc2
3 files changed, 37 insertions, 74 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 3a9cd0270b..efec263944 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1542,74 +1542,34 @@
</prop>
</group>
</group>
+ <group oor:name="Compatibility">
+ <info>
+ <desc>Contains various compatibility settings.</desc>
+ </info>
+ <group oor:name="KeyBindings">
+ <info>
+ <desc>Contains options related to key bindings</desc>
+ </info>
+ <prop oor:name="BaseGroup" oor:type="xs:int">
+ <!-- UIHints: Tools - Options - Spreadsheet - Compatibility -->
+ <info>
+ <author>Kohei Yoshida</author>
+ <desc>Specifies baseline key binding group to use.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Default</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>OpenOffice.org legacy</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ </group>
</component>
</oor:component-schema>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/svx/inc/svx/dialogs.hrc b/svx/inc/svx/dialogs.hrc
index 5315ffbff0..e33e90d329 100755
--- a/svx/inc/svx/dialogs.hrc
+++ b/svx/inc/svx/dialogs.hrc
@@ -1053,16 +1053,17 @@
#define SID_SC_TP_MISC (RID_OFA_START + 239)
#define OFA_TP_TABPROPERTIES_TEXT (RID_OFA_START + 245)
#define OFA_TP_HELPERPROG (RID_OFA_START + 249)
+#define SID_SC_TP_FORMULA (RID_OFA_START + 257)
+#define SID_SC_TP_COMPATIBILITY (RID_OFA_START + 258)
// ----------------------------------------------------------------------------
// ooo-build specific resources
#define SVX_OOO_BUILD_START (RID_SVX_START + 1200)
-#define SID_SC_TP_FORMULA (SVX_OOO_BUILD_START + 1)
-#define RID_SVXBMP_DOC_MODIFIED_YES (SVX_OOO_BUILD_START + 2)
-#define RID_SVXBMP_DOC_MODIFIED_NO (SVX_OOO_BUILD_START + 3)
-#define RID_SVXSTR_DOC_MODIFIED_YES (SVX_OOO_BUILD_START + 4)
-#define RID_SVXSTR_DOC_MODIFIED_NO (SVX_OOO_BUILD_START + 5)
+#define RID_SVXBMP_DOC_MODIFIED_YES (SVX_OOO_BUILD_START + 1)
+#define RID_SVXBMP_DOC_MODIFIED_NO (SVX_OOO_BUILD_START + 2)
+#define RID_SVXSTR_DOC_MODIFIED_YES (SVX_OOO_BUILD_START + 3)
+#define RID_SVXSTR_DOC_MODIFIED_NO (SVX_OOO_BUILD_START + 4)
#endif
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc
index 1cdc416c74..5fb1bfce28 100644
--- a/svx/source/src/app.hrc
+++ b/svx/source/src/app.hrc
@@ -201,6 +201,8 @@
#define RID_OFA_TP_INTERNATIONAL_IMPR (RID_OFA_START + 254) // 4 impress
#define RID_SW_TP_OPTCOMPATIBILITY_PAGE (RID_OFA_START + 255)
#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)
// Strings ------------------------------------------