diff options
author | obo <obo@openoffice.org> | 2010-06-09 16:35:27 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-09 16:35:27 +0200 |
commit | f3b2db1efb379596f0269e439a35b5575b616b2c (patch) | |
tree | 6596579a328ce189eee96a2cc0be381a1c0b2c96 /sd/sdi | |
parent | be83c369478adff5dc00f055953e41f71fdd7ca0 (diff) | |
parent | 75c38455522cd88bbf660c4d30b937ba905d9a05 (diff) |
CWS-TOOLING: integrate CWS tl74
Notes
Notes:
split repo tag: impress_ooo/DEV300_m82
Diffstat (limited to 'sd/sdi')
-rwxr-xr-x[-rw-r--r--] | sd/sdi/_drvwsh.sdi | 15 | ||||
-rwxr-xr-x[-rw-r--r--] | sd/sdi/drtxtob.sdi | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | sd/sdi/outlnvsh.sdi | 15 |
3 files changed, 36 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 53813365a686..6d0d3ef33ce9 100644..100755 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2173,6 +2173,21 @@ interface DrawView ExecMethod = FuSupport ; StateMethod = GetCtrlState ; ] + SID_TRANSLITERATE_SENTENCE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TITLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TOGGLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] SID_TRANSLITERATE_LOWER // ole : no, status : ? [ ExecMethod = FuSupport ; diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi index 4e2ca49c0b82..f4133f0f4643 100644..100755 --- a/sd/sdi/drtxtob.sdi +++ b/sd/sdi/drtxtob.sdi @@ -202,5 +202,11 @@ shell TextObjectBar ExecMethod = Execute; StateMethod = GetAttrState; ] + SID_THES + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + } diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 1632b2fa4163..9639f1adc9dc 100644..100755 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -433,6 +433,21 @@ interface OutlineView ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] + SID_TRANSLITERATE_SENTENCE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TITLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TOGGLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] SID_TRANSLITERATE_UPPER // ole : no, status : ? [ ExecMethod = FuSupport ; |