Searched refs:CellBlockMap (Results 1 – 2 of 2) sorted by relevance
168 typedef RefMap< sal_Int32, CellBlock > CellBlockMap; typedef in oox::xls::CellBlockBuffer171 …CellBlockMap maCellBlocks; /// All open cell blocks, mapped by last (!) column of…172 CellBlockMap::iterator maCellBlockIt; /// Pointer to cell block currently in use.
261 CellBlockMap::iterator aMIt = maCellBlocks.begin(); in getCellBlock()282 aMIt = maCellBlocks.insert( aMIt, CellBlockMap::value_type( rColSpan.mnLast, in getCellBlock()283 … CellBlockMap::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()