LibreOffice Module framework (master) 1
Namespaces | Functions
globalsettings.cxx File Reference
#include <uiconfiguration/globalsettings.hxx>
#include <services.h>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <rtl/ref.hxx>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <mutex>
#include <utility>
Include dependency graph for globalsettings.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Functions

static GlobalSettings_Access * framework::GetGlobalSettings (const css::uno::Reference< css::uno::XComponentContext > &rxContext)
 

Variable Documentation

◆ m_aNodeRefStates

OUString m_aNodeRefStates
private

Definition at line 72 of file globalsettings.cxx.

◆ m_aPropDocked

OUString m_aPropDocked
private

Definition at line 75 of file globalsettings.cxx.

◆ m_aPropLocked

OUString m_aPropLocked
private

Definition at line 74 of file globalsettings.cxx.

◆ m_aPropStatesEnabled

OUString m_aPropStatesEnabled
private

Definition at line 73 of file globalsettings.cxx.

◆ m_bConfigRead

bool m_bConfigRead
private

Definition at line 71 of file globalsettings.cxx.

◆ m_bDisposed

bool m_bDisposed
private

◆ m_mutex

std::mutex m_mutex
private

Definition at line 69 of file globalsettings.cxx.

◆ m_xConfigAccess

css::uno::Reference< css::container::XNameAccess > m_xConfigAccess
private

Definition at line 76 of file globalsettings.cxx.

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext> m_xContext
private