Searched refs:nVecPos (Results 1 – 1 of 1) sorted by relevance
413 long nVecPos = nScrollPos + nRow; in ReadConditions() local414 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() local435 if ( nVecPos < (long)maConditions.size() ) in ShowConditions()436 aRowEntry = maConditions[nVecPos]; in ShowConditions()456 long nVecPos = nScrollPos + nRow; in EnableButtons() local457 mpDelButton[nRow]->Enable( nVecPos < (long)maConditions.size() ); in EnableButtons()[all …]