summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-11-03 09:55:23 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-11-03 09:55:23 +0100
commitf8adcdcdfe9a66d1d52c904b2e32cb6bc48509a2 (patch)
tree0985b69053b6edaa74e4a658c83477c5df07ee5c /offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
parent918911ae91a8b361b645d2f147fc855cf1bc5945 (diff)
dr77: #i102872# little cleanup of IDL documentation related to sheet filters
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetFilterDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetFilterDescriptor.idl25
1 files changed, 14 insertions, 11 deletions
diff --git a/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl b/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
index 8e94a6b2edcf..e8e12639a244 100644
--- a/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
+++ b/offapi/com/sun/star/sheet/SheetFilterDescriptor.idl
@@ -28,21 +28,11 @@
#ifndef __com_sun_star_sheet_SheetFilterDescriptor_idl__
#define __com_sun_star_sheet_SheetFilterDescriptor_idl__
-#ifndef __com_sun_star_sheet_XSheetFilterDescriptor_idl__
#include <com/sun/star/sheet/XSheetFilterDescriptor.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/sheet/XSheetFilterDescriptor2.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
-#ifndef __com_sun_star_table_TableOrientation_idl__
#include <com/sun/star/table/TableOrientation.idl>
-#endif
-
-#ifndef __com_sun_star_table_CellAddress_idl__
#include <com/sun/star/table/CellAddress.idl>
-#endif
//=============================================================================
@@ -66,6 +56,19 @@ published service SheetFilterDescriptor
//-------------------------------------------------------------------------
+ /** provides access to the collection of filter fields.
+
+ <p>This interface provides a sequence of <type>TableFilterField2</type>
+ structures supporting a wider range of comparison operators, compared
+ to the <type>TableFilterField</type> structure provided by interface
+ <type>XSheetFilterDescriptor</type>.
+
+ @since OOo 3.2
+ */
+ [optional] interface com::sun::star::sheet::XSheetFilterDescriptor2;
+
+ //-------------------------------------------------------------------------
+
//!published service PropertySet
/** provides access to the properties.
*/