Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/source/container/
H A Denumhelper.cxx153 OEnumerationByIndex::OEnumerationByIndex(const staruno::Reference< starcontainer::XIndexAccess >& _… in OEnumerationByIndex() function in comphelper::OEnumerationByIndex
162 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()
207 void SAL_CALL OEnumerationByIndex::disposing(const starlang::EventObject& aEvent) in disposing()
217 void OEnumerationByIndex::impl_startDisposeListening() in impl_startDisposeListening()
235 void OEnumerationByIndex::impl_stopDisposeListening() in impl_stopDisposeListening()
/AOO41X/main/comphelper/inc/comphelper/
H A Denumhelper.hxx93 class COMPHELPER_DLLPUBLIC OEnumerationByIndex : private OEnumerationLock class
102 OEnumerationByIndex(const staruno::Reference< starcontainer::XIndexAccess >& _rxAccess);
103 virtual ~OEnumerationByIndex();
/AOO41X/main/connectivity/source/commontools/
H A Dparamwrapper.cxx329 return new ::comphelper::OEnumerationByIndex( static_cast< XIndexAccess* >( this ) ); in createEnumeration()
/AOO41X/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx282 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
H A Ddefinitioncontainer.cxx409 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
/AOO41X/main/connectivity/source/sdbcx/
H A DVCollection.cxx467 return new OEnumerationByIndex( static_cast< XIndexAccess*>(this)); in createEnumeration()
/AOO41X/main/reportdesign/source/core/api/
H A DSection.cxx579 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
/AOO41X/main/forms/source/misc/
H A DInterfaceContainer.cxx723 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
/AOO41X/main/svx/source/fmcomp/
H A Dfmgridif.cxx969 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
2414 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
/AOO41X/main/svx/source/form/
H A Dfmvwimp.cxx261 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
H A Dformcontroller.cxx1140 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
/AOO41X/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx396 return new ::comphelper::OEnumerationByIndex( this ); in createEnumeration()