Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/unodraw/
H A Dunoshape.cxx2539 sal_Int32 nShear = 0; in setPropertyValueImpl() local
2540 if( rValue >>= nShear ) in setPropertyValueImpl()
2542 nShear -= mpObj->GetShearAngle(); in setPropertyValueImpl()
2543 if(nShear != 0 ) in setPropertyValueImpl()
2546 double nTan=tan(nShear*nPi180); in setPropertyValueImpl()
2547 mpObj->Shear(aRef1,nShear,nTan,sal_False); in setPropertyValueImpl()

Completed in 34 milliseconds