Home
last modified time | relevance | path

Searched refs:OInterfaceContainerHelper2 (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dinterfacecontainer2.hxx54 class OInterfaceContainerHelper2;
78 OInterfaceIteratorHelper2( OInterfaceContainerHelper2 & rCont );
102 OInterfaceContainerHelper2 & rCont;
118 class COMPHELPER_DLLPUBLIC OInterfaceContainerHelper2 class
128 OInterfaceContainerHelper2( ::osl::Mutex & rMutex );
133 ~OInterfaceContainerHelper2();
231 OInterfaceContainerHelper2( const OInterfaceContainerHelper2 & ) = delete;
232 OInterfaceContainerHelper2 & operator = ( const OInterfaceContainerHelper2 & ) = delete;
259 inline void OInterfaceContainerHelper2::forEach( FuncT const& func ) in forEach()
277 inline void OInterfaceContainerHelper2::notifyEach( void ( SAL_CALL ListenerT::*NotificationMethod … in notifyEach()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dinterfacecontainer2.hxx54 class OInterfaceContainerHelper2;
78 OInterfaceIteratorHelper2( OInterfaceContainerHelper2 & rCont );
102 OInterfaceContainerHelper2 & rCont;
118 class COMPHELPER_DLLPUBLIC OInterfaceContainerHelper2 class
128 OInterfaceContainerHelper2( ::osl::Mutex & rMutex );
133 ~OInterfaceContainerHelper2();
231 OInterfaceContainerHelper2( const OInterfaceContainerHelper2 & ) = delete;
232 OInterfaceContainerHelper2 & operator = ( const OInterfaceContainerHelper2 & ) = delete;
259 inline void OInterfaceContainerHelper2::forEach( FuncT const& func ) in forEach()
277 inline void OInterfaceContainerHelper2::notifyEach( void ( SAL_CALL ListenerT::*NotificationMethod … in notifyEach()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/container/
H A Dinterfacecontainer2.cxx38 OInterfaceIteratorHelper2::OInterfaceIteratorHelper2( OInterfaceContainerHelper2 & rCont_ ) in OInterfaceIteratorHelper2()
115 OInterfaceContainerHelper2::OInterfaceContainerHelper2( Mutex & rMutex_ ) in OInterfaceContainerHelper2() function in comphelper::OInterfaceContainerHelper2
122 OInterfaceContainerHelper2::~OInterfaceContainerHelper2() in ~OInterfaceContainerHelper2()
131 sal_Int32 OInterfaceContainerHelper2::getLength() const in getLength()
141 std::vector< Reference<XInterface> > OInterfaceContainerHelper2::getElements() const in getElements()
154 void OInterfaceContainerHelper2::copyAndResetInUse() in copyAndResetInUse()
170 sal_Int32 OInterfaceContainerHelper2::addInterface( const Reference<XInterface> & rListener ) in addInterface()
201 sal_Int32 OInterfaceContainerHelper2::removeInterface( const Reference<XInterface> & rListener ) in removeInterface()
242 void OInterfaceContainerHelper2::disposeAndClear( const EventObject & rEvt ) in disposeAndClear()
272 void OInterfaceContainerHelper2::clear() in clear()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/container/
H A Dinterfacecontainer2.cxx38 OInterfaceIteratorHelper2::OInterfaceIteratorHelper2( OInterfaceContainerHelper2 & rCont_ ) in OInterfaceIteratorHelper2()
115 OInterfaceContainerHelper2::OInterfaceContainerHelper2( Mutex & rMutex_ ) in OInterfaceContainerHelper2() function in comphelper::OInterfaceContainerHelper2
122 OInterfaceContainerHelper2::~OInterfaceContainerHelper2() in ~OInterfaceContainerHelper2()
131 sal_Int32 OInterfaceContainerHelper2::getLength() const in getLength()
141 std::vector< Reference<XInterface> > OInterfaceContainerHelper2::getElements() const in getElements()
154 void OInterfaceContainerHelper2::copyAndResetInUse() in copyAndResetInUse()
170 sal_Int32 OInterfaceContainerHelper2::addInterface( const Reference<XInterface> & rListener ) in addInterface()
201 sal_Int32 OInterfaceContainerHelper2::removeInterface( const Reference<XInterface> & rListener ) in removeInterface()
242 void OInterfaceContainerHelper2::disposeAndClear( const EventObject & rEvt ) in disposeAndClear()
272 void OInterfaceContainerHelper2::clear() in clear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/qa/container/
H A Dcomphelper_ifcontainer.cxx67 comphelper::OInterfaceContainerHelper2 *pContainer; in testCreateDispose()
69 pContainer = new comphelper::OInterfaceContainerHelper2(m_aGuard); in testCreateDispose()
103 comphelper::OInterfaceContainerHelper2 *pContainer; in testEnumerate()
104 pContainer = new comphelper::OInterfaceContainerHelper2(m_aGuard); in testEnumerate()
H A Dtestifcontainer.cxx66 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
80 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
99 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
123 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/qa/container/
H A Dcomphelper_ifcontainer.cxx63 comphelper::OInterfaceContainerHelper2 *pContainer; in testCreateDispose()
65 pContainer = new comphelper::OInterfaceContainerHelper2(m_aGuard); in testCreateDispose()
99 comphelper::OInterfaceContainerHelper2 *pContainer; in testEnumerate()
100 pContainer = new comphelper::OInterfaceContainerHelper2(m_aGuard); in testEnumerate()
H A Dtestifcontainer.cxx66 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
80 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
99 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
123 comphelper::OInterfaceContainerHelper2 helper( mutex ); in test1()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx40 ::comphelper::OInterfaceContainerHelper2* > ClientMap;
153 ::comphelper::OInterfaceContainerHelper2 *const pNewListeners = in registerClient()
154 new ::comphelper::OInterfaceContainerHelper2( lclMutex::get() ); in registerClient()
185 std::unique_ptr<::comphelper::OInterfaceContainerHelper2> pListeners; in revokeClientNotifyDisposing()
H A Dinstancelocker.hxx34 namespace comphelper { class OInterfaceContainerHelper2; }
49 …std::unique_ptr<::comphelper::OInterfaceContainerHelper2> m_pListenersContainer; // list of listen…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx40 ::comphelper::OInterfaceContainerHelper2* > ClientMap;
153 ::comphelper::OInterfaceContainerHelper2 *const pNewListeners = in registerClient()
154 new ::comphelper::OInterfaceContainerHelper2( lclMutex::get() ); in registerClient()
185 std::unique_ptr<::comphelper::OInterfaceContainerHelper2> pListeners; in revokeClientNotifyDisposing()
H A Dinstancelocker.hxx35 namespace comphelper { class OInterfaceContainerHelper2; }
50 …std::unique_ptr<::comphelper::OInterfaceContainerHelper2> m_pListenersContainer; // list of listen…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dcallbacks.hxx35 namespace comphelper { class OInterfaceContainerHelper2; }
85 virtual ::comphelper::OInterfaceContainerHelper2*
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Dcallbacks.hxx30 namespace comphelper { class OInterfaceContainerHelper2; }
91 virtual ::comphelper::OInterfaceContainerHelper2*
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dweldutils.hxx44 comphelper::OInterfaceContainerHelper2 m_aWindowListeners;
45 comphelper::OInterfaceContainerHelper2 m_aKeyListeners;
46 comphelper::OInterfaceContainerHelper2 m_aFocusListeners;
47 comphelper::OInterfaceContainerHelper2 m_aMouseListeners;
48 comphelper::OInterfaceContainerHelper2 m_aMotionListeners;
49 comphelper::OInterfaceContainerHelper2 m_aPaintListeners;
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Dfeaturedispatcher.hxx41 ::comphelper::OInterfaceContainerHelper2 m_aStatusListeners;
51 … ::comphelper::OInterfaceContainerHelper2& getStatusListeners() { return m_aStatusListeners; } in getStatusListeners()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Dfeaturedispatcher.hxx42 ::comphelper::OInterfaceContainerHelper2 m_aStatusListeners;
52 … ::comphelper::OInterfaceContainerHelper2& getStatusListeners() { return m_aStatusListeners; } in getStatusListeners()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.hxx31 namespace comphelper { class OInterfaceContainerHelper2; }
44 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pDisposeEventListeners;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.hxx32 namespace comphelper { class OInterfaceContainerHelper2; }
45 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pDisposeEventListeners;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/awt/
H A Dvclxtopwindow.hxx43 virtual ::comphelper::OInterfaceContainerHelper2& GetTopWindowListenersImpl() = 0;
83 virtual ::comphelper::OInterfaceContainerHelper2& GetTopWindowListenersImpl() override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dbc.hxx209 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pDisposeEventListeners;
210 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pContentEventListeners;
211 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pPropertySetInfoChangeListeners;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dbc.hxx210 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pDisposeEventListeners;
211 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pContentEventListeners;
212 std::unique_ptr<comphelper::OInterfaceContainerHelper2> m_pPropertySetInfoChangeListeners;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunochart.hxx128 ::comphelper::OInterfaceContainerHelper2 m_aEventListeners;
236 ::comphelper::OInterfaceContainerHelper2 m_aEvtListeners;
237 ::comphelper::OInterfaceContainerHelper2 m_aModifyListeners;
332 ::comphelper::OInterfaceContainerHelper2 m_aEventListeners;
333 ::comphelper::OInterfaceContainerHelper2 m_aModifyListeners;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunochart.hxx128 ::comphelper::OInterfaceContainerHelper2 aEvtListeners;
235 ::comphelper::OInterfaceContainerHelper2 m_aEvtListeners;
236 ::comphelper::OInterfaceContainerHelper2 m_aModifyListeners;
331 ::comphelper::OInterfaceContainerHelper2 aEvtListeners;
332 ::comphelper::OInterfaceContainerHelper2 aModifyListeners;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/unoolestorage/
H A Dxolesimplestorage.hxx38 namespace comphelper { class OInterfaceContainerHelper2; }
54 ::comphelper::OInterfaceContainerHelper2* m_pListenersContainer; // list of listeners

12345678910>>...15