Searched refs:removeListenerFunctor (Results 1 – 2 of 2) sorted by relevance
62 struct removeListenerFunctor : public ::std::unary_function< InterfaceRef, void > struct64 explicit removeListenerFunctor( const ::com::sun::star::uno::Reference< in removeListenerFunctor() argument176 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener()189 … impl::removeListenerFunctor< typename Container::value_type >( xListener )); in removeListenerFromAllElements()211 impl::removeListenerFunctor< T >( xListener )); in removeListenerFromAllSequenceElements()
146 struct removeListenerFunctor : public ::std::unary_function< InterfaceRef, void > struct148 explicit removeListenerFunctor( const ::com::sun::star::uno::Reference< in removeListenerFunctor() argument261 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 15 milliseconds