Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx116 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()
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 …]
/trunk/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx90 class CellBlock : public WorksheetHelper class
93 …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 16 milliseconds