Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4497 SCSIZE nFirst = 0, nLast = nMatCount-1, nHitIndex = 0; in ScMatch() local
4513 nHitIndex = bAscOrder ? nLast : nFirst; in ScMatch()
4515 nHitIndex = bAscOrder ? nFirst : nLast; in ScMatch()
4535 if (nHitIndex == nMatCount-1) // last item in ScMatch()
4537 sal_Int32 nCmp = lcl_CompareMatrix2Query( nHitIndex, *pMatSrc, rEntry); in ScMatch()
4542 PushDouble( nHitIndex+1); in ScMatch()
4547 if (nHitIndex > 0) // valid hit must be 2nd item or higher in ScMatch()
4549 PushDouble( nHitIndex); // non-exact match in ScMatch()

Completed in 50 milliseconds