Home
last modified time | relevance | path

Searched refs:elementRemoved (Results 1 – 25 of 209) sorted by relevance

123456789

/trunk/main/dbaccess/source/core/misc/
H A DContainerListener.cxx96 …void SAL_CALL OContainerListener::elementRemoved( const ContainerEvent& _Event ) throw(RuntimeExce… in elementRemoved() function in dbaccess::OContainerListener
102 dynamic_cast< XContainerListener& >( m_rDestination ).elementRemoved( _Event ); in elementRemoved()
/trunk/main/toolkit/source/controls/
H A Danimatedimages.cxx179 …void SAL_CALL AnimatedImagesControl::elementRemoved( const ContainerEvent& i_event ) throw (Runtim… in elementRemoved() function in toolkit::AnimatedImagesControl
183 xPeerListener->elementRemoved( i_event ); in elementRemoved()
473 …lcl_notify( aGuard, BrdcstHelper, &XContainerListener::elementRemoved, i_index, aRemovedElement, *… in removeImageSet()
H A Droadmapcontrol.cxx305 maContainerListeners.elementRemoved( aEvent ); in removeByIndex()
434 void UnoRoadmapControl::elementRemoved( const ContainerEvent& rEvent )throw(RuntimeException) in elementRemoved() function in toolkit::UnoRoadmapControl
438 xPeer->elementRemoved( rEvent ); in elementRemoved()
/trunk/main/toolkit/source/controls/grid/
H A Dgrideventforwarder.cxx121 …void SAL_CALL GridEventForwarder::elementRemoved( const ContainerEvent& i_event ) throw (RuntimeEx… in elementRemoved() function in toolkit::GridEventForwarder
125 xPeer->elementRemoved( i_event ); in elementRemoved()
H A Ddefaultgridcolumnmodel.cxx189 m_aContainerListeners.notifyEach( &XContainerListener::elementRemoved, aEvent ); in removeColumn()
275 m_aContainerListeners.notifyEach( &XContainerListener::elementRemoved, *event ); in setDefaultColumns()
H A Dgrideventforwarder.hxx68 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx105 virtual void SAL_CALL elementRemoved( const ContainerEvent& Event ) throw (RuntimeException);
142 void SwDBTreeList_Impl::elementRemoved( const ContainerEvent& rEvent ) throw (RuntimeException) in elementRemoved() function in SwDBTreeList_Impl
173 elementRemoved(rEvent); in elementReplaced()
/trunk/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx124 … virtual void SAL_CALL elementRemoved ( const ContainerEvent& aEvent ) throw(RuntimeException);
410 void SAL_CALL ConfigurationAccess_UICategory::elementRemoved ( const ContainerEvent& ) throw(Runtim… in elementRemoved() function in framework::ConfigurationAccess_UICategory
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx520 void OApplicationView::elementRemoved(ElementType eType,const ::rtl::OUString& _rName ) in elementRemoved() function in OApplicationView
523 getDetailView()->elementRemoved(eType,_rName); in elementRemoved()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationListener.java41 oObj.elementRemoved(event); in _elementRemoved()
/trunk/main/svx/source/form/
H A Ddatalistener.cxx59 …void SAL_CALL DataListener::elementRemoved( const ContainerEvent& /*Event*/ ) throw (RuntimeExcept… in elementRemoved() function in svxform::DataListener
/trunk/main/framework/inc/jobs/
H A Djobexecutor.hxx120 …virtual void SAL_CALL elementRemoved ( const css::container::ContainerEvent& aEvent ) throw(css::u…
/trunk/main/basctl/source/dlged/
H A Ddlgedlist.cxx118 void SAL_CALL DlgEdEvtContListenerImpl::elementRemoved(const ::com::sun::star::container::Container… in elementRemoved() function in DlgEdEvtContListenerImpl
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx136 … virtual void SAL_CALL elementRemoved ( const ContainerEvent& aEvent ) throw(RuntimeException);
599 void SAL_CALL ConfigurationAccess_UICommand::elementRemoved( const ContainerEvent& ) throw(RuntimeE… in elementRemoved() function in framework::ConfigurationAccess_UICommand
/trunk/main/svx/source/inc/
H A Ddatalistener.hxx57 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
/trunk/main/basctl/source/inc/
H A Ddlgedlist.hxx77 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
/trunk/main/dbaccess/source/core/inc/
H A Dviewcontainer.hxx119 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
H A DContainerListener.hxx75 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
H A DContainerMediator.hxx95 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& _rEvent )…
H A Dtablecontainer.hxx117 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
/trunk/main/toolkit/inc/toolkit/awt/
H A Danimatedimagespeer.hxx75 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
/trunk/main/comphelper/inc/comphelper/
H A Dcontainermultiplexer.hxx91 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
/trunk/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx183 …void SAL_CALL OContainerListenerAdapter::elementRemoved( const ContainerEvent& _rEvent ) throw(Run… in elementRemoved() function in comphelper::OContainerListenerAdapter
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/
H A Dcom.sun.star.comp.framework.LayoutManager.csv28 "LayoutManager";"com::sun::star::ui::XUIConfigurationListener";"elementRemoved()"
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerListener.idl55 [oneway] void elementRemoved( [in] com::sun::star::container::ContainerEvent Event );

Completed in 74 milliseconds

123456789