Searched refs:nRotationY (Results 1 – 3 of 3) sorted by relevance
219 sal_Int32 nRotationY = 0; in convertFromModel() local241 nRotationY = mrModel.monRotationY.get( 20 ); in convertFromModel()253 nRotationY %= 360; in convertFromModel()254 if( nRotationY > 180 ) nRotationY -= 360; in convertFromModel()264 aPropSet.setProperty( PROP_RotationVertical, nRotationY ); in convertFromModel()
2359 sal_Int32 nRotationY = 0; in Convert() local2369 nRotationY = maData.mnRotation % 360; in Convert()2370 if( nRotationY > 180 ) nRotationY -= 360; in Convert()2388 nRotationY = 0; in Convert()2405 rPropSet.SetProperty( EXC_CHPROP_ROTATIONVERTICAL, nRotationY ); in Convert()
2233 sal_Int32 nRotationY = 0; in Convert() local2234 rPropSet.GetProperty( nRotationY, EXC_CHPROP_ROTATIONVERTICAL ); in Convert()2243 if( nRotationY < 0 ) nRotationY += 360; in Convert()2244 maData.mnRotation = static_cast< sal_uInt16 >( nRotationY ); in Convert()
Completed in 57 milliseconds