Lines Matching refs:aGeo

1913 	SdrTextObj::NbcRotate( aRect.TopLeft(), -aGeo.nDrehWink,		// retrieving the unrotated text object  in NbcRotate()
1914 sin( (-aGeo.nDrehWink) * F_PI18000 ), in NbcRotate()
1915 cos( (-aGeo.nDrehWink) * F_PI18000 ) ); in NbcRotate()
1916 aGeo.nDrehWink = 0; // resetting aGeo data in NbcRotate()
1917 aGeo.RecalcSinCos(); in NbcRotate()
1975 long nTextObjRotation = aGeo.nDrehWink; in NbcMirror()
2005 long nTextObjRotation = aGeo.nDrehWink; in NbcShear()
2042 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
2043 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint()
2085 long nShearWink = aGeo.nShearWink; in ImpCheckCustomGluePointsAreAdded()
2086 double fTan = aGeo.nTan; in ImpCheckCustomGluePointsAreAdded()
2088 if ( aGeo.nDrehWink || nShearWink || bMirroredX || bMirroredY ) in ImpCheckCustomGluePointsAreAdded()
2097 if ( aGeo.nDrehWink ) in ImpCheckCustomGluePointsAreAdded()
2098 aPoly.Rotate( aRect.Center(), aGeo.nDrehWink / 10 ); in ImpCheckCustomGluePointsAreAdded()
2281 ( pObj->aGeo.nDrehWink || pObj->aGeo.nShearWink ) ) in DragResizeCustomShape()
2284 if ( pObj->aGeo.nShearWink ) ShearPoint( aNewPos, aOld.TopLeft(), aGeoStat.nTan ); in DragResizeCustomShape()
2285 if ( pObj->aGeo.nDrehWink ) RotatePoint(aNewPos, aOld.TopLeft(), aGeoStat.nSin, aGeoStat.nCos ); in DragResizeCustomShape()
2739 if ( aGeo.nDrehWink ) in AdjustTextFrameWidthAndHeight()
2744 RotatePoint(aD2,Point(),aGeo.nSin,aGeo.nCos); in AdjustTextFrameWidthAndHeight()
2863 if ( aGeo.nDrehWink ) in TakeTextEditArea()
2868 RotatePoint(aCenter,Point(),aGeo.nSin,aGeo.nCos); in TakeTextEditArea()
2968 if ( aGeo.nDrehWink ) in TakeTextAnchorRect()
2971 RotatePoint( aP, aRotateRef, aGeo.nSin, aGeo. nCos ); in TakeTextAnchorRect()
3100 if (aGeo.nDrehWink!=0) in TakeTextRect()
3101 RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeTextRect()
3305 aGeo.nDrehWink = 0; in TRSetBaseGeometry()
3306 aGeo.RecalcSinCos(); in TRSetBaseGeometry()
3307 aGeo.nShearWink = 0; in TRSetBaseGeometry()
3308 aGeo.RecalcTan(); in TRSetBaseGeometry()
3388 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry()
3398 GeoStat aNewGeo( aGeo ); in TRGetBaseGeometry()