summaryrefslogtreecommitdiff
path: root/sd/sdi/ViewShellBase.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 08:19:58 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 08:19:58 +0000
commitde087108bd4c5f58a261197f219eb0837aefc8a7 (patch)
treeab9c13bea9757787aa044a7dd90c93685b9cb60d /sd/sdi/ViewShellBase.sdi
parentd72c96f4e14dae2730d59dc4c2b95776eed83417 (diff)
INTEGRATION: CWS thaiissues (1.9.14); FILE MERGED
2005/10/25 08:52:10 fme 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/17 13:57:55 cl 1.9.14.1: #i55135# added FormattingMark menu
Diffstat (limited to 'sd/sdi/ViewShellBase.sdi')
-rw-r--r--sd/sdi/ViewShellBase.sdi39
1 files changed, 37 insertions, 2 deletions
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi
index dc79545798e0..6819993f4903 100644
--- a/sd/sdi/ViewShellBase.sdi
+++ b/sd/sdi/ViewShellBase.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellBase.sdi,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-11-08 16:29:16 $
+ * last change: $Author: obo $ $Date: 2005-11-16 09:19:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -343,6 +343,41 @@ interface ViewShellBaseView : View
ExecMethod = Execute;
StateMethod = GetState;
]
+ FN_INSERT_SOFT_HYPHEN // status(final|play)
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ FN_INSERT_HARDHYPHEN // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ FN_INSERT_HARD_SPACE // status(final|play)
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_INSERT_RLM
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_INSERT_LRM
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_INSERT_ZWSP
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+ SID_INSERT_ZWNBSP
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
SID_RESTORE_EDITING_VIEW
[
ExecMethod = Execute ;