Home
last modified time | relevance | path

Searched refs:RichStringCellList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx135 typedef ::std::list< RichStringCell > RichStringCellList; typedef in oox::xls::CellBlock
139 RichStringCellList maRichStrings; /// Cached rich-string cells.
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx196 …for( RichStringCellList::const_iterator aIt = maRichStrings.begin(), aEnd = maRichStrings.end(); a… in finalizeImport()