Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx309 long nObjectRotation = pCustomShape->GetRotateAngle(); in Create3DObject() local
310 if ( nObjectRotation ) in Create3DObject()
312 double a = ( 36000 - nObjectRotation ) * nPi180; in Create3DObject()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4447 sal_Int32 nObjectRotation = mnFix16Angle; in ImportShape() local
4800 if( nObjectRotation ) in ImportShape()
4802 double a = nObjectRotation * nPi180; in ImportShape()
4803 … pRet->NbcRotate( aObjData.aBoundRect.Center(), nObjectRotation, sin( a ), cos( a ) ); in ImportShape()
4839 if ( nObjectRotation ) in ImportShape()
4841 double a = nObjectRotation * nPi180; in ImportShape()
4850 nObjectRotation = 0; in ImportShape()
4911 if( nObjectRotation ) in ImportShape()
4913 double a = nObjectRotation * nPi180; in ImportShape()
4914 … pRet->NbcRotate( aObjData.aBoundRect.Center(), nObjectRotation, sin( a ), cos( a ) ); in ImportShape()