Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4296 SCSIZE nMatCount, bool bReverse) in lcl_GetLastMatch() argument
4306 while (rIndex < nMatCount-1 && rMat.IsValue(rIndex+1) && in lcl_GetLastMatch()
4317 while (rIndex < nMatCount-1 && rMat.IsEmptyPath(rIndex+1)) in lcl_GetLastMatch()
4326 while (rIndex < nMatCount-1 && rMat.IsEmpty(rIndex+1)) in lcl_GetLastMatch()
4337 while (rIndex < nMatCount-1 && rMat.IsString(rIndex+1) && in lcl_GetLastMatch()
4472 SCSIZE nMatCount = (nC == 1) ? nR : nC; in ScMatch() local
4479 for (SCSIZE i = 0; i < nMatCount; ++i) in ScMatch()
4495 SCSIZE nFirst = 0, nLast = nMatCount-1, nHitIndex = 0; in ScMatch()
4503 lcl_GetLastMatch( nMid, *pMatSrc, nMatCount, !bAscOrder); in ScMatch()
4533 if (nHitIndex == nMatCount-1) // last item in ScMatch()
[all …]