Home
last modified time | relevance | path

Searched refs:GetRangeMin (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dspin.hxx82 long GetRangeMin() const { return mnMinRange; } in GetRangeMin() function in SpinButton
86 Range GetRange() const { return Range( GetRangeMin(), GetRangeMax() ); } in GetRange()
H A Dslider.hxx106 long GetRangeMin() const { return mnMinRange; } in GetRangeMin() function in Slider
110 Range GetRange() const { return Range( GetRangeMin(), GetRangeMax() ); } in GetRange()
H A Dscrbar.hxx124 long GetRangeMin() const { return mnMinRange; } in GetRangeMin() function in ScrollBar
128 Range GetRange() const { return Range( GetRangeMin(), GetRangeMax() ); } in GetRange()
/trunk/main/svx/inc/svx/
H A Ducsubset.hxx49 sal_UCS4 GetRangeMin() const { return mnRangeMin;} in GetRangeMin() function in Subset
/trunk/main/vcl/source/control/
H A Dslider.cxx871 ImplDoSlide( GetRangeMin() ); in KeyInput()
1014 SetRange( Range( GetRangeMin(), nNewRange ) ); in SetRangeMax()
H A Dspinbtn.cxx404 SetRange( Range( GetRangeMin(), nNewRange ) ); in SetRangeMax()
H A Dscrbar.cxx1481 SetRange( Range( GetRangeMin(), nNewRange ) ); in SetRangeMax()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx739 if( (s->GetRangeMin() <= cChar) && (cChar <= s->GetRangeMax()) ) in GetSubsetByUnicode()
890 sal_uInt32 cMin = rSubset.GetRangeMin(); in ApplyCharMap()
/trunk/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx181 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMin ); in getMinimum()
H A Dvclxwindows.cxx3146 return pScrollBar ? pScrollBar->GetRangeMin() : 0; in getMinimum()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx332 long nRangeMin = pScrollBar->GetRangeMin(); in KeyInput()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx460 sal_UCS4 cFirst = pSubset->GetRangeMin(); in IMPL_LINK()
H A Dhangulhanjadlg.cxx1444 bRet = m_rScrollBar.GetThumbPos() > m_rScrollBar.GetRangeMin(); in ShouldScroll()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx1247 nNewThumbPos = ::std::max( nNewThumbPos, m_aVScroll.GetRangeMin() ); in PreNotify()
/trunk/main/starmath/source/
H A Ddialog.cxx1848 aCharsetDisplay.SelectCharacter( pSubset->GetRangeMin() ); in IMPL_LINK()

Completed in 95 milliseconds