LibreOffice Module sc (master) 1
|
#include <navicfg.hxx>
Public Member Functions | |
ScNavipiCfg () | |
void | SetListMode (sal_uInt16 nNew) |
sal_uInt16 | GetListMode () const |
void | SetDragMode (sal_uInt16 nNew) |
sal_uInt16 | GetDragMode () const |
void | SetRootType (ScContentId nNew) |
ScContentId | GetRootType () const |
Private Attributes | |
sal_uInt16 | nListMode |
sal_uInt16 | nDragMode |
ScContentId | nRootType |
Definition at line 28 of file navicfg.hxx.
ScNavipiCfg::ScNavipiCfg | ( | ) |
Definition at line 25 of file navicfg.cxx.
References ROOT.
|
inline |
Definition at line 41 of file navicfg.hxx.
References nDragMode.
Referenced by ScNavigatorDlg::ScNavigatorDlg().
|
inline |
Definition at line 39 of file navicfg.hxx.
References nListMode.
Referenced by ScNavigatorDlg::ScNavigatorDlg().
|
inline |
Definition at line 43 of file navicfg.hxx.
References nRootType.
Referenced by ScNavigatorDlg::ScNavigatorDlg().
void ScNavipiCfg::SetDragMode | ( | sal_uInt16 | nNew | ) |
Definition at line 42 of file navicfg.cxx.
References nDragMode.
Referenced by ScNavigatorDlg::SetDropMode().
void ScNavipiCfg::SetListMode | ( | sal_uInt16 | nNew | ) |
Definition at line 33 of file navicfg.cxx.
References nListMode.
Referenced by ScNavigatorDlg::SetListMode().
void ScNavipiCfg::SetRootType | ( | ScContentId | nNew | ) |
Definition at line 51 of file navicfg.cxx.
References nRootType.
Referenced by ScContentTree::SetRootType().
|
private |
Definition at line 32 of file navicfg.hxx.
Referenced by GetDragMode(), and SetDragMode().
|
private |
Definition at line 31 of file navicfg.hxx.
Referenced by GetListMode(), and SetListMode().
|
private |
Definition at line 33 of file navicfg.hxx.
Referenced by GetRootType(), and SetRootType().