Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Doutdevnative.cxx67 SliderValue::~SliderValue() in ~SliderValue()
147 const SliderValue* pSlVal = static_cast<const SliderValue*>(&rVal); in lcl_transformControlValue()
148 SliderValue* pNew = new SliderValue( *pSlVal ); in lcl_transformControlValue()
H A Dsalgdilayout.cxx725 SliderValue* pSlVal = static_cast<SliderValue*>(const_cast<ImplControlValue*>(&rVal)); in mirror()
/AOO42X/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx332 class VCL_DLLPUBLIC SliderValue : public ImplControlValue class
341 SliderValue() in SliderValue() function in SliderValue
345 virtual ~SliderValue();
/AOO42X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx536 const SliderValue* slVal = static_cast<const SliderValue *>(&value); in drawNativeControl()
/AOO42X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx793 SliderValue* pSLVal = (SliderValue*)&aValue; in drawNativeControl()
/AOO42X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx949 const SliderValue* pVal = static_cast<const SliderValue*>(&aValue); in ImplDrawNativeControl()
/AOO42X/main/vcl/source/control/
H A Dslider.cxx386 SliderValue sldValue; in ImplDraw()
/AOO42X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3004 const SliderValue* pVal = static_cast<const SliderValue*>(&rValue); in NWPaintGTKSlider()