Home
last modified time | relevance | path

Searched refs:ContainerEvent (Results 1 – 25 of 137) sorted by relevance

123456

/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java39 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 …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx99 …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 …]
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx57 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 Dgrideventforwarder.cxx50 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()
/trunk/main/dbaccess/source/core/misc/
H A DContainerListener.cxx37 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()
/trunk/main/comphelper/inc/comphelper/
H A Dcontainermultiplexer.hxx57 …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 ) …
/trunk/main/dbaccess/source/core/inc/
H A DContainerListener.hxx69 … > 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 Dquerycontainer.hxx180 …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…
/trunk/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx59 …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()
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx254ContainerEvent 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 Danimatedimages.cxx55 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()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx142 …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 …]
/trunk/main/configmgr/source/
H A Dbroadcaster.hxx63 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 Dbroadcaster.cxx71 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()
/trunk/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx123 … 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
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx274 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
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerListener.idl31 #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 DXContainerApproveListener.idl28 #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 )
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx104 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()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java39 import com.sun.star.container.ContainerEvent;
263 ContainerEvent event; in appendByDescriptor()
284 event = new ContainerEvent(this, name, newlyCreated, null); in appendByDescriptor()
339 ContainerEvent event = new ContainerEvent(this, name, null, null); in dropImpl()
/trunk/main/toolkit/inc/toolkit/controls/
H A Droadmapcontrol.hxx98ContainerEvent 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(::…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainer.java34 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()
/trunk/main/svx/source/form/
H A Ddatalistener.cxx54 …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
/trunk/main/dbaccess/source/ui/inc/
H A DRelationTableView.hxx54 …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(…
/trunk/main/framework/inc/jobs/
H A Djobexecutor.hxx119 …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…

Completed in 105 milliseconds

123456