Home
last modified time | relevance | path

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

/trunk/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()
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()
/trunk/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();
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOEnumerationByIndex.java34 public class OEnumerationByIndex extends WeakBase implements XEnumeration, XEventListener { class
39 public OEnumerationByIndex(XIndexAccess collection) { in OEnumerationByIndex() method in OEnumerationByIndex
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java31 import org.apache.openoffice.comp.sdbc.dbtools.comphelper.OEnumerationByIndex;
363 return new OEnumerationByIndex(this); in createEnumeration()
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx329 return new ::comphelper::OEnumerationByIndex( static_cast< XIndexAccess* >( this ) ); in createEnumeration()
/trunk/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()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx467 return new OEnumerationByIndex( static_cast< XIndexAccess*>(this)); in createEnumeration()
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx580 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx969 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
2414 return new ::comphelper::OEnumerationByIndex(this); in createEnumeration()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx723 return new ::comphelper::OEnumerationByIndex(static_cast<XIndexAccess*>(this)); in createEnumeration()
/trunk/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()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx396 return new ::comphelper::OEnumerationByIndex( this ); in createEnumeration()

Completed in 145 milliseconds