Searched refs:getCellBlock (Results 1 – 2 of 2) sorted by relevance
236 CellBlock* CellBlockBuffer::getCellBlock( const CellAddress& rCellAddr ) in getCellBlock() function in oox::xls::CellBlockBuffer336 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()661 if( CellBlock* pCellBlock = maCellBlocks.getCellBlock( rCellAddr ) ) in setCellFormula()
161 CellBlock* getCellBlock( const ::com::sun::star::table::CellAddress& rCellAddr );
Completed in 21 milliseconds