|
LibreOffice Module sw (master) 1
|
#include <sortopt.hxx>
Public Member Functions | |
| SwSortKey () | |
| SwSortKey (sal_uInt16 nId, const OUString &rSrtType, SwSortOrder eOrder) | |
Public Attributes | |
| OUString | sSortType |
| SwSortOrder | eSortOrder |
| sal_uInt16 | nColumnId |
| bool | bIsNumeric |
Definition at line 30 of file sortopt.hxx.
| SwSortKey::SwSortKey | ( | ) |
Definition at line 23 of file sortopt.cxx.
References Ascending.
| SwSortKey::SwSortKey | ( | sal_uInt16 | nId, |
| const OUString & | rSrtType, | ||
| SwSortOrder | eOrder | ||
| ) |
Definition at line 30 of file sortopt.cxx.
References nId.
| bool SwSortKey::bIsNumeric |
Definition at line 38 of file sortopt.hxx.
Referenced by SwSortElement::keycompare().
| SwSortOrder SwSortKey::eSortOrder |
Definition at line 36 of file sortopt.hxx.
Referenced by SwSortElement::keycompare().
| sal_uInt16 SwSortKey::nColumnId |
Definition at line 37 of file sortopt.hxx.
| OUString SwSortKey::sSortType |
Definition at line 35 of file sortopt.hxx.
Referenced by SwSortElement::keycompare().