Home
last modified time | relevance | path

Searched refs:SfxEvents_Impl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx77 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_Impl
372 SfxEvents_Impl::~SfxEvents_Impl() in ~SfxEvents_Impl()
[all …]
/trunk/main/sfx2/source/inc/
H A Deventsupplier.hxx90 class SfxEvents_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::container::XNameReplace, :… class
101 SfxEvents_Impl( SfxObjectShell* pShell,
103 ~SfxEvents_Impl();
/trunk/main/sfx2/source/config/
H A Devntconf.cxx288 return SfxEvents_Impl::ConvertToMacro( rElement, pDoc, bBlowUp ); in ConvertToMacro()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2372 m_pData->m_xEvents = new SfxEvents_Impl( m_pData->m_pObjectShell, this ); in getEvents()