summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 15:04:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 15:04:49 +0000
commitfe7255348edcbe4c41987f645fc8226b6cfba725 (patch)
treebe060811f4e5ac9e4252101cb5dff934b5178ecf /offapi/com/sun/star/util
parenta4be2f80f17ace4bb7b300bd84387ef34dfe06a9 (diff)
INTEGRATION: CWS sdk04 (1.6.80); FILE MERGED
2003/06/20 13:16:49 mi 1.6.80.1: #110384# unresolved links (due to autodoc warnings)
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/XSortable.idl40
1 files changed, 20 insertions, 20 deletions
diff --git a/offapi/com/sun/star/util/XSortable.idl b/offapi/com/sun/star/util/XSortable.idl
index c6416db2afc8..a309ad4e9a52 100644
--- a/offapi/com/sun/star/util/XSortable.idl
+++ b/offapi/com/sun/star/util/XSortable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSortable.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:16:59 $
+ * last change: $Author: hr $ $Date: 2003-06-30 16:04:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,16 +84,16 @@ module com { module sun { module star { module util {
<p>There are older deprecated sort descriptors:</p>
<ul>
- <li>com::sun:star::util::SortDescriptor</li>
- <li>com::sun:star::table::TableSortDescriptor</li>
- <li>com::sun:star::text::TextSortDescriptor</li>
+ <li>com::sun::star::util::SortDescriptor</li>
+ <li>com::sun::star::table::TableSortDescriptor</li>
+ <li>com::sun::star::text::TextSortDescriptor</li>
</ul>
<p>And a new set of sort descriptors:</p>
<ul>
- <li>com::sun:star::util::SortDescriptor2</li>
- <li>com::sun:star::table::TableSortDescriptor2</li>
- <li>com::sun:star::text::TextSortDescriptor2</li>
+ <li>com::sun::star::util::SortDescriptor2</li>
+ <li>com::sun::star::table::TableSortDescriptor2</li>
+ <li>com::sun::star::text::TextSortDescriptor2</li>
</ul>
<p>Both types may be implemented by the same object.
@@ -111,12 +111,12 @@ interface XSortable: com::sun::star::uno::XInterface
implements this interface. Therefore they can usually be used
only for objects of that same type.</p>
- @see com::sun:star::util::SortDescriptor
- @see com::sun:star::table::TableSortDescriptor
- @see com::sun:star::text::TextSortDescriptor
- @see com::sun:star::util::SortDescriptor2
- @see com::sun:star::table::TableSortDescriptor2
- @see com::sun:star::text::TextSortDescriptor2
+ @see com::sun::star::util::SortDescriptor
+ @see com::sun::star::table::TableSortDescriptor
+ @see com::sun::star::text::TextSortDescriptor
+ @see com::sun::star::util::SortDescriptor2
+ @see com::sun::star::table::TableSortDescriptor2
+ @see com::sun::star::text::TextSortDescriptor2
*/
sequence< com::sun::star::beans::PropertyValue > createSortDescriptor();
@@ -129,12 +129,12 @@ interface XSortable: com::sun::star::uno::XInterface
those obtained by calling <member>createSortDescriptor</member>
on the same type of object.<p>
- @see com::sun:star::util::SortDescriptor
- @see com::sun:star::table::TableSortDescriptor
- @see com::sun:star::text::TextSortDescriptor
- @see com::sun:star::util::SortDescriptor2
- @see com::sun:star::table::TableSortDescriptor2
- @see com::sun:star::text::TextSortDescriptor2
+ @see com::sun::star::util::SortDescriptor
+ @see com::sun::star::table::TableSortDescriptor
+ @see com::sun::star::text::TextSortDescriptor
+ @see com::sun::star::util::SortDescriptor2
+ @see com::sun::star::table::TableSortDescriptor2
+ @see com::sun::star::text::TextSortDescriptor2
*/
void sort( [in] sequence< com::sun::star::beans::PropertyValue > xDescriptor );