/aoo41x/main/toolkit/source/awt/ |
H A D | vclxscroller.cxx | 84 mpVerScrollBar->SetPageSize( 15 ); in ensureScrollBars() 92 mpHorScrollBar->SetPageSize( 15 ); in ensureScrollBars()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | DialogListBox.cxx | 179 mpVScrollBar->SetPageSize( 16 ); in ImplInitScrollBars() 186 mpHScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvtablebox.cxx | 176 maHScroll.SetPageSize( GetVisPosCount() * 3 / 4 ); in InitHScrollBar() 184 maVScroll.SetPageSize( GetVisLineCount() - 2 ); in InitVScrollBar()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | viewshe2.cxx | 116 mpHorizontalScrollBar->SetPageSize(nPage); in UpdateScrollBars() 133 mpVerticalScrollBar->SetPageSize(256); in UpdateScrollBars() 144 mpVerticalScrollBar->SetPageSize(nPage); in UpdateScrollBars()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsScrollBarManager.cxx | 244 mpHorizontalScrollBar->SetPageSize ((nWidth * 9) / 10); in UpdateScrollBars() 273 mpVerticalScrollBar->SetPageSize ((nHeight * 9) / 10); in UpdateScrollBars()
|
/aoo41x/main/svtools/source/control/ |
H A D | scrwin.cxx | 283 aHScroll.SetPageSize( aOutPixSz.Width() ); in Resize() 294 aVScroll.SetPageSize( aOutPixSz.Height() ); in Resize()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 466 …m_pVScroll->SetPageSize( ::std::max( nFontHeight, aViewportPlaygroundLogic.Height() - nFontHeight … in layoutWindow() 485 …m_pHScroll->SetPageSize( ::std::max( nFontWidth, aViewportPlaygroundLogic.Width() - nFontWidth ) ); in layoutWindow()
|
/aoo41x/main/sd/source/ui/notes/ |
H A D | EditWindow.cxx | 593 mpVerticalScrollBar->SetPageSize(aOut.Height() * 8 / 10); in InitScrollBars() 600 mpHorizontalScrollBar->SetPageSize(aOut.Width() * 8 / 10); in InitScrollBars()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview4.cxx | 381 rScroll.SetPageSize( static_cast<long>(nSize) ); in lcl_UpdateBar() 384 rScroll.SetPageSize( 1 ); // immer moeglich ! in lcl_UpdateBar()
|
H A D | prevwsh.cxx | 304 pHorScroll->SetPageSize( aWindowSize.Width() ); in UpdateScrollBars() 335 pVerScroll->SetPageSize( aWindowSize.Height() ); in UpdateScrollBars()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | scroll.cxx | 65 SetPageSize( nVisSize * 77 / 100 ); in DocSzChgd()
|
H A D | pview.cxx | 1841 pVScrollbar->SetPageSize( nVisPages ); in ScrollViewSzChg() 1860 pVScrollbar->SetPageSize( nVisHeight / 2 ); in ScrollViewSzChg() 1882 pHScrollbar->SetPageSize( nVisWidth / 2 ); in ScrollViewSzChg()
|
/aoo41x/main/starmath/source/ |
H A D | edit.cxx | 584 pVScrollBar->SetPageSize(aOut.Height() * 8 / 10); in InitScrollBars() 588 pHScrollBar->SetPageSize(aOut.Width() * 8 / 10); in InitScrollBars()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | slider.hxx | 115 void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize() function in Slider
|
H A D | scrbar.hxx | 133 void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize() function in ScrollBar
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 578 pVScrollbar->SetPageSize( aOutSz.Height() * 8 / 10 ); in InitScrollBars() 582 pHScrollbar->SetPageSize( aOutSz.Width() * 8 / 10 ); in InitScrollBars()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 755 pModulWindow->GetEditVScrollBar().SetPageSize( aOutSz.Height() * 8 / 10 ); in InitScrollBars() 763 pModulWindow->GetHScrollBar()->SetPageSize( aOutSz.Width() * 8 / 10 ); in InitScrollBars() 1291 aTreeListBox.GetHScroll()->SetPageSize( aTreeListBox.GetHScroll()->GetVisibleSize() ); in Resize() 1697 aEWVScrollBar.SetPageSize( SCROLL_PAGE ); in ComplexEditorWindow()
|
H A D | basidesh.cxx | 455 aVScrollBar.SetPageSize( 2000 ); in InitScrollBars() 457 aHScrollBar.SetPageSize( 2000 ); in InitScrollBars()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 383 pVScrollbar->SetPageSize( aOutSz.Height() * 8 / 10 ); in InitScrollBars() 387 pHScrollbar->SetPageSize( aOutSz.Width() * 8 / 10 ); in InitScrollBars()
|
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 1023 maHorScroller.SetPageSize(1000); in Init() 1030 maVerScroller.SetPageSize(1000); in Init()
|
/aoo41x/main/sc/inc/ |
H A D | drwlayer.hxx | 188 void SetPageSize( sal_uInt16 nPageNo, const Size& rSize, bool bUpdateNoteCaptionPos = true );
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | general.cxx | 290 aHoriScroll.SetPageSize( aIdentifierFT.GetSizePixel().Width()); in BibGeneralPage() 291 aVertScroll.SetPageSize( in BibGeneralPage()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 45 _rScrollBar.SetPageSize( _nNewValue ); in lcl_setScrollBar()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 337 pHScroll->SetPageSize( aOutSize.Width() / 2 ); in InitScrollBars() 338 pVScroll->SetPageSize( aOutSize.Height() / 2 ); in InitScrollBars()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | retypepassdlg.cxx | 182 maScrollBar.SetPageSize(4); in Init()
|