Searched refs:SfxEvents_Impl (Results 1 – 4 of 4) sorted by relevance
77 void SAL_CALL SfxEvents_Impl::replaceByName( const OUSTRING & aName, const ANY & rElement ) in replaceByName()133 ANY SAL_CALL SfxEvents_Impl::getByName( const OUSTRING& aName ) in getByName()151 SEQUENCE< OUSTRING > SAL_CALL SfxEvents_Impl::getElementNames() in getElementNames()157 sal_Bool SAL_CALL SfxEvents_Impl::hasByName( const OUSTRING& aName ) in hasByName()177 UNOTYPE SAL_CALL SfxEvents_Impl::getElementType() in getElementType()184 sal_Bool SAL_CALL SfxEvents_Impl::hasElements() in hasElements()309 void SAL_CALL SfxEvents_Impl::notifyEvent( const DOCEVENTOBJECT& aEvent ) in notifyEvent()339 void SAL_CALL SfxEvents_Impl::disposing( const EVENTOBJECT& /*Source*/ ) in disposing()353 SfxEvents_Impl::SfxEvents_Impl( SfxObjectShell* pShell, in SfxEvents_Impl() function in SfxEvents_Impl372 SfxEvents_Impl::~SfxEvents_Impl() in ~SfxEvents_Impl()[all …]
90 class SfxEvents_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::container::XNameReplace, :… class101 SfxEvents_Impl( SfxObjectShell* pShell,103 ~SfxEvents_Impl();
288 return SfxEvents_Impl::ConvertToMacro( rElement, pDoc, bBlowUp ); in ConvertToMacro()
2372 m_pData->m_xEvents = new SfxEvents_Impl( m_pData->m_pObjectShell, this ); in getEvents()