From ebfb286c4627f54cbb8284a3482451c7e7c3bde0 Mon Sep 17 00:00:00 2001 From: Michael Hönnig Date: Thu, 25 Oct 2001 14:57:04 +0000 Subject: proofreading and corrections from Richard Holt --- offapi/com/sun/star/table/TableSortDescriptor.idl | 28 +++++++++++------------ 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'offapi/com/sun/star/table/TableSortDescriptor.idl') 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. - - - -

It extends the general SortDescriptor by table-specific - properties.

+/** service used to sort rows or columns of tables. +

+ It extends the general SortDescriptor by table-specific properties. +

*/ 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 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. - - - -

Some implementations do not support sorting columns.

+

+ Some implementations do not support sorting columns. +

*/ [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 -- cgit