Searched refs:OEnumerationByIndex (Results 1 – 14 of 14) sorted by relevance
153 OEnumerationByIndex::OEnumerationByIndex(const staruno::Reference< starcontainer::XIndexAccess >& _… in OEnumerationByIndex() function in comphelper::OEnumerationByIndex162 OEnumerationByIndex::~OEnumerationByIndex() in ~OEnumerationByIndex()168 sal_Bool SAL_CALL OEnumerationByIndex::hasMoreElements( ) throw(staruno::RuntimeException) in hasMoreElements()185 staruno::Any SAL_CALL OEnumerationByIndex::nextElement( ) in nextElement()206 void SAL_CALL OEnumerationByIndex::disposing(const starlang::EventObject& aEvent) in disposing()216 void OEnumerationByIndex::impl_startDisposeListening() in impl_startDisposeListening()234 void OEnumerationByIndex::impl_stopDisposeListening() in impl_stopDisposeListening()
93 class COMPHELPER_DLLPUBLIC OEnumerationByIndex : private OEnumerationLock class102 OEnumerationByIndex(const staruno::Reference< starcontainer::XIndexAccess >& _rxAccess);103 virtual ~OEnumerationByIndex();
34 public class OEnumerationByIndex extends WeakBase implements XEnumeration, XEventListener { class39 public OEnumerationByIndex(XIndexAccess collection) { in OEnumerationByIndex() method in OEnumerationByIndex
31 import org.apache.openoffice.comp.sdbc.dbtools.comphelper.OEnumerationByIndex;363 return new OEnumerationByIndex(this); in createEnumeration()
329 return new ::comphelper::OEnumerationByIndex( static_cast< XIndexAccess* >( this ) ); in createEnumeration()
282 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
409 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
467 return new OEnumerationByIndex( static_cast< XIndexAccess*>(this)); in createEnumeration()
580 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
969 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()2414 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
723 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
261 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
1140 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
396 return new ::comphelper::OEnumerationByIndex( this ); in createEnumeration()
Completed in 145 milliseconds