summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/TableSortDescriptor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:57:04 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:57:04 +0000
commitebfb286c4627f54cbb8284a3482451c7e7c3bde0 (patch)
tree571b4ad1e81d1d945c581b10c3c3a5e01067e7e5 /offapi/com/sun/star/table/TableSortDescriptor.idl
parentproofreading and corrections from Richard Holt (diff)
downloadcore-ebfb286c4627f54cbb8284a3482451c7e7c3bde0.tar.gz
core-ebfb286c4627f54cbb8284a3482451c7e7c3bde0.zip
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/table/TableSortDescriptor.idl')
-rw-r--r--offapi/com/sun/star/table/TableSortDescriptor.idl28
1 files changed, 13 insertions, 15 deletions
diff --git a/offapi/com/sun/star/table/TableSortDescriptor.idl b/offapi/com/sun/star/table/TableSortDescriptor.idl
index 242539bc6459..e2d8267364b7 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:19 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,13 +81,10 @@
//=============================================================================
// 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>
+/** service used to sort rows or columns of tables.
+ <p>
+ It extends the general SortDescriptor by table-specific properties.
+</p>
*/
service TableSortDescriptor
{
@@ -98,8 +95,7 @@ service TableSortDescriptor
// DOCUMENTATION CHANGED FOR TableSortDescriptor::SortFields
// DocMerge from idl: property com::sun::star::table::TableSortDescriptor::SortFields
- /** specifies the descriptions of
- the individual sort fields.
+ /** specifies the descriptions of the individual sort fields.
*/
[property] sequence<com::sun::star::util::SortField> SortFields;
@@ -115,10 +111,9 @@ service TableSortDescriptor
// 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>
+<p>
+ Some implementations do not support sorting columns.
+</p>
*/
[property] com::sun::star::table::TableOrientation Orientation;
@@ -139,6 +134,9 @@ 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