Lines Matching refs:maCellBlocks

225     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()
294 maCellBlockIt = maCellBlocks.begin(); in getCellBlock()
299 …if( ((maCellBlockIt != maCellBlocks.end()) && maCellBlockIt->second->contains( rCellAddr.Column ))… in getCellBlock()
300 …(((maCellBlockIt = maCellBlocks.lower_bound( rCellAddr.Column )) != maCellBlocks.end()) && maCellB… in getCellBlock()
312 maCellBlocks.forEachMem( &CellBlock::finalizeImport ); in finalizeImport()
319 maCellBlocks( rHelper ), in SheetDataBuffer()
326 maCellBlocks.setColSpans( nRow, rColSpans ); in setColSpans()
336 if( CellBlock* pCellBlock = maCellBlocks.getCellBlock( rModel.maCellAddr ) ) in setValueCell()
345 if( CellBlock* pCellBlock = maCellBlocks.getCellBlock( rModel.maCellAddr ) ) in setStringCell()
363 if( CellBlock* pCellBlock = maCellBlocks.getCellBlock( rModel.maCellAddr ) ) in setStringCell()
532 maCellBlocks.finalizeImport(); in finalizeImport()
661 if( CellBlock* pCellBlock = maCellBlocks.getCellBlock( rCellAddr ) ) in setCellFormula()