Searched refs:XclExpRowBuffer (Results 1 – 2 of 2) sorted by relevance
2096 XclExpRowBuffer::XclExpRowBuffer( const XclExpRoot& rRoot ) : in XclExpRowBuffer() function in XclExpRowBuffer2105 void XclExpRowBuffer::AppendCell( XclExpCellRef xCell, bool bIsMergedBase ) in AppendCell()2111 void XclExpRowBuffer::CreateRows( SCROW nFirstFreeScRow ) in CreateRows()2117 void XclExpRowBuffer::Finalize( XclExpDefaultRowData& rDefRowData, const ScfUInt16Vec& rColXFIndexe… in Finalize()2222 void XclExpRowBuffer::Save( XclExpStream& rStrm ) in Save()2253 void XclExpRowBuffer::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()2275 XclExpDimensions* XclExpRowBuffer::GetDimensions() in GetDimensions()2280 XclExpRow& XclExpRowBuffer::GetOrCreateRow( sal_uInt16 nXclRow, bool bRowAlwaysEmpty ) in GetOrCreateRow()2560 …D3_DIMENSIONS: xRec.reset( new XclExpDelegatingRecord( const_cast<XclExpRowBuffer*>(&maRowBfr)-… in CreateRecord()
973 class XclExpRowBuffer : public XclExpRecordBase, protected XclExpRoot class976 explicit XclExpRowBuffer( const XclExpRoot& rRoot );1072 XclExpRowBuffer maRowBfr; /// Rows and cell records.
Completed in 109 milliseconds