summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-30 11:27:16 +0000
committerThomas Lange <tl@openoffice.org>2002-08-30 11:27:16 +0000
commita2fedc0a036ced321577e7393c1fde65e4169ed6 (patch)
tree03de37d62e3c74e8f2bb76718fcf61c297ec5eba /offapi/com/sun/star/style
parentf13b1d2559883edcb14b053332b6bc9b4afd26fe (diff)
#101550# properties for dynamic spacing of headers and footers added
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/PageProperties.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl
index 9adbd529832d..ed396b9afaef 100644
--- a/offapi/com/sun/star/style/PageProperties.idl
+++ b/offapi/com/sun/star/style/PageProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PageProperties.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2002-02-06 14:19:59 $
+ * last change: $Author: tl $ $Date: 2002-08-30 12:27:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -488,6 +488,12 @@ of the current page is used as limit.
//-----------------------------------------------------------------------------
/** determines whether the text grid lines are visible or not */
[optional, property] boolean GridDisplay;
+//-----------------------------------------------------------------------------
+/** determines whether to use dynamic spacing in header or not. */
+[optional, property] boolean HeaderDynamicSpacing;
+//-----------------------------------------------------------------------------
+/** determines whether to use dynamic spacing in footer or not. */
+[optional, property] boolean FooterDynamicSpacing;
};
//=============================================================================