diff options
author | Oliver Specht <os@openoffice.org> | 2002-08-23 08:39:57 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-08-23 08:39:57 +0000 |
commit | 6f2a379fc252ab890fd1bfd49de98d9c0bc897b0 (patch) | |
tree | 0cfddb490789178e7f3bdcd4c9ca325cbaf664d6 /svx/sdi/svx.sdi | |
parent | e178afdbaabbe139081378077d9cd95560d34fb4 (diff) |
#98399# Ruler capable of right-to-left text
Diffstat (limited to 'svx/sdi/svx.sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index dc065f411f68..7e3a7820a428 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -11508,3 +11508,29 @@ SfxBoolItem ParaRightToLeft SID_ATTR_PARA_RIGHT_TO_LEFT ToolBoxConfig = TRUE, GroupId = GID_FORMAT; ] +//-------------------------------------------------------------------------- +SfxBoolItem TextRTL SID_RULER_TEXT_RIGHT_TO_LEFT +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_CONTROLS; +] + |