Lines Matching refs:m_pVScroll
402 if ( ( m_nRequiredInvariants & INV_SCROLL_POSITION ) && m_pVScroll ) in impl_checkInvariants()
409 if ( m_pVScroll->GetThumbPos() != m_nTopRow ) in impl_checkInvariants()
411 if ( m_pVScroll->GetRange().Max() != m_nRowCount ) in impl_checkInvariants()
413 if ( m_pVScroll->GetVisibleSize() != impl_getVisibleRows( false ) ) in impl_checkInvariants()
454 ,m_pVScroll ( NULL ) in TableControl_Impl()
479 DELETEZ( m_pVScroll ); in ~TableControl_Impl()
1331 m_pVScroll, in impl_ni_positionChildWindows()
1343 if ( m_pVScroll ) in impl_ni_positionChildWindows()
1349 m_pVScroll->SetPosSizePixel( in impl_ni_positionChildWindows()
1390 bool bNeedScrollCorner = ( NULL != m_pHScroll ) && ( NULL != m_pVScroll ); in impl_ni_positionChildWindows()
2360 if ( m_pVScroll != NULL ) in impl_ni_ScrollRows()
2361 m_pVScroll->SetThumbPos( m_nTopRow ); in impl_ni_ScrollRows()
2475 return m_pVScroll; in getVertScrollbar()
2701 DBG_ASSERT( ( _pScrollbar == m_pVScroll ) || ( _pScrollbar == m_pHScroll ), in IMPL_LINK()
2704 if ( _pScrollbar == m_pVScroll ) in IMPL_LINK()