Searched refs:nCompVal (Results 1 – 3 of 3) sorted by relevance
2092 int nCompVal = 1; in GetEntryPos()2101 while ( nCompVal && ( nStart <= nEnd ) ) in GetEntryPos()2106 nCompVal = pMid->Compare( rTitle ); in GetEntryPos()2108 if ( nCompVal < 0 ) // pMid < pData in GetEntryPos()2114 if ( nCompVal == 0 ) in GetEntryPos()2120 if ( nCompVal < 0 ) // pMid < pData in GetEntryPos()2551 int nCompVal = 1; in GetRegionPos() local2558 while ( nCompVal && ( nStart <= nEnd ) ) in GetRegionPos()2563 nCompVal = pMid->Compare( rTitle ); in GetRegionPos()2565 if ( nCompVal < 0 ) // pMid < pData in GetRegionPos()[all …]
320 sal_Int32 nCompVal = 1; in fillHandles() local324 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles()328 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()330 if( nCompVal > 0 ) in fillHandles()336 if( nCompVal == 0 ) in fillHandles()342 else if( nCompVal > 0 ) in fillHandles()
1289 sal_Int32 nCompVal = 1; in fillHandles() local1293 while( nCompVal != 0 && pCur <= pEnd ) in fillHandles()1297 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()1299 if( nCompVal > 0 ) in fillHandles()1305 if( nCompVal == 0 ) in fillHandles()1311 else if( nCompVal > 0 ) in fillHandles()
Completed in 42 milliseconds