Searched refs:RichStringCellList (Results 1 – 2 of 2) sorted by relevance
135 typedef ::std::list< RichStringCell > RichStringCellList; typedef in oox::xls::CellBlock139 RichStringCellList maRichStrings; /// Cached rich-string cells.
196 …for( RichStringCellList::const_iterator aIt = maRichStrings.begin(), aEnd = maRichStrings.end(); a… in finalizeImport()