Searched refs:findLastNotOf (Results 1 – 3 of 3) sorted by relevance
62 SCROW findLastNotOf(ValueType nValue) const;203 SCCOLROW ScFlatSegmentsImpl<_ValueType, _ExtValueType>::findLastNotOf(ValueType nValue) const in findLastNotOf() function in ScFlatSegmentsImpl397 SCROW ScFlatBoolRowSegments::findLastNotOf(bool bValue) const in findLastNotOf() function in ScFlatBoolRowSegments399 return static_cast<SCROW>(mpImpl->findLastNotOf(bValue)); in findLastNotOf()564 SCROW ScFlatUInt16RowSegments::findLastNotOf(sal_uInt16 nValue) const in findLastNotOf() function in ScFlatUInt16RowSegments566 return static_cast<SCROW>(mpImpl->findLastNotOf(nValue)); in findLastNotOf()
2918 SCROW nRow = mpHiddenRows->findLastNotOf(false); in GetLastFlaggedRow()2925 SCROW nRow = mpFilteredRows->findLastNotOf(false); in GetLastFlaggedRow()2958 SCROW nLastHeight = mpRowHeights->findLastNotOf(ScGlobal::nStdRowHeight); in GetLastChangedRow()
80 SCROW findLastNotOf(bool bValue) const;159 SCROW findLastNotOf(sal_uInt16 nValue) const;
Completed in 50 milliseconds