summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/XTableColumns.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XTableColumns.idl')
-rw-r--r--offapi/com/sun/star/table/XTableColumns.idl107
1 files changed, 49 insertions, 58 deletions
diff --git a/offapi/com/sun/star/table/XTableColumns.idl b/offapi/com/sun/star/table/XTableColumns.idl
index 2dd4d36db..986c7a819 100644
--- a/offapi/com/sun/star/table/XTableColumns.idl
+++ b/offapi/com/sun/star/table/XTableColumns.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTableColumns.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:44 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,65 +58,56 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_table_XTableColumns_idl__
-#define __com_sun_star_table_XTableColumns_idl__
-
-#ifndef __com_sun_star_container_XIndexAccess_idl__
-#include <com/sun/star/container/XIndexAccess.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module table {
-
-//=============================================================================
-
-// DocMerge from xml: interface com::sun::star::table::XTableColumns
-/** represents a collection of columns in a table.@see TableColumns
+
+#ifndef __com_sun_star_table_XTableColumns_idl__
+#define __com_sun_star_table_XTableColumns_idl__
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module table {
+
+//=============================================================================
+
+/** provides methods to access columns via index and to insert and remove
+ columns.
+
+ @see com::sun::star::table::TableColumns
*/
interface XTableColumns: com::sun::star::container::XIndexAccess
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::table::XTableColumns::insertByIndex
+{
+ //-------------------------------------------------------------------------
+
/** inserts new columns.
+
+ @param nIndex
+ is the index the first inserted column will have.
+
+ @param nCount
+ is the number of columns to insert.
*/
- void insertByIndex( [in] long nIndex,
- [in] long nCount );
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::table::XTableColumns::removeByIndex
+ void insertByIndex( [in] long nIndex, [in] long nCount );
+
+ //-------------------------------------------------------------------------
+
/** deletes columns.
+
+ @param nIndex
+ is the index of the first column to delete.
+
+ @param nCount
+ is the number of columns to delete.
*/
- void removeByIndex( [in] long nIndex,
- [in] long nCount );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/12/21 08:35:19 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:44:19 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:56 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:58 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
-#endif
+ void removeByIndex( [in] long nIndex, [in] long nCount );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+