LibreOffice Module vcl (master) 1
Functions
spinfld.cxx File Reference
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/decoview.hxx>
#include <vcl/toolkit/spinfld.hxx>
#include <vcl/settings.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <sal/log.hxx>
#include <spin.hxx>
#include <svdata.hxx>
Include dependency graph for spinfld.cxx:

Go to the source code of this file.

Functions

void ImplDrawSpinButton (vcl::RenderContext &rRenderContext, vcl::Window *pWindow, const tools::Rectangle &rUpperRect, const tools::Rectangle &rLowerRect, bool bUpperIn, bool bLowerIn, bool bUpperEnabled, bool bLowerEnabled, bool bHorz, bool bMirrorHorz)
 
void ImplDrawUpDownButtons (vcl::RenderContext &rRenderContext, const tools::Rectangle &rUpperRect, const tools::Rectangle &rLowerRect, bool bUpperIn, bool bLowerIn, bool bUpperEnabled, bool bLowerEnabled, bool bHorz, bool bMirrorHorz)
 
 IMPL_LINK (SpinField, ImplTimeout, Timer *, pTimer, void)
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SpinField  ,
ImplTimeout  ,
Timer ,
pTimer  ,
void   
)

Definition at line 961 of file spinfld.cxx.

References Down, MouseSettings::GetButtonStartRepeat(), and Up.

◆ ImplDrawSpinButton()

void ImplDrawSpinButton ( vcl::RenderContext rRenderContext,
vcl::Window pWindow,
const tools::Rectangle rUpperRect,
const tools::Rectangle rLowerRect,
bool  bUpperIn,
bool  bLowerIn,
bool  bUpperEnabled,
bool  bLowerEnabled,
bool  bHorz,
bool  bMirrorHorz 
)

◆ ImplDrawUpDownButtons()

void ImplDrawUpDownButtons ( vcl::RenderContext rRenderContext,
const tools::Rectangle rUpperRect,
const tools::Rectangle rLowerRect,
bool  bUpperIn,
bool  bLowerIn,
bool  bUpperEnabled,
bool  bLowerEnabled,
bool  bHorz,
bool  bMirrorHorz 
)