summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 12:34:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 12:34:50 +0000
commitee2ac0b9c8ae72870da203d3209ccc55402c03e4 (patch)
treec20d841834a3ad0e456cfb036b5ce60a31be752e /offapi
parent15ad3d65b8c3428ec406536cc0d61121c0e241f7 (diff)
INTEGRATION: CWS oasisbf2 (1.2.60); FILE MERGED
2004/10/20 06:50:10 od 1.2.60.1: #i35017# - adjust constants names and add constant <ITERATIVE>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/WrapInfluenceOnPosition.idl15
1 files changed, 11 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl b/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl
index 621df3ab4053..1d8bec3a6bef 100644
--- a/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl
+++ b/offapi/com/sun/star/text/WrapInfluenceOnPosition.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: WrapInfluenceOnPosition.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-08-02 13:52:42 $
+ * last change: $Author: rt $ $Date: 2004-11-26 13:34:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,16 +78,23 @@ constants WrapInfluenceOnPosition
/** wrapping style has no influence on the position and the floating screen
object is successive positioned.
*/
- const short NONE_SUCCESSIVE_POSITIONED = 1;
+ const short ONCE_SUCCESSIVE = 1;
//-------------------------------------------------------------------------
/** wrapping style has no influence on the position and the floating screen
object is concurrent positioned.
*/
- const short NONE_CONCURRENT_POSITIONED = 2;
+ const short ONCE_CONCURRENT = 2;
//-------------------------------------------------------------------------
+
+ /** wrapping style has influence on the position and the floating screen
+ object is iterative positioned.
+ */
+ const short ITERATIVE = 3;
+
+ //-------------------------------------------------------------------------
};
//=============================================================================