Lines Matching refs:pCur
1255 const Property * pCur = aInfos.getConstArray(); in fillHandles() local
1256 const Property * pEnd = pCur + aInfos.getLength(); in fillHandles()
1261 sal_Int32 n = (sal_Int32)(pEnd - pCur); in fillHandles()
1271 if( (nReqLen - i) * nLog >= pEnd - pCur ) in fillHandles()
1274 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
1276 pCur++; in fillHandles()
1278 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
1280 pHandles[i] = pCur->Handle; in fillHandles()
1291 const Property * pMid = pCur; in fillHandles()
1293 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles()
1295 pMid = (pEnd - pCur) / 2 + pCur; in fillHandles()
1300 pCur = pMid + 1; in fillHandles()
1309 pCur = pMid +1; in fillHandles()
1314 pCur = pMid +1; in fillHandles()
1319 pCur = pMid; in fillHandles()