Home
last modified time | relevance | path

Searched refs:SetRangeMax (Results 1 – 24 of 24) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx109 mpHorScrollBar->SetRangeMax( SAL_MAX( maChildRequisition.Width - rArea.Width, 0 ) ); in allocateArea()
111 mpVerScrollBar->SetRangeMax( SAL_MAX( maChildRequisition.Height - rArea.Height, 0 ) ); in allocateArea()
H A Dvclxspinbutton.cxx175 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMax, maxValue ); in setMaximum()
H A Dvclxwindows.cxx3102 pScrollBar->SetRangeMax( nMax ); in setValues()
3121 pScrollBar->SetRangeMax( n ); in setMaximum()
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx177 mpVScrollBar->SetRangeMax( maMinSize.Height() ); in ImplInitScrollBars()
184 mpHScrollBar->SetRangeMax( maMinSize.Width() ); in ImplInitScrollBars()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx114 m_aHScroll.SetRangeMax( nWidth ); in setTotalSize()
115 m_aVScroll.SetRangeMax( m_aTotalPixelSize.Height() ); in setTotalSize()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx408 m_pVertScroll->SetRangeMax(nActive - nLastVisible); in CheckScrollBars()
416 m_pVertScroll->SetRangeMax(0); in CheckScrollBars()
423 m_pHorzScroll->SetRangeMax((lMaxXPosition - lMaxXAvailable + HSCROLL_STEP - 1 )/HSCROLL_STEP); in CheckScrollBars()
431 m_pHorzScroll->SetRangeMax(0); in CheckScrollBars()
/trunk/main/vcl/inc/vcl/
H A Dspin.hxx83 void SetRangeMax( long nNewRange );
H A Dslider.hxx107 void SetRangeMax( long nNewRange );
H A Dscrbar.hxx125 void SetRangeMax( long nNewRange );
/trunk/main/cui/source/options/
H A Doptcolor.cxx1147 aVScroll.SetRangeMax(aScrollWindow.aCheckBoxes.size() + aScrollWindow.aChapters.size() ); in ColorConfigCtrl_Impl()
1149 aVScroll.SetRangeMax( aVScroll.GetRangeMax() - 3 ); in ColorConfigCtrl_Impl()
1169 aVScroll.SetRangeMax( aVScroll.GetRangeMax() - nInvisibleLines ); in ColorConfigCtrl_Impl()
/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx497 rVerticalScrollBar.SetRangeMax(nContentHeight-1); in SetupVerticalScrollBar()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx402 void SpinButton::SetRangeMax( long nNewRange ) in SetRangeMax() function in SpinButton
H A Dilstbox.cxx2410 mpVScrollBar->SetRangeMax( GetEntryList()->GetEntryCount() ); in IMPL_LINK()
2526 mpVScrollBar->SetRangeMax( nEntries ); in ImplInitScrollBars()
2533 mpHScrollBar->SetRangeMax( GetMaxEntryWidth() + HORZ_SCROLL ); in ImplInitScrollBars()
H A Dslider.cxx1012 void Slider::SetRangeMax( long nNewRange ) in SetRangeMax() function in Slider
H A Dscrbar.cxx1479 void ScrollBar::SetRangeMax( long nNewRange ) in SetRangeMax() function in ScrollBar
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx594 m_aCondScroll.SetRangeMax( nMax ); in impl_updateScrollBarRange()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2355 m_aVertScroll.SetRangeMax( nVisibleEntries ); in CustomPropertiesControl()
2388 m_aVertScroll.SetRangeMax( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in IMPL_LINK()
2397 m_aVertScroll.SetRangeMax( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in AddLine()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx202 …GetHScrollBar()->SetRangeMax(m_pTableView->GetScrollOffset().X() + aTotalOutputSize.Width() + GetH… in Resize()
206 …GetVScrollBar()->SetRangeMax(m_pTableView->GetScrollOffset().Y() + aTotalOutputSize.Height() + Get… in Resize()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx892 maSbCompression.SetRangeMax( 100 ); in createFilterOptions()
931 maSbCompression.SetRangeMax( 9 ); in createFilterOptions()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx502 aVscrollSB.SetRangeMax( nLastRow ); in SetFont()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx828 m_pScrollBar->SetRangeMax( nTotalHeight ); in SetupScrollBar()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1855 pVScrollbar->SetRangeMax(rPreviewSize.Height()) ; in ScrollViewSzChg()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1850 m_aScrollSB.SetRangeMax( MAXNUM_SUGGESTIONS ); in HangulHanjaEditDictDialog()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx668 mpScrBar->SetRangeMax( mnLines ); in Format()

Completed in 180 milliseconds