Home
last modified time | relevance | path

Searched refs:nRangeMin (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx217 int nRangeMin = ImplFindRangeIndex( cMin ); in CountCharsInRange() local
218 if( nRangeMin & 1 ) in CountCharsInRange()
219 ++nRangeMin; in CountCharsInRange()
220 else if( cMin > mpRangeCodes[ nRangeMin ] ) in CountCharsInRange()
221 nCount -= cMin - mpRangeCodes[ nRangeMin ]; in CountCharsInRange()
231 for( int i = nRangeMin; i <= nRangeMax; i+=2 ) in CountCharsInRange()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx332 long nRangeMin = pScrollBar->GetRangeMin(); in KeyInput() local
335 if ( nThumbPos < nRangeMin ) in KeyInput()
336 nThumbPos = nRangeMin; in KeyInput()

Completed in 18 milliseconds