summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SheetSortDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sheet/SheetSortDescriptor.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/sheet/SheetSortDescriptor.idl b/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
index 36c04dc6be4d..369e2ec11736 100644
--- a/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
+++ b/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/table/TableSortDescriptor.idl>
#include <com/sun/star/table/CellAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** a description of how a cell range is to be sorted.
@@ -35,26 +33,22 @@ module com { module sun { module star { module sheet {
*/
published service SheetSortDescriptor
{
- //-------------------------------------------------------------------------
/** provides common table sorting properties.
*/
service com::sun::star::table::TableSortDescriptor;
- //=========================================================================
/** specifies if cell formats are moved with the contents
they belong to.
*/
[property] boolean BindFormatsToContent;
- //-------------------------------------------------------------------------
/** specifies if a user defined sorting list is used.
*/
[property] boolean IsUserListEnabled;
- //-------------------------------------------------------------------------
/** specifies which user defined sorting list is used.
@@ -63,14 +57,12 @@ published service SheetSortDescriptor
*/
[property] long UserListIndex;
- //-------------------------------------------------------------------------
/** specifies if the sorted data should be copied to another
position in the document.
*/
[property] boolean CopyOutputData;
- //-------------------------------------------------------------------------
/** specifies the position where sorted data are to be copied.
@@ -81,7 +73,6 @@ published service SheetSortDescriptor
};
-//=============================================================================
}; }; }; };