INTEGRATION: CWS sw013 (1.3.8); FILE MERGED
2003/05/07 11:56:00 tl 1.3.8.1: #109195# IDL file fixed for autodoc
This commit is contained in:
parent
4acbb3d739
commit
acb14938b8
1 changed files with 7 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: TableSortField.idl,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-04-17 10:11:57 $
|
||||
* last change: $Author: vg $ $Date: 2003-05-28 12:48:36 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -103,7 +103,7 @@ struct TableSortField
|
|||
/** type of contents in the field.
|
||||
|
||||
<p>If the value is
|
||||
<member scope="com::sun::star::table::TableSortFieldType">AUTOMATIC<member>
|
||||
<member scope="com::sun::star::table::TableSortFieldType">AUTOMATIC</member>
|
||||
the algorithm used for sorting is application specific.
|
||||
Especially it may or may not use the values given by
|
||||
'CollatorLocale' and 'CollatorAlgorithm'.</p>
|
||||
|
@ -114,7 +114,8 @@ struct TableSortField
|
|||
/** the locale used by the collator when comparing/sorting text.
|
||||
|
||||
<p>This property will not be used when the 'FieldType' is
|
||||
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC<member></p>
|
||||
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
|
||||
</p>
|
||||
|
||||
@ see com::sun::star::i18n::XCollator
|
||||
*/
|
||||
|
@ -124,7 +125,8 @@ struct TableSortField
|
|||
/** the algorithm used by the collator when comparing/sorting text.
|
||||
|
||||
<p>This property will not be used when the 'FieldType' is
|
||||
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC<member></p>
|
||||
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
|
||||
</p>
|
||||
|
||||
@ see com::sun::star::i18n::XCollator
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue