Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/vba/
H A Dvbasections.cxx40 XSectionVec mxSections; member in SectionEnumeration
44 SectionEnumeration( const XSectionVec& rVec ) : mxSections( rVec ), mIt( mxSections.begin() ) {} in SectionEnumeration()
47 return ( mIt != mxSections.end() ); in hasMoreElements()
65 XSectionVec mxSections; member in SectionCollectionHelper
81 mxSections.push_back( xPageProps ); in SectionCollectionHelper()
91 return mxSections.size(); in getCount()
98 … uno::Reference< beans::XPropertySet > xPageProps( mxSections[ Index ], uno::UNO_QUERY_THROW ); in getByIndex()
112 return new SectionEnumeration( mxSections ); in createEnumeration()

Completed in 9 milliseconds