Lines Matching refs:GlobalEventConfig_Impl
90 GlobalEventConfig_Impl::GlobalEventConfig_Impl() in GlobalEventConfig_Impl() function in GlobalEventConfig_Impl
136 GlobalEventConfig_Impl::~GlobalEventConfig_Impl() in ~GlobalEventConfig_Impl()
145 ::rtl::OUString GlobalEventConfig_Impl::GetEventName( sal_Int32 nIndex ) in GetEventName()
156 void GlobalEventConfig_Impl::Notify( const Sequence< OUString >& ) in Notify()
177 void GlobalEventConfig_Impl::Commit() in Commit()
207 void GlobalEventConfig_Impl::EstablishFrameCallback(const ::com::sun::star::uno::Reference< ::com::… in EstablishFrameCallback()
221 void GlobalEventConfig_Impl::initBindingInfo() in initBindingInfo()
259 Reference< container::XNameReplace > SAL_CALL GlobalEventConfig_Impl::getEvents() throw (::com::sun… in getEvents()
266 void SAL_CALL GlobalEventConfig_Impl::replaceByName( const OUString& aName, const Any& aElement ) t… in replaceByName()
286 Any SAL_CALL GlobalEventConfig_Impl::getByName( const OUString& aName ) throw (container::NoSuchEle… in getByName()
312 Sequence< OUString > SAL_CALL GlobalEventConfig_Impl::getElementNames( ) throw (RuntimeException) in getElementNames()
318 sal_Bool SAL_CALL GlobalEventConfig_Impl::hasByName( const OUString& aName ) throw (RuntimeExceptio… in hasByName()
332 Type SAL_CALL GlobalEventConfig_Impl::getElementType( ) throw (RuntimeException) in getElementType()
338 sal_Bool SAL_CALL GlobalEventConfig_Impl::hasElements( ) throw (RuntimeException) in hasElements()
347 GlobalEventConfig_Impl* GlobalEventConfig::m_pImpl = NULL ;
359 m_pImpl = new GlobalEventConfig_Impl; in GlobalEventConfig()