summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorOliver Düsterhoff <od@openoffice.org>2002-12-10 13:07:37 +0000
committerOliver Düsterhoff <od@openoffice.org>2002-12-10 13:07:37 +0000
commit360ef5bd3eadd788c2c6e7347b1ceddafc6f5a23 (patch)
treeff027724696721c91a123dd834e5ecf52e979cde /sw/inc/fesh.hxx
parent8d22f4fc79c2193e89ee633f594df1bb5a19d760 (diff)
#103045# new method SwFEShell::IsShapeDefaultHoriTextDirR2L()
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx18
1 files changed, 16 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index d0c37965dec0..33e40b15e6a3 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fesh.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: fme $ $Date: 2002-11-15 09:23:10 $
+ * last change: $Author: od $ $Date: 2002-12-10 14:07:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -697,6 +697,20 @@ public:
@returns an object of class Color
*/
const Color GetShapeBackgrd() const;
+
+ /** Is default horizontal text direction for selected drawing object right-to-left
+
+ OD 09.12.2002 #103045#
+ Because drawing objects only painted for each page only, the default
+ horizontal text direction of a drawing object is given by the corresponding
+ page property.
+
+ @author OD
+
+ @returns boolean, indicating, if the horizontal text direction of the
+ page, the selected drawing object is on, is right-to-left.
+ */
+ const bool IsShapeDefaultHoriTextDirR2L() const;
};
#endif