Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/tool/
H A Dinterpr1.cxx4298 SCSIZE nMatCount, bool bReverse) in lcl_GetLastMatch() argument
4308 while (rIndex < nMatCount-1 && rMat.IsValue(rIndex+1) && in lcl_GetLastMatch()
4319 while (rIndex < nMatCount-1 && rMat.IsEmptyPath(rIndex+1)) in lcl_GetLastMatch()
4328 while (rIndex < nMatCount-1 && rMat.IsEmpty(rIndex+1)) in lcl_GetLastMatch()
4339 while (rIndex < nMatCount-1 && rMat.IsString(rIndex+1) && in lcl_GetLastMatch()
4474 SCSIZE nMatCount = (nC == 1) ? nR : nC; in ScMatch() local
4481 for (SCSIZE i = 0; i < nMatCount; ++i) in ScMatch()
4497 SCSIZE nFirst = 0, nLast = nMatCount-1, nHitIndex = 0; in ScMatch()
4505 lcl_GetLastMatch( nMid, *pMatSrc, nMatCount, !bAscOrder); in ScMatch()
4535 if (nHitIndex == nMatCount-1) // last item in ScMatch()
[all …]