diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-03-26 18:26:30 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-03-26 18:26:30 +0000 |
commit | 8307bfb0388b946a86876096cef78d012479e981 (patch) | |
tree | ca1872bc41533fec5b63aee6c02fe575da279671 /sc/sdi/drtxtob.sdi | |
parent | ac67f489432eebcb1b37d354f4599bbe72588ae5 (diff) |
transliteration menu functions
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r-- | sc/sdi/drtxtob.sdi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index 98a2c0d7bd46..e92bfb06b550 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -86,6 +86,13 @@ interface TableDrawText : Selection SID_TEXTDIRECTION_LEFT_TO_RIGHT [ ExecMethod = Execute; StateMethod = GetAttrState; Export = FALSE; ] SID_TEXTDIRECTION_TOP_TO_BOTTOM [ ExecMethod = Execute; StateMethod = GetAttrState; 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; ] } |