diff options
author | Thomas Lange <tl@openoffice.org> | 2009-09-17 07:10:23 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-09-17 07:10:23 +0000 |
commit | 76e3c562b28d023eca6e9d70b9df02fdc1715f1b (patch) | |
tree | 80e74e7b531497e2c2529b8c7f00dddc3bfb24c5 /sc/sdi/drtxtob.sdi | |
parent | 211dce571775ee68aa32a74a92645fc6caf148fb (diff) |
#i1601# Sentence case, Title case, and Toggle case transliteration added
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r-- | sc/sdi/drtxtob.sdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index 0d226895af4a..fdbd3fe483c1 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -129,6 +129,9 @@ interface TableDrawText SID_VERTICALTEXT_STATE [ StateMethod = GetAttrState ; Export = FALSE; ] SID_CTLFONT_STATE [ StateMethod = GetAttrState ; Export = FALSE; ] + SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ] + SID_TRANSLITERATE_TITLE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ] + SID_TRANSLITERATE_TOGGLE_CASE [ ExecMethod = ExecuteTrans; 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; ] |