Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx2096 XclExpRowBuffer::XclExpRowBuffer( const XclExpRoot& rRoot ) : in XclExpRowBuffer() function in XclExpRowBuffer
2105 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()
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx973 class XclExpRowBuffer : public XclExpRecordBase, protected XclExpRoot class
976 explicit XclExpRowBuffer( const XclExpRoot& rRoot );
1072 XclExpRowBuffer maRowBfr; /// Rows and cell records.

Completed in 40 milliseconds