Searched refs:aMtrValue (Results 1 – 1 of 1) sorted by relevance
278 sal_Int16 aMtrValue = (sal_Int16)maMtrTrgrAngle.GetValue(); in ExecuteValueModify() local279 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 6 milliseconds