Home
last modified time | relevance | path

Searched refs:m_aVScroll (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx382 m_aVScroll.Hide(); in DBG_NAME()
442 m_aVScroll.SetThumbPos(100); in ActivateListBox()
476 if ( m_aVScroll.IsVisible() ) in Resize()
477 m_aVScroll.Hide(); in Resize()
480 m_aVScroll.SetThumbPos( 0 ); in Resize()
506 m_aVScroll.Show(); in Resize()
572 m_aVScroll.SetPageSize(nLines-1); in UpdateVScroll()
573 m_aVScroll.SetVisibleSize(nLines-1); in UpdateVScroll()
583 m_aVScroll.SetRange(Range(0,0)); in UpdateVScroll()
826 m_aVScroll.SetThumbPos(_nNewThumbPos); in MoveThumbTo()
[all …]
H A Dbrowserlistbox.hxx104 ScrollBar m_aVScroll; member in pcr::OBrowserListBox
/aoo42x/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1012 ScrollBar m_aVScroll; member in SwAssignFieldsControl
1174 m_aVScroll.SetRange(Range(0, rHeaders.Count())); in SwAssignFieldsControl()
1176 m_aVScroll.EnableDrag(); in SwAssignFieldsControl()
1177 m_aVScroll.SetVisibleSize(m_aVScroll.GetPageSize()); in SwAssignFieldsControl()
1181m_aVScroll.SetPosPixel(Point(aOutputSize.Width() - m_aVScroll.GetSizePixel().Width(), nHBHeight)); in SwAssignFieldsControl()
1182m_aVScroll.SetSizePixel(Size(m_aVScroll.GetSizePixel().Width(), aOutputSize.Height() - nHBHeight)); in SwAssignFieldsControl()
1244 long nThumb = m_aVScroll.GetThumbPos(); in MakeVisible()
1245 long nPage = m_aVScroll.GetPageSize(); in MakeVisible()
1247 m_aVScroll.SetThumbPos( nIndex ); in MakeVisible()
1249 m_aVScroll.SetThumbPos( nIndex - nPage ); in MakeVisible()
[all …]
/aoo42x/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx55 ,m_aVScroll( this, WB_VSCROLL|WB_REPEAT|WB_DRAG ) in OScrollWindowHelper()
65 impl_initScrollBar( m_aVScroll ); in OScrollWindowHelper()
115 m_aVScroll.SetRangeMax( m_aTotalPixelSize.Height() ); in setTotalSize()
159 m_aVScroll.Show( bVVisible ); in ResizeScrollBars()
180 …oint( aOutPixSz.Width(), m_aReportWindow.getRulerHeight() ),Size( nScrSize,nNewHeight),m_aVScroll); in ResizeScrollBars()
340 if ( m_aVScroll.IsVisible() ) in Notify()
341 pVScrBar = &m_aVScroll; in Notify()
/aoo42x/main/reportdesign/source/ui/inc/
H A DScrollHelper.hxx59 ScrollBar m_aVScroll; member in rptui::OScrollWindowHelper
89 …inline Point getThumbPos() const { return Point(m_aHScroll.GetThumbPos(),m_aVScroll.GetThumbPos(… in getThumbPos()
94 inline ScrollBar* GetVScroll() { return &m_aVScroll; } in GetVScroll()

Completed in 58 milliseconds