Home
last modified time | relevance | path

Searched refs:removeListenerFunctor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/inc/
H A DEventListenerHelper.hxx62 struct removeListenerFunctor : public ::std::unary_function< InterfaceRef, void > struct
64 explicit removeListenerFunctor( const ::com::sun::star::uno::Reference< in removeListenerFunctor() argument
176 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener()
189 … impl::removeListenerFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllElements()
211 impl::removeListenerFunctor< T >( xListener )); in removeListenerFromAllSequenceElements()
H A DModifyListenerHelper.hxx146 struct removeListenerFunctor : public ::std::unary_function< InterfaceRef, void > struct
148 explicit removeListenerFunctor( const ::com::sun::star::uno::Reference< in removeListenerFunctor() argument
261 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener()
274 … impl::removeListenerFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllElements()
296 impl::removeListenerFunctor< T >( xListener )); in removeListenerFromAllSequenceElements()

Completed in 27 milliseconds