Home
last modified time | relevance | path

Searched refs:findLastNotOf (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx62 SCROW findLastNotOf(ValueType nValue) const;
203 SCCOLROW ScFlatSegmentsImpl<_ValueType, _ExtValueType>::findLastNotOf(ValueType nValue) const in findLastNotOf() function in ScFlatSegmentsImpl
397 SCROW ScFlatBoolRowSegments::findLastNotOf(bool bValue) const in findLastNotOf() function in ScFlatBoolRowSegments
399 return static_cast<SCROW>(mpImpl->findLastNotOf(bValue)); in findLastNotOf()
564 SCROW ScFlatUInt16RowSegments::findLastNotOf(sal_uInt16 nValue) const in findLastNotOf() function in ScFlatUInt16RowSegments
566 return static_cast<SCROW>(mpImpl->findLastNotOf(nValue)); in findLastNotOf()
H A Dtable2.cxx2918 SCROW nRow = mpHiddenRows->findLastNotOf(false); in GetLastFlaggedRow()
2925 SCROW nRow = mpFilteredRows->findLastNotOf(false); in GetLastFlaggedRow()
2958 SCROW nLastHeight = mpRowHeights->findLastNotOf(ScGlobal::nStdRowHeight); in GetLastChangedRow()
/trunk/main/sc/inc/
H A Dsegmenttree.hxx80 SCROW findLastNotOf(bool bValue) const;
159 SCROW findLastNotOf(sal_uInt16 nValue) const;

Completed in 34 milliseconds