summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/TableSortDescriptor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/table/TableSortDescriptor.idl
parent#94968# IDL reviews merged (diff)
downloadcore-cb23f6a62077022736a40d6315ee92a218f489e0.tar.gz
core-cb23f6a62077022736a40d6315ee92a218f489e0.zip
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/table/TableSortDescriptor.idl')
-rw-r--r--offapi/com/sun/star/table/TableSortDescriptor.idl69
1 files changed, 22 insertions, 47 deletions
diff --git a/offapi/com/sun/star/table/TableSortDescriptor.idl b/offapi/com/sun/star/table/TableSortDescriptor.idl
index e2d8267364b7..c21bf53feb3a 100644
--- a/offapi/com/sun/star/table/TableSortDescriptor.idl
+++ b/offapi/com/sun/star/table/TableSortDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableSortDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_table_TableSortDescriptor_idl__
#define __com_sun_star_table_TableSortDescriptor_idl__
@@ -73,55 +74,51 @@
#include <com/sun/star/table/TableOrientation.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module table {
+module com { module sun { module star { module table {
//=============================================================================
-// DocMerge from xml: service com::sun::star::table::TableSortDescriptor
-/** service used to sort rows or columns of tables.
- <p>
- It extends the general SortDescriptor by table-specific properties.
-</p>
+/** contains properties which describe sorting of rows or columns in a table.
+
+ <p>It extends the general
+ <type scope="com::sun::star::util">SortDescriptor</type> with
+ table-specific properties.</p>
*/
service TableSortDescriptor
{
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+
+ /** contains common sorting properties.
+ */
service com::sun::star::util::SortDescriptor;
- //-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR TableSortDescriptor::SortFields
+ //=========================================================================
- // DocMerge from idl: property com::sun::star::table::TableSortDescriptor::SortFields
/** specifies the descriptions of the individual sort fields.
*/
[property] sequence<com::sun::star::util::SortField> SortFields;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::table::TableSortDescriptor::MaxFieldCount
- /** returns the maximum number of
- sort fields the descriptor can hold.
+ /** contains the maximum number of sort fields the descriptor can hold.
*/
[readonly, property] long MaxFieldCount;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::table::TableSortDescriptor::Orientation
- /** specifies the orientation for how data is sorted.
-<p>
- Some implementations do not support sorting columns.
-</p>
+ /** specifies the sorting orientation (sort rows or columns).
+
+ <p>Some implementations may not support sorting columns.</p>
*/
[property] com::sun::star::table::TableOrientation Orientation;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::table::TableSortDescriptor::ContainsHeader
- /** specifies if the first row or column
- contains headers which should not be sorted.
+ /** specifies whether the first row or column (depending on
+ <member>TableSortDescriptor::Orientation</member>) is a header which
+ should not be sorted.
*/
[property] boolean ContainsHeader;
@@ -131,27 +128,5 @@ service TableSortDescriptor
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- 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.5 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/24 13:19:03 nn
- #74032# documentation added
-
- Revision 1.2 2000/02/07 11:24:58 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif
+