Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dxetable.cxx1857 InsertCell( xCell, maCellList.GetSize(), bIsMergedBase ); in AppendCell()
1871 for( nPos = 0, nSize = maCellList.GetSize(); nPos < nSize; ++nPos ) in Finalize()
1873 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize()
1890 while( nPos <= maCellList.GetSize() ) // don't cache list size, may change in the loop in Finalize()
1893 …sal_uInt16 nFirstFreeXclCol = (nPos > 0) ? (maCellList.GetRecord( nPos - 1 )->GetLastXclCol() + 1)… in Finalize()
1895 …sal_uInt16 nNextUsedXclCol = (nPos < maCellList.GetSize()) ? maCellList.GetRecord( nPos )->GetXclC… in Finalize()
1984 while( nPos < maCellList.GetSize() ) // do not cache list size, may change in the loop 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()
[all …]
/AOO42X/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