Searched refs:CellStyleNameMap (Results 1 – 3 of 3) sorted by relevance
76 typedef std::map< OUString, sal_Int32 > CellStyleNameMap; typedef129 static const CellStyleNameMap& getCellStyleNameMap();201 static CellStyleNameMap aMap; in getCellStyleNameMap()204 CellStyleNameMap aNewMap; in getCellStyleNameMap()314 const CellStyleNameMap& rMap = getCellStyleNameMap(); in getByName()316 CellStyleNameMap::const_iterator iter = rMap.find( rName ); in getByName()329 const CellStyleNameMap& rMap = getCellStyleNameMap(); in getElementNames()333 CellStyleNameMap::const_iterator iter = rMap.begin(); in getElementNames()346 const CellStyleNameMap& rMap = getCellStyleNameMap(); in hasByName()348 CellStyleNameMap::const_iterator iter = rMap.find( rName ); in hasByName()[all …]
1444 typedef ::std::map< String, XclImpStyle*, IgnoreCaseCompare > CellStyleNameMap; in CreateUserStyles() typedef1447 CellStyleNameMap aCellStyles; in CreateUserStyles()1508 …for( CellStyleNameMap::iterator aIt = aCellStyles.begin(), aEnd = aCellStyles.end(); aIt != aEnd; … in CreateUserStyles()
3006 typedef RefMap< OUString, CellStyle, IgnoreCaseCompare > CellStyleNameMap; in finalizeImport() typedef3007 CellStyleNameMap aCellStyles; in finalizeImport()
Completed in 50 milliseconds