Lines Matching refs:GlobalSettings_Access

80 class GlobalSettings_Access : public ::com::sun::star::lang::XComponent	     ,  class
86GlobalSettings_Access( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServi…
87 virtual ~GlobalSettings_Access();
122 DEFINE_XINTERFACE_2 ( GlobalSettings_Access , in DEFINE_XINTERFACE_2() argument
128 GlobalSettings_Access::GlobalSettings_Access( const css::uno::Reference< css::lang::XMultiServiceFa… in DEFINE_XINTERFACE_2()
141 GlobalSettings_Access::~GlobalSettings_Access() in ~GlobalSettings_Access()
146 void SAL_CALL GlobalSettings_Access::dispose() in dispose()
156 void SAL_CALL GlobalSettings_Access::addEventListener( const css::uno::Reference< css::lang::XEvent… in addEventListener()
161 void SAL_CALL GlobalSettings_Access::removeEventListener( const css::uno::Reference< css::lang::XEv… in removeEventListener()
167 void SAL_CALL GlobalSettings_Access::disposing( const css::lang::EventObject& ) in disposing()
176 sal_Bool GlobalSettings_Access::HasStatesInfo( GlobalSettings::UIElementType eElementType ) in HasStatesInfo()
214 sal_Bool GlobalSettings_Access::GetStateInfo( GlobalSettings::UIElementType eElementType, GlobalSet… in GetStateInfo()
260 sal_Bool GlobalSettings_Access::impl_initConfigAccess() in impl_initConfigAccess()
312 static GlobalSettings_Access* pStaticSettings = 0;
314 static GlobalSettings_Access* GetGlobalSettings( const ::com::sun::star::uno::Reference< ::com::sun… in GetGlobalSettings()
318 pStaticSettings = new GlobalSettings_Access( rSrvMgr ); in GetGlobalSettings()
334 GlobalSettings_Access* pSettings( GetGlobalSettings( m_xSrvMgr )); in HasStatesInfo()
344 GlobalSettings_Access* pSettings( GetGlobalSettings( m_xSrvMgr )); in GetStateInfo()