Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr1.cxx4161 SCSIZE nMatCount, bool bReverse) in lcl_GetLastMatch() argument
4171 while (rIndex < nMatCount-1 && rMat.IsValue(rIndex+1) && in lcl_GetLastMatch()
4182 while (rIndex < nMatCount-1 && rMat.IsEmptyPath(rIndex+1)) in lcl_GetLastMatch()
4191 while (rIndex < nMatCount-1 && rMat.IsEmpty(rIndex+1)) in lcl_GetLastMatch()
4202 while (rIndex < nMatCount-1 && rMat.IsString(rIndex+1) && in lcl_GetLastMatch()
4337 SCSIZE nMatCount = (nC == 1) ? nR : nC; in ScMatch() local
4344 for (SCSIZE i = 0; i < nMatCount; ++i) in ScMatch()
4360 SCSIZE nFirst = 0, nLast = nMatCount-1, nHitIndex = 0; in ScMatch()
4368 lcl_GetLastMatch( nMid, *pMatSrc, nMatCount, !bAscOrder); in ScMatch()
4398 if (nHitIndex == nMatCount-1) // last item in ScMatch()
[all …]