summaryrefslogtreecommitdiff
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2002-02-15 13:33:06 +0000
committerAndreas Martens <ama@openoffice.org>2002-02-15 13:33:06 +0000
commitdfa6483c6bd1ba54e5e22521d179e7f371b80229 (patch)
tree8a712b8f7868c6e6e7db717094f248f752e61855 /sw/inc/crstate.hxx
parentbb83b6b66d2bf2fd7a118bfa4542238b390878f8 (diff)
Fix #96678#: Cursor selection in CTL environment
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx15
1 files changed, 11 insertions, 4 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index e731e3e9eea6..5af0da7445d2 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crstate.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ama $ $Date: 2001-09-10 15:02:49 $
+ * last change: $Author: ama $ $Date: 2002-02-15 14:33:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,12 +95,19 @@ struct SwFillCrsrPos
{}
};
+// Multiportion types: two lines, bidirectional, 270 degrees rotation,
+// ruby portion and 90 degrees rotation
+#define MT_TWOLINE 0
+#define MT_BIDI 1
+#define MT_ROT_270 3
+#define MT_RUBY 4
+#define MT_ROT_90 7
+
struct Sw2LinesPos
{
SwRect aLine; // Position and size of the line
SwRect aPortion; // Position and size of the multi portion
- BYTE nMultiType; // Multiportion type 0 = 90 degrees rotation,
- // type 1 = 270 degrees rotation; 2 = TwoLines
+ BYTE nMultiType; // Multiportion type
};
// CrsrTravelling-Staties (fuer GetCrsrOfst)