summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:18:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:18:03 +0000
commita466c12363714e201769981f8c4985727a08ad25 (patch)
treed92deb2f6193ca896081cc1232f1763a86161d3c /offapi
parent711389db962e215f8316caa238051ba0938f6f60 (diff)
INTEGRATION: CWS tlapi1 (1.4.236); FILE MERGED
2003/10/14 09:57:09 tl 1.4.236.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/TextTableCursor.idl26
1 files changed, 9 insertions, 17 deletions
diff --git a/offapi/com/sun/star/text/TextTableCursor.idl b/offapi/com/sun/star/text/TextTableCursor.idl
index 9aad57c6a116..5d2e6c3ced04 100644
--- a/offapi/com/sun/star/text/TextTableCursor.idl
+++ b/offapi/com/sun/star/text/TextTableCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextTableCursor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
+ * last change: $Author: hr $ $Date: 2003-11-07 15:18:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,30 +88,22 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::TextTableCursor
/** specifies a cursor in text tables.
-
-
- <p>This cursor can be used to:
- </p>
+ <p>This cursor can be used to:</p>
<ul>
- <li>travel through text table cells
- </li>
- <li>select text table cells
- </li>
- <li>get property values from the selected cells
- </li>
- <li>set property values in the selected cells
- </li>
+ <li>travel through text table cells</li>
+ <li>select text table cells</li>
+ <li>get property values from the selected cells</li>
+ <li>set property values in the selected cells</li>
</ul>
+
+ @see com::sun::star::text::TextTable
*/
service TextTableCursor
{
- // DocMerge: empty anyway
interface com::sun::star::text::XTextTableCursor;
- // DocMerge: empty anyway
interface com::sun::star::beans::XPropertySet;
service com::sun::star::style::CharacterProperties;
service com::sun::star::style::CharacterPropertiesAsian;