Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds