Home
last modified time | relevance | path

Searched refs:pSpVal (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx740 … SpinbuttonValue* pSpVal = static_cast<SpinbuttonValue*>(const_cast<ImplControlValue*>(&rVal)); in mirror() local
741 mirror(pSpVal->maUpperRect,pOutDev,bBack); in mirror()
742 mirror(pSpVal->maLowerRect,pOutDev,bBack); in mirror()
H A Doutdevnative.cxx165 const SpinbuttonValue* pSpVal = static_cast<const SpinbuttonValue*>(&rVal); in lcl_transformControlValue() local
166 SpinbuttonValue* pNew = new SpinbuttonValue( *pSpVal ); in lcl_transformControlValue()
168 pNew->maUpperRect = rDev.ImplLogicToDevicePixel( pSpVal->maUpperRect ); in lcl_transformControlValue()
169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()

Completed in 23 milliseconds