diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-30 14:25:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-30 14:25:18 +0000 |
commit | b84dbbd0453f4be1e3f77d6122bae20af25418e6 (patch) | |
tree | 210d3ab48810a03bbb771c5b0e68205aee2e12b2 /offapi | |
parent | 6eb08a389551690f982838be4cb30b395bc32ef5 (diff) |
INTEGRATION: CWS tl25 (1.11.168); FILE MERGED
2006/10/09 08:35:39 tl 1.11.168.1: #i69862# missing documentation for parameter added.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/XTextTableCursor.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XTextTableCursor.idl b/offapi/com/sun/star/text/XTextTableCursor.idl index 2484655f7441..d19b5f8c70f0 100644 --- a/offapi/com/sun/star/text/XTextTableCursor.idl +++ b/offapi/com/sun/star/text/XTextTableCursor.idl @@ -4,9 +4,9 @@ * * $RCSfile: XTextTableCursor.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:51:12 $ + * last change: $Author: rt $ $Date: 2007-01-30 15:25:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -168,6 +168,10 @@ published interface XTextTableCursor: com::sun::star::uno::XInterface specifies the number of new cells that will be created for each cell contained in the range. + @param bHorizontal + </true> if the range should be split vertically. + Otherwise it will be split horizontally. + @see com:sun::star::Cell @see com:sun::star::CellRange */ |