Searched refs:mSheetMap (Results 1 – 1 of 1) sorted by relevance
69 SheetMap mSheetMap; member in WorkSheetsEnumeration72 WorkSheetsEnumeration( const SheetMap& sMap ) : mSheetMap( sMap ), mIt( mSheetMap.begin() ) {} in WorkSheetsEnumeration()75 return ( mIt != mSheetMap.end() ); in hasMoreElements()88 SheetMap mSheetMap; member in SheetCollectionHelper91 … SheetCollectionHelper( const SheetMap& sMap ) : mSheetMap( sMap ), cachePos(mSheetMap.begin()) {} in SheetCollectionHelper()94 …virtual ::sal_Bool SAL_CALL hasElements( ) throw (uno::RuntimeException) { return ( mSheetMap.siz… in hasElements()104 uno::Sequence< rtl::OUString > sNames( mSheetMap.size() ); in getElementNames()106 SheetMap::iterator it = mSheetMap.begin(); in getElementNames()107 SheetMap::iterator it_end = mSheetMap.end(); in getElementNames()118 cachePos = mSheetMap.begin(); in hasByName()[all …]