Searched refs:lMaxXPosition (Results 1 – 1 of 1) sorted by relevance
364 long lMaxXPosition = 0; in CheckScrollBars() local367 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 21 milliseconds