summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-05 08:49:08 +0000
committerThomas Lange <tl@openoffice.org>2002-08-05 08:49:08 +0000
commitf3dcc051399526791d6f175cea5f4b8fae8efd4e (patch)
tree79299aa4746d3d3daeb79213110655ea2bd5c81e /sw/sdi/_textsh.sdi
parenteeece12fba719d5adc94a560ee520194e9331d75 (diff)
#100584# made SID_ATTR_PARA_RIGHT/LEFT_TO_... slots added
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi22
1 files changed, 17 insertions, 5 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 35e9cd0d8410..f14ba145cb79 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: os $ $Date: 2002-08-01 13:51:55 $
+ * last change: $Author: tl $ $Date: 2002-08-05 09:49:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1402,11 +1402,23 @@ interface BaseText : Selection
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- FN_READONLY_SELECTION_MODE
+ SID_ATTR_PARA_LEFT_TO_RIGHT
[
- ExecMethod = Execute ;
- StateMethod = GetState ;
+ ExecMethod = ExecParaAttr ;
+ StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_ATTR_PARA_RIGHT_TO_LEFT
+ [
+ ExecMethod = ExecParaAttr ;
+ StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ FN_READONLY_SELECTION_MODE
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
} //ende interface text