LibreOffice Module sc (master) 1
|
Contains settings of the navigator listbox. More...
#include <navsett.hxx>
Public Member Functions | |
ScNavigatorSettings () | |
Index of selected child entry. More... | |
void | SetExpanded (ScContentId nIndex, bool bExpand) |
bool | IsExpanded (ScContentId nIndex) const |
void | SetRootSelected (ScContentId nIndex) |
ScContentId | GetRootSelected () const |
void | SetChildSelected (sal_uLong nIndex) |
sal_uLong | GetChildSelected () const |
Private Attributes | |
o3tl::enumarray< ScContentId, bool > | maExpandedVec |
ScContentId | mnRootSelected |
Array of Booleans for expand state. More... | |
sal_uLong | mnChildSelected |
Index of selected root entry. More... | |
Contains settings of the navigator listbox.
This includes the expand state of each listbox entry and the index of the selected entry and sub entry.
Definition at line 29 of file navsett.hxx.
ScNavigatorSettings::ScNavigatorSettings | ( | ) |
Index of selected child entry.
Definition at line 303 of file navipi.cxx.
References o3tl::enumarray< typename E, typename V >::fill(), maExpandedVec, and ROOT.
|
inline |
Definition at line 46 of file navsett.hxx.
References mnChildSelected.
Referenced by ScContentTree::ApplyNavigatorSettings().
|
inline |
Definition at line 43 of file navsett.hxx.
References mnRootSelected.
Referenced by ScContentTree::ApplyNavigatorSettings().
|
inline |
Definition at line 40 of file navsett.hxx.
References maExpandedVec, and nIndex.
Referenced by ScContentTree::ApplyNavigatorSettings().
|
inline |
Definition at line 45 of file navsett.hxx.
References mnChildSelected, and nIndex.
Referenced by ScContentTree::StoreNavigatorSettings().
|
inline |
Definition at line 39 of file navsett.hxx.
References maExpandedVec, and nIndex.
Referenced by ScContentTree::StoreNavigatorSettings().
|
inline |
Definition at line 42 of file navsett.hxx.
References mnRootSelected, and nIndex.
Referenced by ScContentTree::StoreNavigatorSettings().
|
private |
Definition at line 32 of file navsett.hxx.
Referenced by IsExpanded(), ScNavigatorSettings(), and SetExpanded().
|
private |
Index of selected root entry.
Definition at line 34 of file navsett.hxx.
Referenced by GetChildSelected(), and SetChildSelected().
|
private |
Array of Booleans for expand state.
Definition at line 33 of file navsett.hxx.
Referenced by GetRootSelected(), and SetRootSelected().