LibreOffice Module sc (master) 1
|
#include <sortparam.hxx>
Public Attributes | |
SCCOLROW | nField |
bool | bDoSort |
bool | bAscending |
ScColorSortMode | aColorSortMode |
Color | aColorSortColor |
Definition at line 40 of file sortparam.hxx.
Color ScSortKeyState::aColorSortColor |
Definition at line 46 of file sortparam.hxx.
ScColorSortMode ScSortKeyState::aColorSortMode |
Definition at line 45 of file sortparam.hxx.
Referenced by ScSortParam::Clear(), and ScSortParam::ScSortParam().
bool ScSortKeyState::bAscending |
Definition at line 44 of file sortparam.hxx.
Referenced by ScSortParam::Clear(), and ScSortParam::ScSortParam().
bool ScSortKeyState::bDoSort |
Definition at line 43 of file sortparam.hxx.
Referenced by ScSortParam::Clear(), and ScSortParam::ScSortParam().
SCCOLROW ScSortKeyState::nField |
Definition at line 42 of file sortparam.hxx.
Referenced by ScSortParam::Clear(), and ScSortParam::ScSortParam().