summaryrefslogtreecommitdiff
path: root/sc/sdi/app.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 09:12:34 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 09:12:34 +0000
commitecec8c9212514af1d6880a0ba24c7ecc903409c2 (patch)
tree3a1a2b0a318821f1a65844b36dbedadea9d1ec7a /sc/sdi/app.sdi
parent15e622646b74278ecb2991bfcd206d212a0a0d7e (diff)
INTEGRATION: CWS thaiissues (1.6.20); FILE MERGED
2005/10/11 15:30:58 dr 1.6.20.1: #i42660# new menu entries to insert control characters
Diffstat (limited to 'sc/sdi/app.sdi')
-rw-r--r--sc/sdi/app.sdi17
1 files changed, 15 insertions, 2 deletions
diff --git a/sc/sdi/app.sdi b/sc/sdi/app.sdi
index 6a72a3588bd6..fa077e93a397 100644
--- a/sc/sdi/app.sdi
+++ b/sc/sdi/app.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: app.sdi,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:09:01 $
+ * last change: $Author: obo $ $Date: 2005-11-16 10:12:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,6 +84,19 @@ interface StarCalc : Module
SID_OPEN_XML_FILTERSETTINGS [ ExecMethod = Execute; ]
+
+ SID_HANGUL_HANJA_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_CHINESE_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_TRANSLITERATE_HALFWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_TRANSLITERATE_FULLWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_TRANSLITERATE_HIRAGANA [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_TRANSLITERATE_KATAGANA [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+
+ SID_INSERT_RLM [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_INSERT_LRM [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_INSERT_ZWSP [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+ SID_INSERT_ZWNBSP [ StateMethod = HideDisabledSlots; Export = FALSE; ]
+
}