summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetFilterableEx.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetFilterableEx.idl43
1 files changed, 16 insertions, 27 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetFilterableEx.idl b/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
index 0e2ab42928ca..03ebb064fc5e 100644
--- a/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
+++ b/offapi/com/sun/star/sheet/XSheetFilterableEx.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSheetFilterableEx.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,23 +72,28 @@
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sheet::XSheetFilterableEx
-/** represents something from which criteria for filtering
- can be read.
+/** represents something from which criteria for filtering can be read.
+
+ <p>In general the current object will be used only to create the
+ descriptor to filter another object, i.e. the advanced filter feature
+ in a spreadsheet.</p>
+
+ @see com::sun::star::sheet::SheetCellRange
*/
interface XSheetFilterableEx: com::sun::star::sheet::XSheetFilterable
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XSheetFilterableEx::createFilterDescriptorByObject
- /** creates a filter descriptor for the specified
- filterable object from the contents of this object.
+ /** creates a filter descriptor for the specified filterable object from
+ the contents of this object.
*/
- com::sun::star::sheet::XSheetFilterDescriptor createFilterDescriptorByObject( [in] com::sun::star::sheet::XSheetFilterable xObject );
+ com::sun::star::sheet::XSheetFilterDescriptor
+ createFilterDescriptorByObject(
+ [in] com::sun::star::sheet::XSheetFilterable xObject );
};
@@ -96,21 +101,5 @@ interface XSheetFilterableEx: com::sun::star::sheet::XSheetFilterable
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:47 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:52 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:52 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+