Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx1873 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize()
1895 …sal_uInt16 nNextUsedXclCol = (nPos < maCellList.GetSize()) ? maCellList.GetRecord( nPos )->GetXclC… in Finalize()
1986 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize()
1989 maCellList.RemoveRecord( nPos ); in Finalize()
2000 return maCellList.IsEmpty() ? 0 : maCellList.GetFirstRecord()->GetXclCol(); in GetFirstUsedXclCol()
2005 return maCellList.IsEmpty() ? 0 : (maCellList.GetLastRecord()->GetLastXclCol() + 1); in GetFirstFreeXclCol()
2025 maCellList.Save( rStrm ); in WriteCellList()
2049 maCellList.InsertRecord( xCell, nPos++ ); in InsertCell()
2053 XclExpCellRef xNextCell = maCellList.GetRecord( nPos ); in InsertCell()
2055 maCellList.RemoveRecord( nPos ); in InsertCell()
[all …]
/aoo41x/main/sc/source/filter/inc/
H A Dxetable.hxx904 inline bool IsEmpty() const { return maCellList.IsEmpty(); } in IsEmpty()
954 XclExpCellList maCellList; /// List of cell records for this row. member in XclExpRow

Completed in 36 milliseconds