Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dspinbtn.cxx124 if ( ImplIsLowerEnabled() ) in Down()
155 ImplCalcFocusRect( ImplIsUpperEnabled() || !ImplIsLowerEnabled() ); in Resize()
201 IsEnabled() && ImplIsLowerEnabled(), mbHorz, sal_True ); in Draw()
213 bEnable && ImplIsLowerEnabled(), mbHorz, sal_True ); in Paint()
229 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsLowerEnabled() ) ) in MouseButtonDown()
/AOO41X/main/vcl/inc/vcl/
H A Dspin.hxx107 SAL_DLLPRIVATE inline sal_Bool ImplIsLowerEnabled( ) const in ImplIsLowerEnabled() function in SpinButton