|
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 44 of file sortresult.cxx.
| bool SortInfo::mbAscending |
Definition at line 47 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
| bool SortInfo::mbCaseSensitive |
Definition at line 48 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
| bool SortInfo::mbUseOwnCompare |
Definition at line 46 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
| sal_Int32 SortInfo::mnColumn |
Definition at line 49 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
| sal_Int32 SortInfo::mnType |
Definition at line 50 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().
| SortInfo* SortInfo::mpNext |
Definition at line 51 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo(), and SortedResultSet::~SortedResultSet().
| Reference< XAnyCompare > SortInfo::mxCompareFunction |
Definition at line 52 of file sortresult.cxx.
Referenced by SortedResultSet::BuildSortInfo().