Searched refs:CellBlock (Results 1 – 2 of 2) sorted by relevance
116 CellBlock::CellBlock( const WorksheetHelper& rHelper, const ValueRange& rColSpan, sal_Int32 nRow ) : in CellBlock() function in oox::xls::CellBlock127 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()148 void CellBlock::startNextRow() in startNextRow()172 Any& CellBlock::getCellAny( sal_Int32 nCol ) in getCellAny()182 void CellBlock::finalizeImport() in finalizeImport()209 void CellBlock::fillUnusedCells( sal_Int32 nIndex ) in fillUnusedCells()236 CellBlock* CellBlockBuffer::getCellBlock( const CellAddress& rCellAddr ) in getCellBlock()312 maCellBlocks.forEachMem( &CellBlock::finalizeImport ); in finalizeImport()[all …]
90 class CellBlock : public WorksheetHelper class93 …explicit CellBlock( const WorksheetHelper& rHelper, const ValueRange& rColSpan, sal_Int…161 CellBlock* getCellBlock( const ::com::sun::star::table::CellAddress& rCellAddr );168 typedef RefMap< sal_Int32, CellBlock > CellBlockMap;
Completed in 29 milliseconds