Lines Matching refs:GetVScrollBar
176 ScrollBar* GetVScrollBar() { return mpVScrollBar; } in GetVScrollBar() function in ImpSvMEdit
1511 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1512 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_LINEUP ); in PreNotify()
1517 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1518 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_LINEDOWN ); in PreNotify()
1523 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1524 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_PAGEUP ); in PreNotify()
1529 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1530 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_PAGEDOWN ); in PreNotify()
1590 ScrollBar* MultiLineEdit::GetVScrollBar() const in GetVScrollBar() function in MultiLineEdit
1592 return pImpSvMEdit->GetVScrollBar(); in GetVScrollBar()