summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 12:01:49 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 12:01:49 +0000
commit434dde9cf5a3a2aa8b87dbad292118e0b45e1b60 (patch)
tree8a57c35aed947ee6ea06453748c120847ea6da20
parentefd707cc228352504dad4e760a7cc1c04a9c4d72 (diff)
INTEGRATION: CWS os100 (1.17.226); FILE MERGED
2007/07/11 06:55:57 os 1.17.226.1: #i79458# HeaderRowCountProperty added to table
-rw-r--r--offapi/com/sun/star/text/TextTable.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl
index 533d2ac08a5b..d608414aa027 100644
--- a/offapi/com/sun/star/text/TextTable.idl
+++ b/offapi/com/sun/star/text/TextTable.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: TextTable.idl,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-07-14 08:38:36 $
+ * last change: $Author: obo $ $Date: 2007-07-18 13:01:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -202,7 +202,11 @@ published service TextTable
/** determins if the first row of the table is repeated on every new page.
*/
[property] boolean RepeatHeadline;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
+ /** determins the number of rows of the table repeated on every new page.
+ */
+ [optional, property] long HeaderRowCount;
+ //-------------------------------------------------------------------------
/** determins the type, color and size of the shadow.@see com.sun.star.table.ShadowFormat
*/