Home
last modified time | relevance | path

Searched refs:CTRL_SLIDER (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx140 if (type == CTRL_SLIDER && (part == PART_TRACK_HORZ_AREA || part == PART_TRACK_VERT_AREA) ) in IsNativeControlSupported()
533 else if (type == CTRL_SLIDER && (part == PART_TRACK_HORZ_AREA || part == PART_TRACK_VERT_AREA)) in drawNativeControl()
535 OSL_ASSERT( value.getType() == CTRL_SLIDER ); in drawNativeControl()
797 case CTRL_SLIDER: in getNativeControlRegion()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx97 #define CTRL_SLIDER 65 macro
342 : ImplControlValue( CTRL_SLIDER, BUTTONVALUE_DONTKNOW, 0 ) in SliderValue()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx309 case CTRL_SLIDER: in IsNativeControlSupported()
926 if( nType == CTRL_SLIDER ) in ImplDrawNativeControl()
948 OSL_ASSERT( aValue.getType() == CTRL_SLIDER ); in ImplDrawNativeControl()
1130 case CTRL_SLIDER: in drawNativeControl()
1352 if( nType == CTRL_SLIDER && ( (nPart == PART_THUMB_HORZ) || (nPart == PART_THUMB_VERT) ) ) in getNativeControlRegion()
/trunk/main/vcl/source/control/
H A Dslider.cxx196 if ( GetNativeControlRegion( CTRL_SLIDER, PART_THUMB_HORZ, in ImplUpdateRects()
230 if ( GetNativeControlRegion( CTRL_SLIDER, PART_THUMB_VERT, in ImplUpdateRects()
400 bool bNativeOK = DrawNativeControl( CTRL_SLIDER, nPart, in ImplDraw()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx270 case CTRL_SLIDER: in IsNativeControlSupported()
791 case CTRL_SLIDER: in drawNativeControl()
1265 case CTRL_SLIDER: in getNativeControlRegion()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx145 case CTRL_SLIDER: in lcl_transformControlValue()
H A Dsalgdilayout.cxx723 case CTRL_SLIDER: in mirror()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx579 ((nType == CTRL_SLIDER) && in IsNativeControlSupported()
873 else if( (nType == CTRL_SLIDER) ) in drawNativeControl()
1055 if( (nType == CTRL_SLIDER) && (nPart == PART_THUMB_HORZ || nPart == PART_THUMB_VERT) ) in getNativeControlRegion()
2997 OSL_ASSERT( rValue.getType() == CTRL_SLIDER ); in NWPaintGTKSlider()

Completed in 86 milliseconds