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()106 SheetMap::iterator it = mSheetMap.begin(); in getElementNames()107 SheetMap::iterator it_end = mSheetMap.end(); in getElementNames()118 cachePos = mSheetMap.begin(); in hasByName()119 SheetMap::iterator it_end = mSheetMap.end(); in hasByName()136 return uno::makeAny( mSheetMap[ Index ] ); in getByIndex()[all …]
Completed in 13 milliseconds