Home
last modified time | relevance | path

Searched refs:ImplIsLowerEnabled (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx122 if ( ImplIsLowerEnabled() ) in Down()
153 ImplCalcFocusRect( ImplIsUpperEnabled() || !ImplIsLowerEnabled() ); in Resize()
199 IsEnabled() && ImplIsLowerEnabled(), mbHorz, sal_True ); in Draw()
211 bEnable && ImplIsLowerEnabled(), mbHorz, sal_True ); in Paint()
227 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsLowerEnabled() ) ) in MouseButtonDown()
/trunk/main/vcl/inc/vcl/
H A Dspin.hxx107 SAL_DLLPRIVATE inline sal_Bool ImplIsLowerEnabled( ) const in ImplIsLowerEnabled() function in SpinButton