Home
last modified time | relevance | path

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

/AOO42X/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx58 class VBAHELPER_DLLPUBLIC SimpleIndexAccessToEnumeration : public EnumerationHelper_BASE class
61 explicit SimpleIndexAccessToEnumeration( in SimpleIndexAccessToEnumeration() function in SimpleIndexAccessToEnumeration
104 …rent( rxParent ), mxContext( rxContext ), mxEnumeration( new SimpleIndexAccessToEnumeration( rxInd… in SimpleEnumerationBase()
/AOO42X/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx267 return new SimpleIndexAccessToEnumeration( m_xIndexAccess ); in createEnumeration()