LibreOffice Module ucb (master)
1
|
Public Attributes | |
bool | mbUseOwnCompare |
bool | mbAscending |
bool | mbCaseSensitive |
sal_Int32 | mnColumn |
sal_Int32 | mnType |
SortInfo * | mpNext |
Reference< XAnyCompare > | mxCompareFunction |
Definition at line 53 of file sortresult.cxx.
bool SortInfo::mbAscending |
Definition at line 56 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
bool SortInfo::mbCaseSensitive |
Definition at line 57 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
bool SortInfo::mbUseOwnCompare |
Definition at line 55 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
sal_Int32 SortInfo::mnColumn |
Definition at line 58 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
sal_Int32 SortInfo::mnType |
Definition at line 59 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
SortInfo* SortInfo::mpNext |
Definition at line 60 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo(), and SortedResultSet::~SortedResultSet().
Reference< XAnyCompare > SortInfo::mxCompareFunction |
Definition at line 61 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().