Searched refs:XclExpRow (Results 1 – 2 of 2) sorted by relevance
841 class XclExpRow;850 explicit XclExpDefaultRowData( const XclExpRow& rRow );890 class XclExpRow : public XclExpRecord, protected XclExpRoot class896 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.
1772 XclExpDefaultRowData::XclExpDefaultRowData( const XclExpRow& rRow ) : in XclExpDefaultRowData()1806 XclExpRow::XclExpRow( const XclExpRoot& rRoot, sal_uInt16 nXclRow, in XclExpRow() function in XclExpRow1853 void XclExpRow::AppendCell( XclExpCellRef xCell, bool bIsMergedBase ) in AppendCell()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()2014 void XclExpRow::DisableIfDefault( const XclExpDefaultRowData& rDefRowData ) in DisableIfDefault()2022 void XclExpRow::WriteCellList( XclExpStream& rStrm ) in WriteCellList()2028 void XclExpRow::Save( XclExpStream& rStrm ) in Save()[all …]