Lines Matching refs:nShearWink
2042 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
2085 long nShearWink = aGeo.nShearWink; in ImpCheckCustomGluePointsAreAdded() local
2088 if ( aGeo.nDrehWink || nShearWink || bMirroredX || bMirroredY ) in ImpCheckCustomGluePointsAreAdded()
2091 if( nShearWink ) in ImpCheckCustomGluePointsAreAdded()
2104 if (nShearWink&&((bMirroredX&&!bMirroredY)||(bMirroredY&&!bMirroredX))) in ImpCheckCustomGluePointsAreAdded()
2106 nShearWink = -nShearWink; in ImpCheckCustomGluePointsAreAdded()
2115 if ( nShearWink ) in ImpCheckCustomGluePointsAreAdded()
2281 ( pObj->aGeo.nDrehWink || pObj->aGeo.nShearWink ) ) in DragResizeCustomShape()
2284 if ( pObj->aGeo.nShearWink ) ShearPoint( aNewPos, aOld.TopLeft(), aGeoStat.nTan ); in DragResizeCustomShape()
3307 aGeo.nShearWink = 0; in TRSetBaseGeometry()
3357 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry()
3359 Shear(Point(), aGeoStat.nShearWink, aGeoStat.nTan, sal_False); in TRSetBaseGeometry()
3388 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry()