Searched refs:maCellBlockIt (Results 1 – 2 of 2) sorted by relevance
225 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()
172 CellBlockMap::iterator maCellBlockIt; /// Pointer to cell block currently in use. member in oox::xls::CellBlockBuffer