Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx61 ,m_pVScroll ( NULL ) in RichTextControlImpl()
109 delete m_pVScroll; in ~RichTextControlImpl()
322 if ( bVScroll && m_pVScroll ) in EditEngineStatusChanged()
360 delete m_pVScroll; in ensureScrollbars()
361 m_pVScroll = NULL; in ensureScrollbars()
367 m_pVScroll->Show(); in ensureScrollbars()
382 if ( m_pHScroll && m_pVScroll ) in ensureScrollbars()
442 if ( m_pVScroll ) in layoutWindow()
457 if ( m_pVScroll ) in layoutWindow()
464 m_pVScroll->SetLineSize( nFontHeight ); in layoutWindow()
[all …]
H A Drichtextimplcontrol.hxx64 ScrollBar* m_pVScroll; member in frm::RichTextControlImpl
175 inline bool hasVScrollBar( ) const { return m_pVScroll != NULL; } in hasVScrollBar()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx409 if ( m_pVScroll->GetThumbPos() != m_nTopRow ) in impl_checkInvariants()
411 if ( m_pVScroll->GetRange().Max() != m_nRowCount ) 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()
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()
[all …]
H A Dtablecontrol_impl.hxx139 ScrollBar* m_pVScroll; member in svt::table::TableControl_Impl

Completed in 70 milliseconds