Home
last modified time | relevance | path

Searched refs:ContainerEvent (Results 76 – 100 of 137) sorted by relevance

123456

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.hxx187 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
188 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
189 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/svx/source/inc/
H A Dfmvwimp.hxx204 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& rEvent) …
205 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& rEvent) …
206 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& rEvent) t…
H A Dfmexpl.hxx330 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& rEvent) …
331 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& rEvent) …
332 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& rEvent) t…
H A Dfmshimp.hxx288 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& rEvent) t…
289 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& rEvent) t…
290 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& rEvent) th…
/trunk/main/offapi/com/sun/star/ui/
H A DConfigurationEvent.idl28 #include <com/sun/star/container/ContainerEvent.idl>
39 published struct ConfigurationEvent : ::com::sun::star::container::ContainerEvent
/trunk/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx186 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
187 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::c…
188 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
/trunk/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx156 …star::container::XContainerListener, elementInserted, ::com::sun::star::container::ContainerEvent )
157 …:star::container::XContainerListener, elementRemoved, ::com::sun::star::container::ContainerEvent )
158 …star::container::XContainerListener, elementReplaced, ::com::sun::star::container::ContainerEvent )
/trunk/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx229 void SAL_CALL ConfigurationAccess_FactoryManager::elementInserted( const ContainerEvent& aEvent ) t… in elementInserted()
249 void SAL_CALL ConfigurationAccess_FactoryManager::elementRemoved ( const ContainerEvent& aEvent ) t… in elementRemoved()
269 void SAL_CALL ConfigurationAccess_FactoryManager::elementReplaced( const ContainerEvent& aEvent ) t… in elementReplaced()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx118 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& rEvent) t…
119 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& rEvent) t…
120 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& rEvent) th…
639 void SAL_CALL OFieldExpressionControl::elementInserted(const container::ContainerEvent& evt) throw(… in elementInserted()
686 void SAL_CALL OFieldExpressionControl::elementReplaced(const container::ContainerEvent& /*evt*/) th… in elementReplaced() argument
690 void SAL_CALL OFieldExpressionControl::elementRemoved(const container::ContainerEvent& evt) throw(u… in elementRemoved()
H A DAddField.cxx462 void OAddFieldWindow::_elementInserted( const container::ContainerEvent& _rEvent ) throw(::com::su… in _elementInserted()
481 void OAddFieldWindow::_elementRemoved( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::… in _elementRemoved() argument
491 void OAddFieldWindow::_elementReplaced( const container::ContainerEvent& /*_rEvent*/ ) throw(::com:… in _elementReplaced() argument
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx254 RMItemData GetRMItemData( const ::com::sun::star::container::ContainerEvent& _rEvent );
273 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::…
274 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::c…
275 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::…
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx180 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
181 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
182 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
H A Dunodatbr.hxx241 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
242 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
243 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java28 import com.sun.star.container.ContainerEvent;
241 case 12: valueClass = ContainerEvent.class; break; in impl_getValueClassByPos()
267 case 12: someValue = new ContainerEvent(); break; in impl_getSomeValueByTypePos()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx507 ContainerEvent aEvent; in replaceByName()
590 ContainerEvent aEvent; in insertByName()
608 ContainerEvent aEvent; in removeByName()
1558 void ControlContainerBase::elementInserted( const ContainerEvent& Event ) throw(RuntimeException) in elementInserted()
1579 void ControlContainerBase::elementRemoved( const ContainerEvent& Event ) throw(RuntimeException) in elementRemoved()
1597 void ControlContainerBase::elementReplaced( const ContainerEvent& Event ) throw(RuntimeException) in elementReplaced()
/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx400 void SAL_CALL OXUndoEnvironment::elementInserted(const ContainerEvent& evt) throw(uno::RuntimeExcep… in elementInserted()
458 void SAL_CALL OXUndoEnvironment::elementReplaced(const ContainerEvent& evt) throw(uno::RuntimeExcep… in elementReplaced()
474 void SAL_CALL OXUndoEnvironment::elementRemoved(const ContainerEvent& evt) throw(uno::RuntimeExcept… in elementRemoved()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx402ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(sName), makeAny(xNewlyCreated), Any(… in appendByDescriptor()
442 ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_sName), Any(), Any()); in notifyElementRemoved()
540ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_sNewName), makeAny(m_pElements->get… in renameObject()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx245 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
246 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::c…
247 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx66 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& /*Event*… in elementInserted() argument
69 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t… in elementRemoved()
76 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) … in elementReplaced()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx803 void OTableWindow::_elementInserted( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::s… in _elementInserted() argument
808 void OTableWindow::_elementRemoved( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::sun… in _elementRemoved() argument
813 void OTableWindow::_elementReplaced( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::su… in _elementReplaced() argument
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx906 ContainerEvent aEvt; in implInsert()
950 void OInterfaceContainer::impl_replacedElement( const ContainerEvent& _rEvent, ::osl::ClearableMute… in impl_replacedElement()
1029 ContainerEvent aReplaceEvent; in implReplaceByIndex()
1089 ContainerEvent aEvt; in implRemoveByIndex()
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx925 …bleControlShape::elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) thr… in elementInserted()
958 …ibleControlShape::elementRemoved( const ::com::sun::star::container::ContainerEvent& ) throw (::co… in elementRemoved() argument
963 …bleControlShape::elementReplaced( const ::com::sun::star::container::ContainerEvent& ) throw (::co… in elementReplaced() argument
/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx450 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& Event) th…
451 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) thr…
452 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) th…
/trunk/main/configmgr/source/
H A Daccess.cxx502 css::container::ContainerEvent( in initBroadcasterAndChanges()
568 css::container::ContainerEvent( in initBroadcasterAndChanges()
592 css::container::ContainerEvent( in initBroadcasterAndChanges()
656 css::container::ContainerEvent( in initBroadcasterAndChanges()
693 css::container::ContainerEvent( in initBroadcasterAndChanges()
725 css::container::ContainerEvent( in initBroadcasterAndChanges()
791 css::container::ContainerEvent( in initBroadcasterAndChanges()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx178 virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event )
180 virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event )
182 virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event )
270 void SAL_CALL BasMgrContainerListenerImpl::elementInserted( const ContainerEvent& Event ) in elementInserted()
319 void SAL_CALL BasMgrContainerListenerImpl::elementReplaced( const ContainerEvent& Event ) in elementReplaced()
351 void SAL_CALL BasMgrContainerListenerImpl::elementRemoved( const ContainerEvent& Event ) in elementRemoved()

Completed in 346 milliseconds

123456