Searched refs:TreeSelectionEnumeration (Results 1 – 1 of 1) sorted by relevance
637 class TreeSelectionEnumeration : public ::cppu::WeakImplHelper1< XEnumeration > class640 TreeSelectionEnumeration( std::list< Any >& rSelection );650 TreeSelectionEnumeration::TreeSelectionEnumeration( std::list< Any >& rSelection ) in TreeSelectionEnumeration() function in TreeSelectionEnumeration658 ::sal_Bool SAL_CALL TreeSelectionEnumeration::hasMoreElements() throw (RuntimeException) in hasMoreElements()665 Any SAL_CALL TreeSelectionEnumeration::nextElement() throw (NoSuchElementException, WrappedTargetEx… in nextElement()694 return Reference< XEnumeration >( new TreeSelectionEnumeration( aSelection ) ); in createSelectionEnumeration()718 return Reference< XEnumeration >( new TreeSelectionEnumeration( aSelection ) ); in createReverseSelectionEnumeration()
Completed in 26 milliseconds