Searched refs:GetLastXclCol (Results 1 – 2 of 2) sorted by relevance
288 virtual sal_uInt16 GetLastXclCol() const = 0;328 virtual sal_uInt16 GetLastXclCol() const;515 virtual sal_uInt16 GetLastXclCol() const;
535 sal_uInt16 XclExpSingleCellBase::GetLastXclCol() const in GetLastXclCol() function in XclExpSingleCellBase1091 sal_uInt16 XclExpMultiCellBase::GetLastXclCol() const in GetLastXclCol() function in XclExpMultiCellBase1244 if( GetLastXclCol() + 1 == rCell.GetXclCol() ) in TryMergeXFIds()1254 …DBG_ASSERT( GetLastXclCol() < rXFIndexes.size(), "XclExpMultiCellBase::GetXFIndexes - vector too s… in GetXFIndexes()1266 sal_uInt16 nLastXclCol = GetLastXclCol(); in RemoveUnusedXFIndexes()1893 …uInt16 nFirstFreeXclCol = (nPos > 0) ? (maCellList.GetRecord( nPos - 1 )->GetLastXclCol() + 1) : 0; in Finalize()2005 return maCellList.IsEmpty() ? 0 : (maCellList.GetLastRecord()->GetLastXclCol() + 1); in GetFirstFreeXclCol()
Completed in 77 milliseconds