Lines Matching refs:GlobalEventConfig

158     MutexGuard aGuard( GlobalEventConfig::GetOwnStaticMutex() );  in Notify()
347 GlobalEventConfig_Impl* GlobalEventConfig::m_pImpl = NULL ;
348 sal_Int32 GlobalEventConfig::m_nRefCount = 0 ;
350 GlobalEventConfig::GlobalEventConfig() in GlobalEventConfig() function in GlobalEventConfig
364 GlobalEventConfig::~GlobalEventConfig() in ~GlobalEventConfig()
379 void GlobalEventConfig::EstablishFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::… in EstablishFrameCallback()
385 Reference< container::XNameReplace > SAL_CALL GlobalEventConfig::getEvents() throw (::com::sun::sta… in getEvents()
392 void SAL_CALL GlobalEventConfig::replaceByName( const OUString& aName, const Any& aElement ) throw … in replaceByName()
397 Any SAL_CALL GlobalEventConfig::getByName( const OUString& aName ) throw (container::NoSuchElementE… in getByName()
402 Sequence< OUString > SAL_CALL GlobalEventConfig::getElementNames( ) throw (RuntimeException) in getElementNames()
407 sal_Bool SAL_CALL GlobalEventConfig::hasByName( const OUString& aName ) throw (RuntimeException) in hasByName()
412 Type SAL_CALL GlobalEventConfig::getElementType( ) throw (RuntimeException) in getElementType()
417 sal_Bool SAL_CALL GlobalEventConfig::hasElements( ) throw (RuntimeException) in hasElements()
423 Mutex& GlobalEventConfig::GetOwnStaticMutex() in GetOwnStaticMutex()
447 ::rtl::OUString GlobalEventConfig::GetEventName( sal_Int32 nIndex ) in GetEventName()
449 return GlobalEventConfig().m_pImpl->GetEventName( nIndex ); in GetEventName()