Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: table ::
struct TableSortField
Description
describes how to sort a single field (row/column) in a tables
sort descriptor.
Since
OOo 1.1.2
See also
TableSortDescriptor2
Elements' Summary
Field
index of the row or column in the table to be sorted; 0-based.
IsAscending
true if data are sorted in ascending order,
false if in descending order.
IsCaseSensitive
specifies if the case of letters is important when comparing entries.
FieldType
type of contents in the field.
CollatorLocale
the locale used by the collator when comparing/sorting text.
CollatorAlgorithm
the algorithm used by the collator when comparing/sorting text.
Elements' Details
Field
long Field ;
Description
index of the row or column in the table to be sorted; 0-based.
IsAscending
boolean IsAscending ;
Description
true if data are sorted in ascending order,
false if in descending order.
IsCaseSensitive
boolean IsCaseSensitive ;
Description
specifies if the case of letters is important when comparing entries.
FieldType
TableSortFieldType FieldType ;
Description
type of contents in the field.
If the value is
AUTOMATIC
the algorithm used for sorting is application specific.
Especially it may or may not use the values given by
'CollatorLocale' and 'CollatorAlgorithm'.
CollatorLocale
::com::sun::star::lang ::Locale CollatorLocale ;
Description
the locale used by the collator when comparing/sorting text.
This property will not be used when the 'FieldType' is
NUMERIC
@ see com::sun::star::i18n::XCollator
CollatorAlgorithm
string CollatorAlgorithm ;
Description
the algorithm used by the collator when comparing/sorting text.
This property will not be used when the 'FieldType' is
NUMERIC
@ see com::sun::star::i18n::XCollator
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.