Searched refs:nVecPos (Results 1 – 1 of 1) sorted by relevance
413 long nVecPos = nScrollPos + nRow; in ReadConditions() local415 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() local643 long nVecPos = nScrollPos + nRow; in IMPL_LINK() local644 if ( nVecPos < (long)maConditions.size() ) in IMPL_LINK()[all …]
Completed in 11 milliseconds