Lines Matching refs:nIdx1
1280 sal_uIntPtr nIdx1, nIdx2; in Impl_PermuteMin() local
1286 nIdx1 = (sal_uIntPtr) ( double( rand() ) / RAND_MAX * nLevelObjCount ); in Impl_PermuteMin()
1287 while ( rObjList.GetObject( nIdx1 ) == NULL ) in Impl_PermuteMin()
1288 nIdx1 = (sal_uIntPtr) ( double( rand() ) / RAND_MAX * nLevelObjCount ); in Impl_PermuteMin()
1290 while ( nIdx1 == nIdx2 || nIdx2 == nLevelObjCount ) in Impl_PermuteMin()
1293 pSwapWin = rObjList.GetObject( nIdx1 ); in Impl_PermuteMin()
1298 pSwapWin->SetCalcPosPixel( pPosArray[ nIdx1 ] ); in Impl_PermuteMin()
1299 rObjList.Replace( pSwapWin, nIdx1 ); in Impl_PermuteMin()
1316 pSwapWin = rObjList.GetObject( nIdx1 ); in Impl_PermuteMin()
1321 pSwapWin->SetCalcPosPixel( pPosArray[ nIdx1 ] ); in Impl_PermuteMin()
1322 rObjList.Replace( pSwapWin, nIdx1 ); in Impl_PermuteMin()