Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx637 class TreeSelectionEnumeration : public ::cppu::WeakImplHelper1< XEnumeration > class
640 TreeSelectionEnumeration( std::list< Any >& rSelection );
650 TreeSelectionEnumeration::TreeSelectionEnumeration( std::list< Any >& rSelection ) in TreeSelectionEnumeration() function in TreeSelectionEnumeration
658 ::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