summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-02-27 08:12:35 +0000
committerOliver Specht <os@openoffice.org>2002-02-27 08:12:35 +0000
commit401a46d3a4d04583c03d080e0bbecbcf51a86775 (patch)
tree4e1113d1937c40774157db167ad60e656a7c127c
parentdf0d362b64227e82267ac56cbd238eee9e19e92a (diff)
#96678# ruler support for vertical text
-rw-r--r--sw/sdi/_viewsh.sdi23
1 files changed, 20 insertions, 3 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index ad62e809f3f2..54936b3d4dda 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _viewsh.sdi,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2001-10-11 09:53:20 $
+ * last change: $Author: os $ $Date: 2002-02-27 09:12:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,12 +221,24 @@ interface BaseTextEditView : View
StateMethod = StateTabWin ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_PARA_LRSPACE_VERTICAL // status()
+ [
+ ExecMethod = ExecTabWin ;
+ StateMethod = StateTabWin ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_RULER_BORDERS // status()
[
ExecMethod = ExecTabWin ;
StateMethod = StateTabWin ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_RULER_BORDERS_VERTICAL // status()
+ [
+ ExecMethod = ExecTabWin ;
+ StateMethod = StateTabWin ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_RULER_BORDER_DISTANCE // status()
[
StateMethod = StateTabWin ;
@@ -433,7 +445,12 @@ interface BaseTextEditView : View
StateMethod = StateTabWin ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-
+ SID_ATTR_TABSTOP_VERTICAL // status()
+ [
+ ExecMethod = ExecTabWin ;
+ StateMethod = StateTabWin ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
// ab hier Export = FALSE;
FID_SEARCH_ON // status()
[