Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx278 sal_Int16 aMtrValue = (sal_Int16)maMtrTrgrAngle.GetValue(); in ExecuteValueModify() local
279 while(aMtrValue<0) in ExecuteValueModify()
280 aMtrValue += 360; in ExecuteValueModify()
281 sal_uInt16 nVal = aMtrValue/360; in ExecuteValueModify()
282 nVal = aMtrValue - nVal*360; in ExecuteValueModify()

Completed in 11 milliseconds