Lines Matching refs:CellStyleNameMap
76 typedef std::map< OUString, sal_Int32 > CellStyleNameMap; typedef
129 static const CellStyleNameMap& getCellStyleNameMap();
199 const CellStyleNameMap& TableDesignStyle::getCellStyleNameMap() in 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()
397 const CellStyleNameMap& rMap = getCellStyleNameMap(); in replaceByName()
398 CellStyleNameMap::const_iterator iter = rMap.find( rName ); in replaceByName()