Home
last modified time | relevance | path

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

/AOO42X/main/oox/source/xls/
H A Dsheetdatabuffer.cxx225 maCellBlockIt = maCellBlocks.end(); in CellBlockBuffer()
250 maCellBlocks.clear(); in getCellBlock()
251 maCellBlockIt = maCellBlocks.end(); in getCellBlock()
261 CellBlockMap::iterator aMIt = maCellBlocks.begin(); in getCellBlock()
272 while( (aMIt != maCellBlocks.end()) && aMIt->second->isBefore( rColSpan ) ) in getCellBlock()
275 maCellBlocks.erase( aMIt++ ); in getCellBlock()
279 if( (aMIt != maCellBlocks.end()) && aMIt->second->isExpandable( rColSpan ) ) in getCellBlock()
282 aMIt = maCellBlocks.insert( aMIt, CellBlockMap::value_type( rColSpan.mnLast, in getCellBlock()
286 CellBlockMap::iterator aMEnd = maCellBlocks.end(); in getCellBlock()
289 maCellBlocks.erase( aMIt, aMEnd ); in getCellBlock()
[all …]
/AOO42X/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx171 …CellBlockMap maCellBlocks; /// All open cell blocks, mapped by last (!) column of… member in oox::xls::CellBlockBuffer
331 CellBlockBuffer maCellBlocks; /// Manages all open cell blocks. member in oox::xls::SheetDataBuffer