Searched refs:m_pVScroll (Results 1 – 4 of 4) sorted by relevance
61 ,m_pVScroll ( NULL ) in RichTextControlImpl()109 delete m_pVScroll; in ~RichTextControlImpl()322 if ( bVScroll && m_pVScroll ) in EditEngineStatusChanged()323 m_pVScroll->SetThumbPos( m_pView->GetVisArea().Top() ); in EditEngineStatusChanged()360 delete m_pVScroll; in ensureScrollbars()361 m_pVScroll = NULL; in ensureScrollbars()365 m_pVScroll = new ScrollBar( m_pAntiImpl, WB_VSCROLL | WB_DRAG | WB_REPEAT ); in ensureScrollbars()366 m_pVScroll->SetScrollHdl ( LINK( this, RichTextControlImpl, OnVScroll ) ); in ensureScrollbars()367 m_pVScroll->Show(); in ensureScrollbars()382 if ( m_pHScroll && m_pVScroll ) in ensureScrollbars()[all …]
64 ScrollBar* m_pVScroll; member in frm::RichTextControlImpl175 inline bool hasVScrollBar( ) const { return m_pVScroll != NULL; } in hasVScrollBar()
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()[all …]
139 ScrollBar* m_pVScroll; member in svt::table::TableControl_Impl