Home
last modified time | relevance | path

Searched refs:nVecPos (Results 1 – 1 of 1) sorted by path

/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx413 long nVecPos = nScrollPos + nRow; in ReadConditions() local
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
643 long nVecPos = nScrollPos + nRow; in IMPL_LINK() local
644 if ( nVecPos < (long)maConditions.size() ) in IMPL_LINK()
[all …]

Completed in 27 milliseconds