Home
last modified time | relevance | path

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

/AOO42X/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx168 typedef RefMap< sal_Int32, CellBlock > CellBlockMap; typedef in oox::xls::CellBlockBuffer
171CellBlockMap maCellBlocks; /// All open cell blocks, mapped by last (!) column of…
172 CellBlockMap::iterator maCellBlockIt; /// Pointer to cell block currently in use.
/AOO42X/main/oox/source/xls/
H A Dsheetdatabuffer.cxx261 CellBlockMap::iterator aMIt = maCellBlocks.begin(); in getCellBlock()
282 aMIt = maCellBlocks.insert( aMIt, CellBlockMap::value_type( rColSpan.mnLast, in getCellBlock()
283CellBlockMap::mapped_type( new CellBlock( *this, rColSpan, rCellAddr.Row ) ) ) ); in getCellBlock()
286 CellBlockMap::iterator aMEnd = maCellBlocks.end(); in getCellBlock()
287 for( CellBlockMap::iterator aMIt2 = aMIt; aMIt2 != aMEnd; ++aMIt2 ) in getCellBlock()