Lines Matching refs:nVecPos
413 long nVecPos = nScrollPos + nRow; in ReadConditions() local
414 if ( nVecPos >= (long)maConditions.size() && !aRowEntry.IsDefault() ) in ReadConditions()
415 maConditions.resize( nVecPos + 1 ); in ReadConditions()
417 if ( nVecPos < (long)maConditions.size() ) in ReadConditions()
418 maConditions[nVecPos] = aRowEntry; in ReadConditions()
434 long nVecPos = nScrollPos + nRow; in ShowConditions() local
435 if ( nVecPos < (long)maConditions.size() ) in ShowConditions()
436 aRowEntry = maConditions[nVecPos]; in ShowConditions()
456 long nVecPos = nScrollPos + nRow; in EnableButtons() local
457 mpDelButton[nRow]->Enable( nVecPos < (long)maConditions.size() ); in EnableButtons()
643 long nVecPos = nScrollPos + nRow; in IMPL_LINK() local
644 if ( nVecPos < (long)maConditions.size() ) in IMPL_LINK()
646 maConditions.erase( maConditions.begin() + nVecPos ); in IMPL_LINK()