Home
last modified time | relevance | path

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

/AOO42X/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()
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()
[all …]
/AOO42X/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;