summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/TableAutoFormats.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TableAutoFormats.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormats.idl57
1 files changed, 33 insertions, 24 deletions
diff --git a/offapi/com/sun/star/sheet/TableAutoFormats.idl b/offapi/com/sun/star/sheet/TableAutoFormats.idl
index 4e59762d6073..7e060786932b 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormats.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormats.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableAutoFormats.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,53 +58,62 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_TableAutoFormats_idl__
#define __com_sun_star_sheet_TableAutoFormats_idl__
#ifndef __com_sun_star_container_XNameContainer_idl__
#include <com/sun/star/container/XNameContainer.idl>
#endif
-
-#ifndef __com_sun_star_container_XNameAccess_idl__
-#include <com/sun/star/container/XNameAccess.idl>
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: service com::sun::star::sheet::TableAutoFormats
-/** a list of table autoformats.
+/** represents the collection of AutoFormats.
+
+ <p>There is only one instance of this collection, containing all
+ AutoFormats usable in spreadsheet and text tables.</p>
*/
service TableAutoFormats
{
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** provides methods to access, insert and remove AutoFormats via name.
+
+ @see com::sun::star::sheet::TableAutoFormat
+ */
interface com::sun::star::container::XNameContainer;
- // DocMerge: empty anyway
- interface com::sun::star::container::XNameAccess;
+ //-------------------------------------------------------------------------
-};
+ /** provides methods to access AutoFormats via index.
-//=============================================================================
+ @see com::sun::star::sheet::TableAutoFormat
+ */
+ interface com::sun::star::container::XIndexAccess;
-}; }; }; };
+ //-------------------------------------------------------------------------
-/*=============================================================================
+ /** creates an enumeration of all AutoFormats.
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:48 hjs
- initial import
+ @see com::sun::star::sheet::TableAutoFormatEnumeration
+ */
+ interface com::sun::star::container::XEnumerationAccess;
- Revision 1.3 2000/09/11 11:52:50 mi
- documentation merged from XML
+};
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
+//=============================================================================
+}; }; }; };
-=============================================================================*/
#endif
+