Searched refs:nBoolIdx (Results 1 – 2 of 2) sorted by relevance
485 for( size_t nBoolIdx = 1; nBoolIdx < nCount; ++nBoolIdx ) in Add() local490 while( nBoolIdx < nCount && !aBoolArr[ nBoolIdx++ ] && in Add()491 (!bInner || nBoolIdx < nCount ) ) in Add()495 nBoolIdx = nBoolIdx - next; in Add()497 aBoolArr.erase( aBoolArr.begin() + nBoolIdx, aBoolArr.begin() + (nBoolIdx + next) ); in Add()498 if( nBoolIdx ) in Add()499 aBoolArr[ nBoolIdx - 1 ] = sal_False; in Add()505 bDelete = nBoolIdx < nCount && aBoolArr[ nBoolIdx ]; in Add()507 DBG_ASSERT( nLongIdx == 2*nBoolIdx+1, "BoundArgs: Array-Idx Confusion" ); in Add()
2457 sal_uInt16 nBoolIdx = 0; in SwLayIdle() local2479 bActions |= aBools[nBoolIdx] != in SwLayIdle()2485 ++nBoolIdx; in SwLayIdle()2492 nBoolIdx = 0; in SwLayIdle()2520 ((SwCrsrShell*)pSh)->EndCrsrMove( sal_True^aBools[nBoolIdx] ); in SwLayIdle()2541 ++nBoolIdx; in SwLayIdle()
Completed in 24 milliseconds