Home
last modified time | relevance | path

Searched refs:ContainerEvent (Results 51 – 75 of 137) sorted by relevance

123456

/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx135 void SAL_CALL OContainerMediator::elementInserted( const ContainerEvent& _rEvent ) throw(RuntimeExc… in elementInserted()
151 void SAL_CALL OContainerMediator::elementRemoved( const ContainerEvent& _rEvent ) throw(RuntimeExce… in elementRemoved()
173 void SAL_CALL OContainerMediator::elementReplaced( const ContainerEvent& _rEvent ) throw(RuntimeExc… in elementReplaced()
/trunk/main/reportdesign/source/core/api/
H A DFunctions.cxx103 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), a… in insertByIndex()
120 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), u… in removeByIndex()
140 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), E… in replaceByIndex()
H A DGroups.cxx117 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), a… in insertByIndex()
133 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), u… in removeByIndex()
153 …container::ContainerEvent aEvent(static_cast<container::XContainer*>(this), uno::makeAny(Index), E… in replaceByIndex()
/trunk/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx221 void SAL_CALL OViewContainer::elementInserted( const ContainerEvent& Event ) throw (RuntimeExceptio… in elementInserted()
238 void SAL_CALL OViewContainer::elementRemoved( const ContainerEvent& Event ) throw (RuntimeException) in elementRemoved()
262 void SAL_CALL OViewContainer::elementReplaced( const ContainerEvent& /*Event*/ ) throw (RuntimeExce… in elementReplaced() argument
/trunk/main/framework/inc/uifactory/
H A Duielementfactorymanager.hxx81 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
82 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
83 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/svx/source/inc/
H A Dfmundo.hxx192 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& rEvent) t…
193 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& rEvent) t…
194 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& rEvent) th…
/trunk/main/toolkit/inc/toolkit/controls/
H A Danimatedimages.hxx75 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
76 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
77 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx172 void SAL_CALL ConfigurationAccess_ControllerFactory::elementInserted( const ContainerEvent& aEvent … in elementInserted()
194 void SAL_CALL ConfigurationAccess_ControllerFactory::elementRemoved ( const ContainerEvent& aEvent … in elementRemoved()
214 void SAL_CALL ConfigurationAccess_ControllerFactory::elementReplaced( const ContainerEvent& aEvent … in elementReplaced()
/trunk/main/forms/source/xforms/
H A Dcollection.hxx287 com::sun::star::container::ContainerEvent aEvent( in _elementInserted()
302 com::sun::star::container::ContainerEvent aEvent( in _elementRemoved()
318 com::sun::star::container::ContainerEvent aEvent( in _elementReplaced()
/trunk/main/forms/source/component/
H A DGroupManager.hxx207 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& _rEvent) …
208 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& _rEvent) t…
209 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& _rEvent) …
H A DGroupManager.cxx360 void SAL_CALL OGroupManager::elementInserted(const ContainerEvent& Event) throw ( ::com::sun::star:… in elementInserted()
369 void SAL_CALL OGroupManager::elementRemoved(const ContainerEvent& Event) throw ( ::com::sun::star::… in elementRemoved()
378 void SAL_CALL OGroupManager::elementReplaced(const ContainerEvent& Event) throw ( ::com::sun::star:… in elementReplaced()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx282 … XVeto > ( SAL_CALL XContainerApproveListener::*ContainerApprovalMethod )( const ContainerEvent& );
288 const ContainerEvent& m_rEvent;
291 RaiseExceptionFromVeto( ContainerApprovalMethod _pMethod, const ContainerEvent& _rEvent ) in RaiseExceptionFromVeto()
329ContainerEvent aEvent( *this, makeAny( _rName ), makeAny( _xNewElement ), makeAny( _xOldElement ) … in notifyByName()
H A Dbookmarkcontainer.cxx167 ContainerEvent aEvent(*this, makeAny(_rName), makeAny(sNewLink), Any()); in insertByName()
199 ContainerEvent aEvent(*this, makeAny(_rName), makeAny(sOldBookmark), Any()); in removeByName()
236 ContainerEvent aEvent(*this, makeAny(_rName), makeAny(sNewLink), makeAny(sOldLink)); in replaceByName()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx191 …abPageContainer::elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw… in elementInserted()
215 …TabPageContainer::elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw… in elementRemoved()
228 …abPageContainer::elementReplaced( const ::com::sun::star::container::ContainerEvent& /*Event*/ ) t… in elementReplaced() argument
/trunk/main/framework/source/jobs/
H A Djobexecutor.cxx311 void SAL_CALL JobExecutor::elementInserted( const css::container::ContainerEvent& aEvent ) throw(cs… in elementInserted()
326 void SAL_CALL JobExecutor::elementRemoved ( const css::container::ContainerEvent& aEvent ) throw(cs… in elementRemoved()
341 void SAL_CALL JobExecutor::elementReplaced( const css::container::ContainerEvent& ) throw(css::uno:… in elementReplaced() argument
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx291 void FmXContainerMultiplexer::elementInserted(const ContainerEvent& e) throw( RuntimeException ) in elementInserted()
293 ContainerEvent aMulti( e ); in elementInserted()
299 void FmXContainerMultiplexer::elementRemoved(const ContainerEvent& e) throw( RuntimeException ) in elementRemoved()
301 ContainerEvent aMulti( e ); in elementRemoved()
308 void FmXContainerMultiplexer::elementReplaced(const ContainerEvent& e) throw( RuntimeException ) in elementReplaced()
310 ContainerEvent aMulti( e ); in elementReplaced()
1808 void FmXGridPeer::elementInserted(const ContainerEvent& evt) throw( RuntimeException ) in elementInserted()
1842 void FmXGridPeer::elementReplaced(const ContainerEvent& evt) throw( RuntimeException ) in elementReplaced()
1898 void FmXGridPeer::elementRemoved(const ContainerEvent& evt) throw( RuntimeException ) in elementRemoved()
2512 ContainerEvent aEvt; in columnVisible()
[all …]
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx203 void notifyGroupSections(const ::com::sun::star::container::ContainerEvent& _rEvent
384 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
385 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
386 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx187 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
188 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
189 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
439 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
440 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
441 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx185 … virtual void SAL_CALL elementInserted( const ContainerEvent& aEvent ) throw(RuntimeException);
186 … virtual void SAL_CALL elementRemoved ( const ContainerEvent& aEvent ) throw(RuntimeException);
187 … virtual void SAL_CALL elementReplaced( const ContainerEvent& aEvent ) throw(RuntimeException);
577 void SAL_CALL ConfigurationAccess_WindowState::elementInserted( const ContainerEvent& ) throw(Runti… in elementInserted() argument
582 void SAL_CALL ConfigurationAccess_WindowState::elementRemoved ( const ContainerEvent& ) throw(Runti… in elementRemoved() argument
587 void SAL_CALL ConfigurationAccess_WindowState::elementReplaced( const ContainerEvent& ) throw(Runti… in elementReplaced() argument
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx414 void SAL_CALL OXReportControllerObserver::elementInserted(const container::ContainerEvent& evt) thr… in elementInserted()
428 void SAL_CALL OXReportControllerObserver::elementReplaced(const container::ContainerEvent& evt) thr… in elementReplaced()
442 void SAL_CALL OXReportControllerObserver::elementRemoved(const container::ContainerEvent& evt) thro… in elementRemoved()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicHandler.java29 import com.sun.star.container.ContainerEvent;
428 ContainerEvent event = new ContainerEvent(); in callBasicFunction()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx431 void ORelationTableView::_elementInserted( const container::ContainerEvent& /*_rEvent*/ ) throw(::… in _elementInserted() argument
436 void ORelationTableView::_elementRemoved( const container::ContainerEvent& _rEvent ) throw(::com::s… in _elementRemoved()
456 void ORelationTableView::_elementReplaced( const container::ContainerEvent& /*_rEvent*/ ) throw(::c… in _elementReplaced() argument
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx71 using ::com::sun::star::container::ContainerEvent;
649 void SAL_CALL SVTXGridControl::elementInserted( const ContainerEvent& i_event ) throw (RuntimeExcep… in elementInserted()
661 void SAL_CALL SVTXGridControl::elementRemoved( const ContainerEvent& i_event ) throw (RuntimeExcept… in elementRemoved()
671 void SAL_CALL SVTXGridControl::elementReplaced( const ContainerEvent& i_event ) throw (RuntimeExcep… in elementReplaced()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java38 import com.sun.star.container.ContainerEvent;
772 public void elementInserted(ContainerEvent arg0) in elementInserted()
792 public void elementRemoved(ContainerEvent arg0) in elementRemoved()
799 public void elementReplaced(ContainerEvent arg0) in elementReplaced()
/trunk/main/toolkit/source/controls/
H A Dtabpagecontainer.cxx171 ContainerEvent aEvent; in insertByIndex()
322 ContainerEvent aEvent; in updateFromModel()
339 ContainerEvent aEvent; in addControl()

Completed in 111 milliseconds

123456