Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx364 long lMaxXPosition = 0; in CheckScrollBars() local
367 getMaxXPosition(ppAggregates[i],lMaxXPosition); in CheckScrollBars()
370 lMaxXPosition += m_pHorzScroll->GetThumbPos() * HSCROLL_STEP; in CheckScrollBars()
373 bNeedHScrollBar = lMaxXPosition > lMaxXAvailable; in CheckScrollBars()
394 if (!bNeedHScrollBar && (lMaxXPosition > lMaxXAvailable)) in CheckScrollBars()
423 m_pHorzScroll->SetRangeMax((lMaxXPosition - lMaxXAvailable + HSCROLL_STEP - 1 )/HSCROLL_STEP); in CheckScrollBars()

Completed in 24 milliseconds