Home
last modified time | relevance | path

Searched refs:CTRL_SPINBUTTONS (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/control/
H A Dspinfld.cxx136 if( pWin->IsNativeControlSupported(CTRL_SPINBUTTONS, PART_ENTIRE_CONTROL) ) in ImplDrawNativeSpinbuttons()
139 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBUTTONS, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_E… in ImplDrawNativeSpinbuttons()
200 ControlType aControl = CTRL_SPINBUTTONS; in ImplDrawSpinButton()
216 aControl = CTRL_SPINBUTTONS; in ImplDrawSpinButton()
227 else if( aControl == CTRL_SPINBUTTONS ) in ImplDrawSpinButton()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx237 if (type == CTRL_SPINBUTTONS) in drawNativeControl()
246 type = CTRL_SPINBUTTONS; in drawNativeControl()
247 if( type == CTRL_SPINBUTTONS ) in drawNativeControl()
249 OSL_ASSERT( value.getType() != CTRL_SPINBUTTONS ); in drawNativeControl()
460 if( value.getType() == CTRL_SPINBUTTONS ) in drawNativeControl()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx251 case CTRL_SPINBUTTONS: in IsNativeControlSupported()
569 if( nType == CTRL_SPINBUTTONS && nPart == PART_ALL_BUTTONS ) in ImplDrawNativeControl()
571 if( aValue.getType() == CTRL_SPINBUTTONS ) in ImplDrawNativeControl()
573 …const SpinbuttonValue* pValue = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spinbut… in ImplDrawNativeControl()
596 if( aValue.getType() == CTRL_SPINBUTTONS ) in ImplDrawNativeControl()
1087 case CTRL_SPINBUTTONS: in drawNativeControl()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx79 #define CTRL_SPINBUTTONS 45 macro
397 : ImplControlValue( CTRL_SPINBUTTONS, BUTTONVALUE_DONTKNOW, 0 ) in SpinbuttonValue()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx163 case CTRL_SPINBUTTONS: in lcl_transformControlValue()
H A Dsalgdilayout.cxx738 case CTRL_SPINBUTTONS: in mirror()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx294 case CTRL_SPINBUTTONS: in IsNativeControlSupported()
1092 …const SpinbuttonValue* pSpinButtonVal = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const… in drawNativeControl()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx539 ((nType==CTRL_SPINBUTTONS) && in IsNativeControlSupported()
815 else if ( ((nType==CTRL_SPINBOX) || (nType==CTRL_SPINBUTTONS)) in drawNativeControl()
1928 …const SpinbuttonValue * pSpinVal = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spin… in NWPaintGTKSpinBox()
1952 if ( nType == CTRL_SPINBUTTONS ) in NWPaintGTKSpinBox()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx517 …const SpinbuttonValue* pValue = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spinbut… in drawStyledWidget()

Completed in 71 milliseconds