Searched refs:SliderValue (Results 1 – 8 of 8) sorted by relevance
67 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()
725 SliderValue* pSlVal = static_cast<SliderValue*>(const_cast<ImplControlValue*>(&rVal)); in mirror()
332 class VCL_DLLPUBLIC SliderValue : public ImplControlValue class341 SliderValue() in SliderValue() function in SliderValue345 virtual ~SliderValue();
536 const SliderValue* slVal = static_cast<const SliderValue *>(&value); in drawNativeControl()
793 SliderValue* pSLVal = (SliderValue*)&aValue; in drawNativeControl()
949 const SliderValue* pVal = static_cast<const SliderValue*>(&aValue); in ImplDrawNativeControl()
386 SliderValue sldValue; in ImplDraw()
3004 const SliderValue* pVal = static_cast<const SliderValue*>(&rValue); in NWPaintGTKSlider()