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()135 ANY SAL_CALL SfxEvents_Impl::getByName( const OUSTRING& aName ) in getByName()155 SEQUENCE< OUSTRING > SAL_CALL SfxEvents_Impl::getElementNames() throw ( RUNTIMEEXCEPTION ) in getElementNames()161 sal_Bool SAL_CALL SfxEvents_Impl::hasByName( const OUSTRING& aName ) throw ( RUNTIMEEXCEPTION ) in hasByName()181 UNOTYPE SAL_CALL SfxEvents_Impl::getElementType() throw ( RUNTIMEEXCEPTION ) in getElementType()188 sal_Bool SAL_CALL SfxEvents_Impl::hasElements() throw ( RUNTIMEEXCEPTION ) in hasElements()340 void SAL_CALL SfxEvents_Impl::disposing( const EVENTOBJECT& /*Source*/ ) throw( RUNTIMEEXCEPTION ) in disposing()354 SfxEvents_Impl::SfxEvents_Impl( SfxObjectShell* pShell, in SfxEvents_Impl() function in SfxEvents_Impl373 SfxEvents_Impl::~SfxEvents_Impl() in ~SfxEvents_Impl()444 void SfxEvents_Impl::NormalizeMacro( const ANY& rEvent, ANY& rRet, SfxObjectShell* pDoc ) in NormalizeMacro()[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()
2373 m_pData->m_xEvents = new SfxEvents_Impl( m_pData->m_pObjectShell, this ); in getEvents()
Completed in 605 milliseconds