LibreOffice Module sd (master) 1
|
#include <navigatr.hxx>
Public Member Functions | |
NavDocInfo () | |
bool | HasName () const |
bool | IsActive () const |
void | SetName (bool bOn) |
void | SetActive (bool bOn) |
::sd::DrawDocShell * | GetDrawDocShell () |
Private Attributes | |
bool | bName: 1 |
bool | bActive: 1 |
::sd::DrawDocShell * | mpDocShell |
Friends | |
class | SdNavigatorWin |
Definition at line 55 of file navigatr.hxx.
|
inline |
Definition at line 58 of file navigatr.hxx.
|
inline |
Definition at line 71 of file navigatr.hxx.
References mpDocShell.
Referenced by SdNavigatorControllerItem::StateChangedAtToolBoxControl(), and SdPageNameControllerItem::StateChangedAtToolBoxControl().
|
inline |
Definition at line 65 of file navigatr.hxx.
References bName.
Referenced by SdNavigatorWin::GetNavigatorDragType(), IMPL_LINK(), and IMPL_LINK_NOARG().
|
inline |
Definition at line 66 of file navigatr.hxx.
References bActive.
Referenced by IMPL_LINK_NOARG(), SdNavigatorControllerItem::StateChangedAtToolBoxControl(), and SdPageNameControllerItem::StateChangedAtToolBoxControl().
|
inline |
Definition at line 69 of file navigatr.hxx.
References bActive.
Referenced by SdNavigatorWin::RefreshDocumentLB().
|
inline |
Definition at line 68 of file navigatr.hxx.
References bName.
Referenced by SdNavigatorWin::RefreshDocumentLB().
|
friend |
Definition at line 74 of file navigatr.hxx.
|
private |
Definition at line 76 of file navigatr.hxx.
Referenced by IsActive(), and SetActive().
|
private |
Definition at line 75 of file navigatr.hxx.
|
private |
Definition at line 77 of file navigatr.hxx.
Referenced by GetDrawDocShell(), IMPL_LINK(), IMPL_LINK_NOARG(), and SdNavigatorWin::RefreshDocumentLB().