Searched refs:pVScrBar (Results 1 – 3 of 3) sorted by relevance
66 ScrollBar* pVScrBar = GetVScrollBar(); in UpdateScrollBar() local67 if ( pVScrBar && pVScrBar->GetVisibleSize() < pVScrBar->GetRangeMax() ) in UpdateScrollBar()69 pVScrBar->Show(); in UpdateScrollBar()82 ScrollBar* pVScrBar = GetVScrollBar(); in Clear() local83 if ( pVScrBar ) in Clear()84 pVScrBar->Hide(); in Clear()
81 ScrollBar* pVScrBar; in Command() local87 pVScrBar = &aVScroll; in Command()89 pVScrBar = NULL; in Command()90 if ( HandleScrollCommand( rCEvt, pHScrBar, pVScrBar ) ) in Command()
336 ScrollBar* pVScrBar = NULL; in Notify() local341 pVScrBar = &m_aVScroll; in Notify()343 if ( HandleScrollCommand( *pCommandEvent, pHScrBar, pVScrBar ) ) in Notify()