Lines Matching refs:SfxEvents_Impl
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()
310 void SAL_CALL SfxEvents_Impl::notifyEvent( const DOCEVENTOBJECT& aEvent ) throw( RUNTIMEEXCEPTION ) in notifyEvent()
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_Impl
373 SfxEvents_Impl::~SfxEvents_Impl() in ~SfxEvents_Impl()
378 SvxMacro* SfxEvents_Impl::ConvertToMacro( const ANY& rElement, SfxObjectShell* pObjShell, sal_Bool … in ConvertToMacro()
444 void SfxEvents_Impl::NormalizeMacro( const ANY& rEvent, ANY& rRet, SfxObjectShell* pDoc ) in NormalizeMacro()
454 void SfxEvents_Impl::NormalizeMacro( const ::comphelper::NamedValueCollection& i_eventDescriptor, in NormalizeMacro()