/aoo4110/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 39 import com.sun.star.container.ContainerEvent; 244 final ContainerEvent event = events.get(i); in testGridColumnModel() 268 final ContainerEvent event = removalEvents.get(i); in testGridColumnModel() 285 final ContainerEvent event = insertionEvents.get(i); in testGridColumnModel() 299 final ContainerEvent event = events.get(0); in testGridColumnModel() 693 public void elementInserted( ContainerEvent i_event ) in elementInserted() 698 public void elementRemoved( ContainerEvent i_event ) in elementRemoved() 703 public void elementReplaced( ContainerEvent i_event ) in elementReplaced() 741 private List< ContainerEvent > m_insertionEvents = new ArrayList< ContainerEvent >(); 742 private List< ContainerEvent > m_removalEvents = new ArrayList< ContainerEvent >(); [all …]
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | adtabdlg.cxx | 99 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 100 …virtual void _elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 101 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 152 void TableListFacade::_elementInserted( const container::ContainerEvent& /*_rEvent*/ ) throw(::com… in _elementInserted() argument 157 void TableListFacade::_elementRemoved( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::… in _elementRemoved() argument 162 void TableListFacade::_elementReplaced( const container::ContainerEvent& /*_rEvent*/ ) throw(::com:… in _elementReplaced() argument 264 …virtual void _elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 265 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 273 void QueryListFacade::_elementInserted( const container::ContainerEvent& _rEvent ) throw(::com::su… in _elementInserted() 280 void QueryListFacade::_elementRemoved( const container::ContainerEvent& /*_rEvent*/ ) throw(::com::… in _elementRemoved() argument [all …]
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | ContainerListener.cxx | 37 using ::com::sun::star::container::ContainerEvent; 56 …Reference< XVeto > SAL_CALL OContainerListener::approveInsertElement( const ContainerEvent& _Event… in approveInsertElement() 66 …Reference< XVeto > SAL_CALL OContainerListener::approveReplaceElement( const ContainerEvent& _Even… in approveReplaceElement() 76 …Reference< XVeto > SAL_CALL OContainerListener::approveRemoveElement( const ContainerEvent& _Event… in approveRemoveElement() 86 …void SAL_CALL OContainerListener::elementInserted( const ContainerEvent& _Event ) throw(RuntimeExc… in elementInserted() 96 …void SAL_CALL OContainerListener::elementRemoved( const ContainerEvent& _Event ) throw(RuntimeExce… in elementRemoved() 106 …void SAL_CALL OContainerListener::elementReplaced( const ContainerEvent& _Event ) throw(RuntimeExc… in elementReplaced()
|
/aoo4110/main/toolkit/source/controls/grid/ |
H A D | defaultgridcolumnmodel.cxx | 57 using ::com::sun::star::container::ContainerEvent; 147 ContainerEvent aEvent; in addColumn() 183 ContainerEvent aEvent; in removeColumn() 224 ::std::vector< ContainerEvent > aRemovedColumns; in setDefaultColumns() 225 ::std::vector< ContainerEvent > aInsertedColumns; in setDefaultColumns() 235 ContainerEvent aEvent; in setDefaultColumns() 258 ContainerEvent aEvent; in setDefaultColumns() 270 for ( ::std::vector< ContainerEvent >::const_iterator event = aRemovedColumns.begin(); in setDefaultColumns() 279 for ( ::std::vector< ContainerEvent >::const_iterator event = aInsertedColumns.begin(); in setDefaultColumns() 288 for ( ::std::vector< ContainerEvent >::const_iterator event = aRemovedColumns.begin(); in setDefaultColumns()
|
H A D | grideventforwarder.cxx | 50 using ::com::sun::star::container::ContainerEvent; 113 …void SAL_CALL GridEventForwarder::elementInserted( const ContainerEvent& i_event ) throw (RuntimeE… in elementInserted() 121 …void SAL_CALL GridEventForwarder::elementRemoved( const ContainerEvent& i_event ) throw (RuntimeEx… in elementRemoved() 129 …void SAL_CALL GridEventForwarder::elementReplaced( const ContainerEvent& i_event ) throw (RuntimeE… in elementReplaced()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | containermultiplexer.hxx | 57 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 58 …virtual void _elementRemoved( const ::com::sun::star::container::ContainerEvent& _Event ) throw(::… 59 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 90 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) … 91 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t… 92 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
|
/aoo4110/main/comphelper/source/container/ |
H A D | containermultiplexer.cxx | 59 …void OContainerListener::_elementInserted( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeExcept… in _elementInserted() argument 64 void OContainerListener::_elementRemoved( const ContainerEvent& ) throw(RuntimeException) in _elementRemoved() argument 69 …void OContainerListener::_elementReplaced( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeExcept… in _elementReplaced() argument 176 …void SAL_CALL OContainerListenerAdapter::elementInserted( const ContainerEvent& _rEvent ) throw(Ru… in elementInserted() 183 …void SAL_CALL OContainerListenerAdapter::elementRemoved( const ContainerEvent& _rEvent ) throw(Run… in elementRemoved() 190 …void SAL_CALL OContainerListenerAdapter::elementReplaced( const ContainerEvent& _rEvent ) throw(Ru… in elementReplaced()
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | ContainerListener.hxx | 69 … > SAL_CALL approveInsertElement( const ::com::sun::star::container::ContainerEvent& Event ) throw… 70 …> SAL_CALL approveReplaceElement( const ::com::sun::star::container::ContainerEvent& Event ) throw… 71 … > SAL_CALL approveRemoveElement( const ::com::sun::star::container::ContainerEvent& Event ) throw… 74 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) … 75 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t… 76 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
|
H A D | querycontainer.hxx | 180 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) … 181 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t… 182 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) … 185 … > SAL_CALL approveInsertElement( const ::com::sun::star::container::ContainerEvent& Event ) throw… 186 …> SAL_CALL approveReplaceElement( const ::com::sun::star::container::ContainerEvent& Event ) throw… 187 … > SAL_CALL approveRemoveElement( const ::com::sun::star::container::ContainerEvent& Event ) throw…
|
/aoo4110/main/toolkit/source/controls/ |
H A D | roadmapcontrol.cxx | 254 …ContainerEvent UnoControlRoadmapModel::GetContainerEvent(sal_Int32 Index, Reference< XInterface > … in GetContainerEvent() 256 ContainerEvent aEvent; in GetContainerEvent() 283 ContainerEvent aEvent = GetContainerEvent(Index, xRoadmapItem); in insertByIndex() 304 ContainerEvent aEvent = GetContainerEvent(Index, xRoadmapItem); in removeByIndex() 337 ContainerEvent aEvent = GetContainerEvent(Index, xRoadmapItem); in replaceByIndex() 415 void UnoRoadmapControl::elementInserted( const ContainerEvent& rEvent )throw(RuntimeException) in elementInserted() 434 void UnoRoadmapControl::elementRemoved( const ContainerEvent& rEvent )throw(RuntimeException) in elementRemoved() 447 void UnoRoadmapControl::elementReplaced( const ContainerEvent& rEvent )throw(RuntimeException) in elementReplaced()
|
H A D | animatedimages.cxx | 55 using ::com::sun::star::container::ContainerEvent; 171 …void SAL_CALL AnimatedImagesControl::elementInserted( const ContainerEvent& i_event ) throw (Runti… in elementInserted() 179 …void SAL_CALL AnimatedImagesControl::elementRemoved( const ContainerEvent& i_event ) throw (Runtim… in elementRemoved() 187 …void SAL_CALL AnimatedImagesControl::elementReplaced( const ContainerEvent& i_event ) throw (Runti… in elementReplaced() 218 void ( SAL_CALL XContainerListener::*i_notificationMethod )( const ContainerEvent& ), in lcl_notify() 225 ContainerEvent aEvent; in lcl_notify()
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 142 …virtual void _elementInserted( const container::ContainerEvent& _rEvent ) throw(uno::RuntimeExcept… 143 …virtual void _elementRemoved( const container::ContainerEvent& _Event ) throw(uno::RuntimeExceptio… 144 …virtual void _elementReplaced( const container::ContainerEvent& _rEvent ) throw(uno::RuntimeExcept… 183 void _elementInserted( const container::ContainerEvent& _rEvent ); 184 void _elementRemoved( const container::ContainerEvent& _Event ); 185 void _elementReplaced( const container::ContainerEvent& _rEvent ); 697 void NavigatorTree::_elementInserted( const container::ContainerEvent& _rEvent ) in _elementInserted() 727 void NavigatorTree::_elementRemoved( const container::ContainerEvent& _rEvent ) in _elementRemoved() 741 void NavigatorTree::_elementReplaced( const container::ContainerEvent& _rEvent ) in _elementReplaced() 869 void NavigatorTree::UserData::_elementInserted( const container::ContainerEvent& _rEvent ) throw(un… in _elementInserted() [all …]
|
/aoo4110/main/configmgr/source/ |
H A D | broadcaster.hxx | 63 com::sun::star::container::ContainerEvent const & event); 68 com::sun::star::container::ContainerEvent const & event); 73 com::sun::star::container::ContainerEvent const & event); 108 com::sun::star::container::ContainerEvent event; 114 com::sun::star::container::ContainerEvent const & theEvent);
|
H A D | broadcaster.cxx | 71 css::container::ContainerEvent const & event) in addContainerElementReplacedNotification() 79 css::container::ContainerEvent const & event) in addContainerElementInsertedNotification() 87 css::container::ContainerEvent const & event) in addContainerElementRemovedNotification() 222 css::container::ContainerEvent const & theEvent): in ContainerNotification()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | uicategorydescription.cxx | 123 … virtual void SAL_CALL elementInserted( const ContainerEvent& aEvent ) throw(RuntimeException); 124 … virtual void SAL_CALL elementRemoved ( const ContainerEvent& aEvent ) throw(RuntimeException); 125 … virtual void SAL_CALL elementReplaced( const ContainerEvent& aEvent ) throw(RuntimeException); 405 void SAL_CALL ConfigurationAccess_UICategory::elementInserted( const ContainerEvent& ) throw(Runtim… in elementInserted() argument 410 void SAL_CALL ConfigurationAccess_UICategory::elementRemoved ( const ContainerEvent& ) throw(Runtim… in elementRemoved() argument 415 void SAL_CALL ConfigurationAccess_UICategory::elementReplaced( const ContainerEvent& ) throw(Runtim… in elementReplaced() argument
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | querycontainer.cxx | 274 void SAL_CALL OQueryContainer::elementInserted( const ::com::sun::star::container::ContainerEvent& … in elementInserted() 297 void SAL_CALL OQueryContainer::elementRemoved( const ::com::sun::star::container::ContainerEvent& _… in elementRemoved() 311 void SAL_CALL OQueryContainer::elementReplaced( const ::com::sun::star::container::ContainerEvent& … in elementReplaced() 332 Reference< XVeto > SAL_CALL OQueryContainer::approveInsertElement( const ContainerEvent& Event ) th… in approveInsertElement() 351 Reference< XVeto > SAL_CALL OQueryContainer::approveReplaceElement( const ContainerEvent& /*Event*/… in approveReplaceElement() argument 357 Reference< XVeto > SAL_CALL OQueryContainer::approveRemoveElement( const ContainerEvent& /*Event*/ … in approveRemoveElement() argument
|
/aoo4110/main/udkapi/com/sun/star/container/ |
H A D | XContainerListener.idl | 31 #include <com/sun/star/container/ContainerEvent.idl> 49 [oneway] void elementInserted( [in] com::sun::star::container::ContainerEvent Event ); 55 [oneway] void elementRemoved( [in] com::sun::star::container::ContainerEvent Event ); 61 [oneway] void elementReplaced( [in] com::sun::star::container::ContainerEvent Event );
|
H A D | XContainerApproveListener.idl | 28 #include <com/sun/star/container/ContainerEvent.idl> 57 com::sun::star::util::XVeto approveInsertElement( [in] ContainerEvent Event ) 66 com::sun::star::util::XVeto approveReplaceElement( [in] ContainerEvent Event ) 75 com::sun::star::util::XVeto approveRemoveElement( [in] ContainerEvent Event )
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbtree.cxx | 104 virtual void SAL_CALL elementInserted( const ContainerEvent& Event ) throw (RuntimeException); 105 virtual void SAL_CALL elementRemoved( const ContainerEvent& Event ) throw (RuntimeException); 106 virtual void SAL_CALL elementReplaced( const ContainerEvent& Event ) throw (RuntimeException); 135 void SwDBTreeList_Impl::elementInserted( const ContainerEvent& ) throw (RuntimeException) in elementInserted() argument 142 void SwDBTreeList_Impl::elementRemoved( const ContainerEvent& rEvent ) throw (RuntimeException) in elementRemoved() 171 void SwDBTreeList_Impl::elementReplaced( const ContainerEvent& rEvent ) throw (RuntimeException) in elementReplaced()
|
/aoo4110/main/svx/source/form/ |
H A D | datalistener.cxx | 54 …void SAL_CALL DataListener::elementInserted( const ContainerEvent& /*Event*/ ) throw (RuntimeExcep… in elementInserted() argument 59 …void SAL_CALL DataListener::elementRemoved( const ContainerEvent& /*Event*/ ) throw (RuntimeExcept… in elementRemoved() argument 64 …void SAL_CALL DataListener::elementReplaced( const ContainerEvent& /*Event*/ ) throw (RuntimeExcep… in elementReplaced() argument
|
/aoo4110/main/toolkit/inc/toolkit/controls/ |
H A D | roadmapcontrol.hxx | 98 … ContainerEvent GetContainerEvent(sal_Int32 Index, Reference< XInterface > ); 176 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::… 177 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::c… 178 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& rEvent )throw(::…
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | RelationTableView.hxx | 54 …virtual void _elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 55 …virtual void _elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(… 56 …virtual void _elementReplaced( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw(…
|
/aoo4110/main/framework/inc/jobs/ |
H A D | jobexecutor.hxx | 119 …virtual void SAL_CALL elementInserted( const css::container::ContainerEvent& aEvent ) throw(css::u… 120 …virtual void SAL_CALL elementRemoved ( const css::container::ContainerEvent& aEvent ) throw(css::u… 121 …virtual void SAL_CALL elementReplaced( const css::container::ContainerEvent& aEvent ) throw(css::u…
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlgedlist.cxx | 104 …ContListenerImpl::elementInserted(const ::com::sun::star::container::ContainerEvent& Event) throw(… in elementInserted() 111 …ContListenerImpl::elementReplaced(const ::com::sun::star::container::ContainerEvent& Event) throw(… in elementReplaced() 118 …tContListenerImpl::elementRemoved(const ::com::sun::star::container::ContainerEvent& Event) throw(… in elementRemoved()
|
/aoo4110/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XContainer.java | 34 import com.sun.star.container.ContainerEvent; 142 public void elementInserted(ContainerEvent e) { in elementInserted() 146 public void elementRemoved(ContainerEvent e) { in elementRemoved() 150 public void elementReplaced(ContainerEvent e) { in elementReplaced()
|