LibreOffice Module framework (master) 1
|
#include <globalsettings.hxx>
Public Types | |
enum | StateInfo { STATEINFO_LOCKED , STATEINFO_DOCKED } |
Public Member Functions | |
GlobalSettings (css::uno::Reference< css::uno::XComponentContext > xContext) | |
~GlobalSettings () | |
bool | HasToolbarStatesInfo () const |
bool | GetToolbarStateInfo (StateInfo eStateInfo, css::uno::Any &aValue) |
Private Member Functions | |
GlobalSettings (const GlobalSettings &)=delete | |
GlobalSettings & | operator= (const GlobalSettings &)=delete |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
Definition at line 27 of file globalsettings.hxx.
Enumerator | |
---|---|
STATEINFO_LOCKED | |
STATEINFO_DOCKED |
Definition at line 33 of file globalsettings.hxx.
framework::GlobalSettings::GlobalSettings | ( | css::uno::Reference< css::uno::XComponentContext > | xContext | ) |
Definition at line 230 of file globalsettings.cxx.
framework::GlobalSettings::~GlobalSettings | ( | ) |
Definition at line 235 of file globalsettings.cxx.
|
privatedelete |
bool framework::GlobalSettings::GetToolbarStateInfo | ( | StateInfo | eStateInfo, |
css::uno::Any & | aValue | ||
) |
Definition at line 250 of file globalsettings.cxx.
References framework::GetGlobalSettings(), and m_xContext.
Referenced by framework::LayoutManager::readWindowStateData().
bool framework::GlobalSettings::HasToolbarStatesInfo | ( | ) | const |
Definition at line 240 of file globalsettings.cxx.
References framework::GetGlobalSettings(), and m_xContext.
Referenced by framework::LayoutManager::readWindowStateData().
|
privatedelete |
|
private |
Definition at line 47 of file globalsettings.hxx.
Referenced by GetToolbarStateInfo(), and HasToolbarStatesInfo().