Lines Matching refs:CellBlock

116 CellBlock::CellBlock( const WorksheetHelper& rHelper, const ValueRange& rColSpan, sal_Int32 nRow ) :  in CellBlock()  function in oox::xls::CellBlock
127 bool CellBlock::isExpandable( const ValueRange& rColSpan ) const in isExpandable()
132 bool CellBlock::isBefore( const ValueRange& rColSpan ) const in isBefore()
138 bool CellBlock::contains( sal_Int32 nCol ) const in contains()
143 void CellBlock::insertRichString( const CellAddress& rAddress, const RichStringRef& rxString, const… in insertRichString()
148 void CellBlock::startNextRow() in startNextRow()
172 Any& CellBlock::getCellAny( sal_Int32 nCol ) in getCellAny()
182 void CellBlock::finalizeImport() in finalizeImport()
202 CellBlock::RichStringCell::RichStringCell( const CellAddress& rCellAddr, const RichStringRef& rxStr… in RichStringCell()
209 void CellBlock::fillUnusedCells( sal_Int32 nIndex ) in fillUnusedCells()
236 CellBlock* CellBlockBuffer::getCellBlock( const CellAddress& rCellAddr ) in getCellBlock()
283 … CellBlockMap::mapped_type( new CellBlock( *this, rColSpan, rCellAddr.Row ) ) ) ); in getCellBlock()
312 maCellBlocks.forEachMem( &CellBlock::finalizeImport ); in finalizeImport()
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()
661 if( CellBlock* pCellBlock = maCellBlocks.getCellBlock( rCellAddr ) ) in setCellFormula()