From 6f2a379fc252ab890fd1bfd49de98d9c0bc897b0 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 23 Aug 2002 08:39:57 +0000 Subject: #98399# Ruler capable of right-to-left text --- svx/sdi/svx.sdi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'svx/sdi/svx.sdi') 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; +] + -- cgit