Lines Matching refs:ImplEventAttacherManager

122 class ImplEventAttacherManager  class
138 ImplEventAttacherManager( const Reference< XIntrospection > & rIntrospection,
140 ~ImplEventAttacherManager();
191 ImplEventAttacherManager* mpManager;
200 AttacherAllListener_Impl( ImplEventAttacherManager* pManager_, const OUString &rScriptType_,
214 ImplEventAttacherManager* pManager_, in AttacherAllListener_Impl()
399 return new ImplEventAttacherManager( rIntrospection, rSMgr ); in createEventAttacherManager()
412 return new ImplEventAttacherManager( xIntrospection, rSMgr ); in createEventAttacherManager()
420 ImplEventAttacherManager::ImplEventAttacherManager( const Reference< XIntrospection > & rIntrospect… in ImplEventAttacherManager() function in comphelper::ImplEventAttacherManager
450 ImplEventAttacherManager::~ImplEventAttacherManager() in ~ImplEventAttacherManager()
454 Reference< XIdlReflection > ImplEventAttacherManager::getReflection() throw( Exception ) in getReflection()
468 ::std::deque<AttacherIndex_Impl>::iterator ImplEventAttacherManager::implCheckIndex( sal_Int32 _nIn… in implCheckIndex()
486 ImplEventAttacherManager * pMgr, in detachAll_Impl()
503 ImplEventAttacherManager * pMgr, in attachAll_Impl()
519 void SAL_CALL ImplEventAttacherManager::registerScriptEvent in registerScriptEvent()
572 void SAL_CALL ImplEventAttacherManager::registerScriptEvents in registerScriptEvents()
596 void SAL_CALL ImplEventAttacherManager::revokeScriptEvent in revokeScriptEvent()
660 void SAL_CALL ImplEventAttacherManager::revokeScriptEvents(sal_Int32 nIndex ) in revokeScriptEvents()
677 void SAL_CALL ImplEventAttacherManager::insertEntry(sal_Int32 nIndex) in insertEntry()
696 void SAL_CALL ImplEventAttacherManager::removeEntry(sal_Int32 nIndex) in removeEntry()
708 Sequence< ScriptEventDescriptor > SAL_CALL ImplEventAttacherManager::getScriptEvents(sal_Int32 nInd… in getScriptEvents()
733 void SAL_CALL ImplEventAttacherManager::attach(sal_Int32 nIndex, const Reference< XInterface >& xOb… in attach()
815 void SAL_CALL ImplEventAttacherManager::detach(sal_Int32 nIndex, const Reference< XInterface >& xOb… in detach()
877 void SAL_CALL ImplEventAttacherManager::addScriptListener(const Reference< XScriptListener >& aList… in addScriptListener()
884 void SAL_CALL ImplEventAttacherManager::removeScriptListener(const Reference< XScriptListener >& aL… in removeScriptListener()
893 OUString SAL_CALL ImplEventAttacherManager::getServiceName(void) in getServiceName()
899 void SAL_CALL ImplEventAttacherManager::write(const Reference< XObjectOutputStream >& OutStream) in write()
964 void SAL_CALL ImplEventAttacherManager::read(const Reference< XObjectInputStream >& InStream) in read()