Searched refs:mxSections (Results 1 – 1 of 1) sorted by relevance
40 XSectionVec mxSections; member in SectionEnumeration44 SectionEnumeration( const XSectionVec& rVec ) : mxSections( rVec ), mIt( mxSections.begin() ) {} in SectionEnumeration()47 return ( mIt != mxSections.end() ); in hasMoreElements()65 XSectionVec mxSections; member in SectionCollectionHelper81 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 6 milliseconds