Lines Matching refs:SheetMap
61 typedef std::vector< uno::Reference< sheet::XSpreadsheet > > SheetMap; typedef
69 SheetMap mSheetMap;
70 SheetMap::iterator mIt;
72 WorkSheetsEnumeration( const SheetMap& sMap ) : mSheetMap( sMap ), mIt( mSheetMap.begin() ) {} in WorkSheetsEnumeration()
88 SheetMap mSheetMap;
89 SheetMap::iterator cachePos;
91 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()
119 SheetMap::iterator it_end = mSheetMap.end(); in hasByName()
414 SheetMap mSheets; in Item()