Home
last modified time | relevance | path

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

/AOO42X/main/oox/source/xls/
H A Dsheetdatabuffer.cxx225 maCellBlockIt = maCellBlocks.end(); in CellBlockBuffer()
251 maCellBlockIt = maCellBlocks.end(); 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()
303 return maCellBlockIt->second.get(); in getCellBlock()
/AOO42X/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx172 CellBlockMap::iterator maCellBlockIt; /// Pointer to cell block currently in use. member in oox::xls::CellBlockBuffer