Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dxetable.hxx841 class XclExpRow;
850 explicit XclExpDefaultRowData( const XclExpRow& rRow );
890 class XclExpRow : public XclExpRecord, protected XclExpRoot class
896 explicit XclExpRow( const XclExpRoot& rRoot, sal_uInt16 nXclRow,
998 XclExpRow& GetOrCreateRow( sal_uInt16 nXclRow, bool bRowAlwaysEmpty );
1001 typedef XclExpRecordList< XclExpRow > XclExpRowList;
1007 XclExpRow* mpLastUsedRow; /// Last used row for faster access.
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx1772 XclExpDefaultRowData::XclExpDefaultRowData( const XclExpRow& rRow ) : in XclExpDefaultRowData()
1806 XclExpRow::XclExpRow( const XclExpRoot& rRoot, sal_uInt16 nXclRow, in XclExpRow() function in XclExpRow
1860 void XclExpRow::Finalize( const ScfUInt16Vec& rColXFIndexes ) in Finalize()
1998 sal_uInt16 XclExpRow::GetFirstUsedXclCol() const in GetFirstUsedXclCol()
2003 sal_uInt16 XclExpRow::GetFirstFreeXclCol() const in GetFirstFreeXclCol()
2008 bool XclExpRow::IsDefaultable() const in IsDefaultable()
2022 void XclExpRow::WriteCellList( XclExpStream& rStrm ) in WriteCellList()
2028 void XclExpRow::Save( XclExpStream& rStrm ) in Save()
2058 void XclExpRow::WriteBody( XclExpStream& rStrm ) in WriteBody()
2069 void XclExpRow::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
[all …]

Completed in 74 milliseconds