| /trunk/main/svx/source/svdraw/ |
| H A D | svdotxtr.cxx | 63 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) { in NbcSetSnapRect() 133 return aGeo.nDrehWink; in GetRotateAngle() 152 FASTBOOL bRota90Merk=bNoShearMerk && aGeo.nDrehWink % 9000 ==0; in NbcResize() 173 if (aGeo.nDrehWink==0 && aGeo.nShearWink==0) { in NbcResize() 178 aGeo.nDrehWink=18000; in NbcResize() 216 FASTBOOL bRota90=aGeo.nDrehWink % 9000 ==0; in NbcResize() 218 long a=NormAngle360(aGeo.nDrehWink); in NbcResize() 224 aGeo.nDrehWink=a; in NbcResize() 266 if (aGeo.nDrehWink==0) { in NbcRotate() 267 aGeo.nDrehWink=NormAngle360(nWink); in NbcRotate() [all …]
|
| H A D | svdorect.cxx | 135 FASTBOOL bNeed=aGeo.nDrehWink!=0 || aGeo.nShearWink!=0 || nEckRad!=0; in PaintNeedsXPoly() 159 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly() 181 rInfo.bResizeFreeAllowed=bNoTextFrame || aGeo.nDrehWink%9000==0; in TakeObjInfo() 292 if ((aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) && nEckRad!=0) { in RecalcSnapRect() 334 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 365 if(aGeo.nDrehWink) in GetHdl() 372 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 408 if(aGeo.nDrehWink) in applySpecialDrag() 446 if(aGeo.nDrehWink) in getSpecialDragComment() 548 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint() [all …]
|
| H A D | svdocirc.cxx | 169 FASTBOOL bNeed=aGeo.nDrehWink!=0 || aGeo.nShearWink!=0 || meCircleKind==OBJ_CCUT; in PaintNeedsXPolyCirc() 266 if(aGeo.nShearWink || aGeo.nDrehWink) in ImpCalcXPolyCirc() 276 aGeo.nDrehWink ? (36000 - aGeo.nDrehWink) * F_PI18000 : 0.0, in ImpCalcXPolyCirc() 463 if (aGeo.nDrehWink) in GetHdl() 473 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 511 if (aGeo.nDrehWink!=0) in applySpecialDrag() 821 long nWink0=aGeo.nDrehWink; in NbcResize() 822 FASTBOOL bNoShearRota=(aGeo.nDrehWink==0 && aGeo.nShearWink==0); in NbcResize() 824 bNoShearRota|=(aGeo.nDrehWink==0 && aGeo.nShearWink==0); in NbcResize() 857 nS0-=aGeo.nDrehWink; in NbcResize() [all …]
|
| H A D | svdotext.cxx | 523 rInfo.bResizeFreeAllowed=bNoTextFrame || aGeo.nDrehWink%9000==0; in TakeObjInfo() 745 if(aGeo.nDrehWink) in ImpSetContourPolygon() 748 aMatrix.rotate(-aGeo.nDrehWink * nPi180); in ImpSetContourPolygon() 827 if (aGeo.nDrehWink!=0) { in TakeTextAnchorRect() 996 if (aGeo.nDrehWink!=0) in TakeTextRect() 1274 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeXorPoly() 1301 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aR.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeContour() 1311 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) { in RecalcSnapRect() 1314 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in RecalcSnapRect() 1337 if (aGeo.nDrehWink!=0) RotatePoint(aP,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetSnapPoint() [all …]
|
| H A D | svdotxdr.cxx | 75 if (aGeo.nDrehWink!=0) RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl() 79 pH->SetDrehWink(aGeo.nDrehWink); in GetHdl() 101 if (aGeo.nDrehWink!=0) RotatePoint(aPos,aTmpRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in ImpDragCalcRect() 172 if(aNewRect.TopLeft() != aRect.TopLeft() && (aGeo.nDrehWink || aGeo.nShearWink)) in applySpecialDrag() 179 if(aGeo.nDrehWink) in applySpecialDrag()
|
| H A D | svdograf.cxx | 584 ( aGeo.nDrehWink && aGeo.nDrehWink != 18000 ) && ( GRAPHIC_NONE != eType ); in GetTransformedGraphic() 599 …sal_uInt16 nMirrorCase = ( aGeo.nDrehWink == 18000 ) ? ( bMirrored ? 3 : 4 ) : ( bMirrored ? … in GetTransformedGraphic() 607 aActAttr.SetRotation( sal_uInt16(aGeo.nDrehWink / 10) ); in GetTransformedGraphic() 786 rInfo.bResizeFreeAllowed = aGeo.nDrehWink % 9000 == 0 || in TakeObjInfo() 787 aGeo.nDrehWink % 18000 == 0 || in TakeObjInfo() 788 aGeo.nDrehWink % 27000 == 0; in TakeObjInfo() 1290 if(aGeoStat.nDrehWink) in DoConvertToPolyObj() 1293 … pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoConvertToPolyObj()
|
| H A D | svdoashp.cxx | 1913 …SdrTextObj::NbcRotate( aRect.TopLeft(), -aGeo.nDrehWink, // retrieving the unrotated text o… 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() 1975 long nTextObjRotation = aGeo.nDrehWink; in NbcMirror() 2005 long nTextObjRotation = aGeo.nDrehWink; in NbcShear() 2043 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint() 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() [all …]
|
| H A D | svdtrans.cxx | 563 if (nDrehWink==0) { in RecalcSinCos() 567 double a=nDrehWink*nPi180; in RecalcSinCos() 594 if (rGeo.nDrehWink!=0) RotatePoly(aPol,rRect.TopLeft(),rGeo.nSin,rGeo.nCos); in Rect2Poly() 600 rGeo.nDrehWink=GetAngle(rPol[1]-rPol[0]); in Poly2Rect() 601 rGeo.nDrehWink=NormAngle360(rGeo.nDrehWink); in Poly2Rect() 606 … if (rGeo.nDrehWink!=0) RotatePoint(aPt1,Point(0,0),-rGeo.nSin,rGeo.nCos); // -Sin für Rückdrehung in Poly2Rect() 611 … if (rGeo.nDrehWink!=0) RotatePoint(aPt3,Point(0,0),-rGeo.nSin,rGeo.nCos); // -Sin für Rückdrehung in Poly2Rect()
|
| H A D | svdouno.cxx | 359 if (aGeo.nShearWink!=0 || aGeo.nDrehWink!=0) in NbcResize() 362 if (aGeo.nDrehWink>=9000 && aGeo.nDrehWink<27000) in NbcResize() 367 aGeo.nDrehWink = 0; in NbcResize()
|
| H A D | svdhdl.cxx | 304 nDrehWink(0), in SdrHdl() 323 nDrehWink(0), in SdrHdl() 365 if(nDrehWink != n) in SetDrehWink() 367 nDrehWink = n; in SetDrehWink() 879 if (bSize && nDrehWink!=0) { in GetPointer() 893 nHdlWink+=nDrehWink+2249; // und etwas drauf (zum runden) in GetPointer() 1748 nDrehWink * -F_PI18000, in CreateB2dIAObject()
|
| H A D | svdotxed.cxx | 128 if(aGeo.nDrehWink || IsFontwork() /*|| bIsAnimated*/) in BegTextEdit() 150 if (aGeo.nDrehWink!=0) { in TakeTextEditArea()
|
| H A D | svdedtv2.cxx | 1628 if(rSourceGeo.nDrehWink) in ImpDismantleOneObject() 1631 pCustomShape->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImpDismantleOneObject() 2119 if(aGeoStat.nDrehWink) in DoImportMarkedMtf() 2138 if(aGeoStat.nDrehWink) in DoImportMarkedMtf() 2140 … pCandidate->NbcRotate(aLogicRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoImportMarkedMtf()
|
| H A D | svdopath.cxx | 1726 aGeo.nDrehWink=GetAngle(aDelt); in ImpForceLineWink() 1802 aGeo.nDrehWink = aGeo.nShearWink = 0; in ImpForceKind() 2425 if(!aGeo.nDrehWink) in TakeUnrotatedSnapRect() 2903 if(aGeo.nShearWink || aGeo.nDrehWink) in TRGetBaseGeometry() 2906 fRotate = aGeo.nDrehWink * F_PI18000; in TRGetBaseGeometry() 2913 aObjectMatrix.rotate((36000 - aGeo.nDrehWink) * F_PI18000); in TRGetBaseGeometry() 3027 aGeo.nDrehWink = 0; in TRSetBaseGeometry() 3102 aGeo.nDrehWink = NormAngle360(FRound(-fRotate / F_PI18000)); in TRSetBaseGeometry()
|
| H A D | svdomeas.cxx | 717 if (aMPol.nTextWink!=aGeo.nDrehWink) { in TakeUnrotatedSnapRect() 718 ((SdrMeasureObj*)this)->aGeo.nDrehWink=aMPol.nTextWink; in TakeUnrotatedSnapRect() 727 if (aMPol.nTextWink!=aGeo.nDrehWink) { in TakeUnrotatedSnapRect() 728 ((SdrMeasureObj*)this)->aGeo.nDrehWink=aMPol.nTextWink; in TakeUnrotatedSnapRect()
|
| /trunk/main/svx/source/sdr/contact/ |
| H A D | viewcontactofsdrobjcustomshape.cxx | 67 if(rGeoStat.nShearWink || rGeoStat.nDrehWink ) in getCorrectedTextBoundRect() 86 if(rGeoStat.nDrehWink) in getCorrectedTextBoundRect() 88 aRotMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in getCorrectedTextBoundRect() 167 … if(rGeoStat.nShearWink || rGeoStat.nDrehWink || !basegfx::fTools::equalZero(fExtraTextRotation)) in createViewIndependentPrimitive2DSequence() 192 if(rGeoStat.nDrehWink) in createViewIndependentPrimitive2DSequence() 194 aTextBoxMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in createViewIndependentPrimitive2DSequence() 232 … const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
|
| H A D | viewcontactofgraphic.cxx | 339 const sal_Int32 nDrehWink(rGeoStat.nDrehWink); in createViewIndependentPrimitive2DSequence() local 340 const bool bRota180(18000 == nDrehWink); in createViewIndependentPrimitive2DSequence() 365 const double fRotate(nDrehWink ? (36000 - nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
|
| H A D | viewcontactofsdrrectobj.cxx | 71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
|
| H A D | viewcontactofsdrcircobj.cxx | 71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
|
| H A D | viewcontactofsdrole2obj.cxx | 79 … const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createObjectTransform()
|
| H A D | viewcontactofsdrpathobj.cxx | 119 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
|
| H A D | viewcontactofsdrcaptionobj.cxx | 82 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeEngine.cxx | 195 if ( rSourceGeo.nDrehWink ) in ImplForceGroupWithText() 198 pCustoObj->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImplForceGroupWithText()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdtrans.hxx | 217 long nDrehWink; member in GeoStat 224 GeoStat(): nDrehWink(0),nShearWink(0),nTan(0.0),nSin(0.0),nCos(1.0),bMirrored(false) {} in GeoStat()
|
| /trunk/main/svx/source/table/ |
| H A D | viewcontactoftableobj.cxx | 707 … const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/svx/source/tbxctrls/ |
| H A D | grafctrl.cxx | 1048 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) in ExecuteGrafAttr() 1060 if (aGeo.nDrehWink!=0) in ExecuteGrafAttr()
|