Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx94 #define HSCROLL_STEP 20 macro
370 lMaxXPosition += m_pHorzScroll->GetThumbPos() * HSCROLL_STEP; in CheckScrollBars()
423 m_pHorzScroll->SetRangeMax((lMaxXPosition - lMaxXAvailable + HSCROLL_STEP - 1 )/HSCROLL_STEP); in CheckScrollBars()
460 nDeltaX = (m_nOldHThumb - m_pHorzScroll->GetThumbPos()) * HSCROLL_STEP; in ScrollAllAggregates()

Completed in 24 milliseconds