Home
last modified time | relevance | path

Searched refs:CellStyleNameMap (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/table/
H A Dtabledesign.cxx76 typedef std::map< OUString, sal_Int32 > CellStyleNameMap; typedef
129 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 …]
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1444 typedef ::std::map< String, XclImpStyle*, IgnoreCaseCompare > CellStyleNameMap; in CreateUserStyles() typedef
1447 CellStyleNameMap aCellStyles; in CreateUserStyles()
1508 …for( CellStyleNameMap::iterator aIt = aCellStyles.begin(), aEnd = aCellStyles.end(); aIt != aEnd; … in CreateUserStyles()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx3006 typedef RefMap< OUString, CellStyle, IgnoreCaseCompare > CellStyleNameMap; in finalizeImport() typedef
3007 CellStyleNameMap aCellStyles; in finalizeImport()

Completed in 52 milliseconds