Home
last modified time | relevance | path

Searched refs:SetPageSize (Results 1 – 25 of 66) sorted by relevance

123

/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx84 mpVerScrollBar->SetPageSize( 15 ); in ensureScrollBars()
92 mpHorScrollBar->SetPageSize( 15 ); in ensureScrollBars()
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx179 mpVScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()
186 mpHScrollBar->SetPageSize( 16 ); in ImplInitScrollBars()
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx116 mpHorizontalScrollBar->SetPageSize(nPage); in UpdateScrollBars()
133 mpVerticalScrollBar->SetPageSize(256); in UpdateScrollBars()
144 mpVerticalScrollBar->SetPageSize(nPage); in UpdateScrollBars()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx176 maHScroll.SetPageSize( GetVisPosCount() * 3 / 4 ); in InitHScrollBar()
184 maVScroll.SetPageSize( GetVisLineCount() - 2 ); in InitVScrollBar()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx244 mpHorizontalScrollBar->SetPageSize ((nWidth * 9) / 10); in UpdateScrollBars()
273 mpVerticalScrollBar->SetPageSize ((nHeight * 9) / 10); in UpdateScrollBars()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx283 aHScroll.SetPageSize( aOutPixSz.Width() ); in Resize()
294 aVScroll.SetPageSize( aOutPixSz.Height() ); in Resize()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx466 …m_pVScroll->SetPageSize( ::std::max( nFontHeight, aViewportPlaygroundLogic.Height() - nFontHeight … in layoutWindow()
485 …m_pHScroll->SetPageSize( ::std::max( nFontWidth, aViewportPlaygroundLogic.Width() - nFontWidth ) ); in layoutWindow()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx593 mpVerticalScrollBar->SetPageSize(aOut.Height() * 8 / 10); in InitScrollBars()
600 mpHorizontalScrollBar->SetPageSize(aOut.Width() * 8 / 10); in InitScrollBars()
/trunk/main/sc/source/ui/view/
H A Dtabview4.cxx381 rScroll.SetPageSize( static_cast<long>(nSize) ); in lcl_UpdateBar()
384 rScroll.SetPageSize( 1 ); // immer moeglich ! in lcl_UpdateBar()
H A Dprevwsh.cxx304 pHorScroll->SetPageSize( aWindowSize.Width() ); in UpdateScrollBars()
335 pVerScroll->SetPageSize( aWindowSize.Height() ); in UpdateScrollBars()
/trunk/main/starmath/source/
H A Dedit.cxx584 pVScrollBar->SetPageSize(aOut.Height() * 8 / 10); in InitScrollBars()
588 pHScrollBar->SetPageSize(aOut.Width() * 8 / 10); in InitScrollBars()
/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx65 SetPageSize( nVisSize * 77 / 100 ); in DocSzChgd()
H A Dpview.cxx1841 pVScrollbar->SetPageSize( nVisPages ); in ScrollViewSzChg()
1860 pVScrollbar->SetPageSize( nVisHeight / 2 ); in ScrollViewSzChg()
1882 pHScrollbar->SetPageSize( nVisWidth / 2 ); in ScrollViewSzChg()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx755 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 Dbasidesh.cxx455 aVScrollBar.SetPageSize( 2000 ); in InitScrollBars()
457 aHScrollBar.SetPageSize( 2000 ); in InitScrollBars()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx578 pVScrollbar->SetPageSize( aOutSz.Height() * 8 / 10 ); in InitScrollBars()
582 pHScrollbar->SetPageSize( aOutSz.Width() * 8 / 10 ); in InitScrollBars()
/trunk/main/vcl/inc/vcl/
H A Dslider.hxx115 void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize() function in Slider
H A Dscrbar.hxx133 void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } in SetPageSize() function in ScrollBar
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx383 pVScrollbar->SetPageSize( aOutSz.Height() * 8 / 10 ); in InitScrollBars()
387 pHScrollbar->SetPageSize( aOutSz.Width() * 8 / 10 ); in InitScrollBars()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx1023 maHorScroller.SetPageSize(1000); in Init()
1030 maVerScroller.SetPageSize(1000); in Init()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx290 aHoriScroll.SetPageSize( aIdentifierFT.GetSizePixel().Width()); in BibGeneralPage()
291 aVertScroll.SetPageSize( in BibGeneralPage()
/trunk/main/sc/inc/
H A Ddrwlayer.hxx188 void SetPageSize( sal_uInt16 nPageNo, const Size& rSize, bool bUpdateNoteCaptionPos = true );
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx45 _rScrollBar.SetPageSize( _nNewValue ); in lcl_setScrollBar()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx337 pHScroll->SetPageSize( aOutSize.Width() / 2 ); in InitScrollBars()
338 pVScroll->SetPageSize( aOutSize.Height() / 2 ); in InitScrollBars()
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx182 maScrollBar.SetPageSize(4); in Init()

Completed in 117 milliseconds

123