Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx372 long lMaxXAvailable = szOverallSize.Width(); in CheckScrollBars() local
373 bNeedHScrollBar = lMaxXPosition > lMaxXAvailable; in CheckScrollBars()
393 lMaxXAvailable -= nVScrollWidth; in CheckScrollBars()
394 if (!bNeedHScrollBar && (lMaxXPosition > lMaxXAvailable)) in CheckScrollBars()
423 m_pHorzScroll->SetRangeMax((lMaxXPosition - lMaxXAvailable + HSCROLL_STEP - 1 )/HSCROLL_STEP); in CheckScrollBars()

Completed in 44 milliseconds