Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx4360 SCSIZE nFirst = 0, nLast = nMatCount-1, nHitIndex = 0; in ScMatch() local
4376 nHitIndex = bAscOrder ? nLast : nFirst; in ScMatch()
4378 nHitIndex = bAscOrder ? nFirst : nLast; in ScMatch()
4398 if (nHitIndex == nMatCount-1) // last item in ScMatch()
4400 sal_Int32 nCmp = lcl_CompareMatrix2Query( nHitIndex, *pMatSrc, rEntry); in ScMatch()
4405 PushDouble( nHitIndex+1); in ScMatch()
4410 if (nHitIndex > 0) // valid hit must be 2nd item or higher in ScMatch()
4412 PushDouble( nHitIndex); // non-exact match in ScMatch()

Completed in 32 milliseconds