summaryrefslogtreecommitdiff
path: root/sc/sdi/editsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-26 18:26:30 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-26 18:26:30 +0000
commit8307bfb0388b946a86876096cef78d012479e981 (patch)
treeca1872bc41533fec5b63aee6c02fe575da279671 /sc/sdi/editsh.sdi
parentac67f489432eebcb1b37d354f4599bbe72588ae5 (diff)
transliteration menu functions
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r--sc/sdi/editsh.sdi7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi
index bb04de8e4347..74a381092c41 100644
--- a/sc/sdi/editsh.sdi
+++ b/sc/sdi/editsh.sdi
@@ -50,6 +50,13 @@ interface TableText : Selection
SID_HYPERLINK_SETLINK [ ExecMethod = Execute; Export = FALSE; ]
SID_HYPERLINK_GETLINK [ StateMethod = GetState; Export = FALSE; ]
+
+ SID_TRANSLITERATE_UPPER [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
+ SID_TRANSLITERATE_LOWER [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
+ SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
+ SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
+ SID_TRANSLITERATE_HIRAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
+ SID_TRANSLITERATE_KATAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
}