/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxtr.cxx | 63 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) { in NbcSetSnapRect() 173 if (aGeo.nDrehWink==0 && aGeo.nShearWink==0) { in NbcResize() 224 aGeo.nDrehWink=a; in NbcResize() 228 aGeo.nShearWink=0; in NbcResize() 229 aGeo.RecalcTan(); in NbcResize() 268 aGeo.nSin=sn; in NbcRotate() 269 aGeo.nCos=cs; in NbcRotate() 271 aGeo.nDrehWink=NormAngle360(aGeo.nDrehWink+nWink); in NbcRotate() 335 aGeo.nDrehWink=a; in NbcMirror() 340 aGeo.nShearWink=0; in NbcMirror() [all …]
|
H A D | svdorect.cxx | 137 FASTBOOL bNeed=aGeo.nDrehWink!=0 || aGeo.nShearWink!=0 || nEckRad!=0; in PaintNeedsXPoly() 160 if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan); in ImpCalcXPoly() 161 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly() 225 RotatePoint(aTmpPt,aRef,aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect() 294 if ((aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) && nEckRad!=0) { in RecalcSnapRect() 369 RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl() 411 RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in applySpecialDrag() 449 RotatePoint(aPt, aRect.TopLeft(), -aGeo.nSin, aGeo.nCos); in getSpecialDragComment() 549 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint() 550 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint() [all …]
|
H A D | svdocirc.cxx | 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() 465 RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl() 512 RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in applySpecialDrag() 822 FASTBOOL bNoShearRota=(aGeo.nDrehWink==0 && aGeo.nShearWink==0); in NbcResize() 824 bNoShearRota|=(aGeo.nDrehWink==0 && aGeo.nShearWink==0); in NbcResize() 903 RotatePoint(aTmpPt1,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror() 904 RotatePoint(aTmpPt2,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror() 1004 RotatePoint(aDst,Point(),aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect() [all …]
|
H A D | svdotext.cxx | 516 aGeo.nTan=0; in ImpCheckShear() 829 RotatePoint(aTmpPt,aRotateRef,aGeo.nSin,aGeo.nCos); in TakeTextAnchorRect() 997 RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeTextRect() 1236 aGeo =pTextObj->aGeo; in operator =() 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() 1574 rTGeo.aGeo =aGeo; in SaveGeoData() [all …]
|
H A D | svdotxdr.cxx | 74 if (aGeo.nShearWink!=0) ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl() 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() 103 if (aGeo.nShearWink!=0) ShearPoint(aPos,aTmpRect.TopLeft(),-aGeo.nTan); in ImpDragCalcRect() 172 if(aNewRect.TopLeft() != aRect.TopLeft() && (aGeo.nDrehWink || aGeo.nShearWink)) in applySpecialDrag() 176 if(aGeo.nShearWink) in applySpecialDrag() 177 ShearPoint(aNewPos,aRect.TopLeft(),aGeo.nTan); in applySpecialDrag() 179 if(aGeo.nDrehWink) in applySpecialDrag() 180 RotatePoint(aNewPos,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in applySpecialDrag()
|
H A D | svdoashp.cxx | 1917 aGeo.RecalcSinCos(); in NbcRotate() 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() 2281 ( pObj->aGeo.nDrehWink || pObj->aGeo.nShearWink ) ) in DragResizeCustomShape() 2744 RotatePoint(aD2,Point(),aGeo.nSin,aGeo.nCos); in AdjustTextFrameWidthAndHeight() 2868 RotatePoint(aCenter,Point(),aGeo.nSin,aGeo.nCos); in TakeTextEditArea() 2971 RotatePoint( aP, aRotateRef, aGeo.nSin, aGeo. nCos ); in TakeTextAnchorRect() 3101 RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeTextRect() 3305 aGeo.nDrehWink = 0; in TRSetBaseGeometry() 3306 aGeo.RecalcSinCos(); in TRSetBaseGeometry() [all …]
|
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() 368 aGeo.nShearWink = 0; in NbcResize() 369 aGeo.nSin = 0.0; in NbcResize() 370 aGeo.nCos = 1.0; in NbcResize() 371 aGeo.nTan = 0.0; in NbcResize()
|
H A D | svdopath.cxx | 1729 aGeo.nShearWink=0; in ImpForceLineWink() 1731 aGeo.RecalcTan(); in ImpForceLineWink() 1804 aGeo.nDrehWink = aGeo.nShearWink = 0; in ImpForceKind() 1805 aGeo.RecalcSinCos(); aGeo.RecalcTan(); in ImpForceKind() 2427 if(!aGeo.nDrehWink) in TakeUnrotatedSnapRect() 2434 RotateXPoly(aXPP,Point(),-aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect() 2437 RotatePoint(aTmp,Point(),aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect() 2905 if(aGeo.nShearWink || aGeo.nDrehWink) in TRGetBaseGeometry() 3029 aGeo.nDrehWink = 0; in TRSetBaseGeometry() 3032 aGeo.RecalcTan(); in TRSetBaseGeometry() [all …]
|
H A D | svdotxed.cxx | 128 if(aGeo.nDrehWink || IsFontwork() /*|| bIsAnimated*/) in BegTextEdit() 150 if (aGeo.nDrehWink!=0) { in TakeTextEditArea() 154 RotatePoint(aCenter,Point(),aGeo.nSin,aGeo.nCos); in TakeTextEditArea()
|
H A D | svdograf.cxx | 579 ( aGeo.nDrehWink && aGeo.nDrehWink != 18000 ) && ( GRAPHIC_NONE != eType ); in GetTransformedGraphic() 594 …sal_uInt16 nMirrorCase = ( aGeo.nDrehWink == 18000 ) ? ( bMirrored ? 3 : 4 ) : ( bMirrored ? 2 : … in GetTransformedGraphic() 602 aActAttr.SetRotation( sal_uInt16(aGeo.nDrehWink / 10) ); in GetTransformedGraphic() 781 rInfo.bResizeFreeAllowed = aGeo.nDrehWink % 9000 == 0 || in TakeObjInfo() 782 aGeo.nDrehWink % 18000 == 0 || in TakeObjInfo() 783 aGeo.nDrehWink % 27000 == 0; in TakeObjInfo()
|
H A D | svdotxat.cxx | 194 if (aGeo.nDrehWink!=0) { in AdjustTextFrameWidthAndHeight() 198 RotatePoint(aD2,Point(),aGeo.nSin,aGeo.nCos); in AdjustTextFrameWidthAndHeight()
|
H A D | svdomeas.cxx | 717 if (aMPol.nTextWink!=aGeo.nDrehWink) { in TakeUnrotatedSnapRect() 718 ((SdrMeasureObj*)this)->aGeo.nDrehWink=aMPol.nTextWink; in TakeUnrotatedSnapRect() 719 ((SdrMeasureObj*)this)->aGeo.RecalcSinCos(); in TakeUnrotatedSnapRect() 727 if (aMPol.nTextWink!=aGeo.nDrehWink) { in TakeUnrotatedSnapRect() 728 ((SdrMeasureObj*)this)->aGeo.nDrehWink=aMPol.nTextWink; in TakeUnrotatedSnapRect() 729 ((SdrMeasureObj*)this)->aGeo.RecalcSinCos(); in TakeUnrotatedSnapRect()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 1048 const GeoStat& aGeo = pObj->GetGeoStat(); in ExecuteGrafAttr() local 1050 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) in ExecuteGrafAttr() 1055 if (aGeo.nShearWink!=0) in ExecuteGrafAttr() 1059 aGeo.nTan); in ExecuteGrafAttr() 1060 ShearPoint(aOffset, Point(0,0), aGeo.nTan); in ExecuteGrafAttr() 1062 if (aGeo.nDrehWink!=0) in ExecuteGrafAttr() 1066 aGeo.nSin,aGeo.nCos); in ExecuteGrafAttr() 1067 RotatePoint(aOffset, Point(0,0), aGeo.nSin,aGeo.nCos); in ExecuteGrafAttr()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdotext.hxx | 89 GeoStat aGeo; member in SdrTextObjGeoData 182 GeoStat aGeo; member in SdrTextObj 384 const GeoStat& GetGeoStat() const { return aGeo; } in GetGeoStat()
|
/aoo41x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1429 GdkGeometry aGeo; in setMinMaxSize() local 1435 aGeo.min_width = m_aMinSize.Width()+CONTAINER_ADJUSTMENT; in setMinMaxSize() 1436 aGeo.min_height = m_aMinSize.Height()+CONTAINER_ADJUSTMENT; in setMinMaxSize() 1441 aGeo.max_width = m_aMaxSize.Width()+CONTAINER_ADJUSTMENT; in setMinMaxSize() 1448 aGeo.min_width = maGeometry.nWidth; in setMinMaxSize() 1449 aGeo.min_height = maGeometry.nHeight; in setMinMaxSize() 1453 aGeo.max_width = maGeometry.nWidth; in setMinMaxSize() 1454 aGeo.max_height = maGeometry.nHeight; in setMinMaxSize() 1460 aGeo.max_width = m_aMaxSize.Width(); in setMinMaxSize() 1461 aGeo.max_height = m_aMaxSize.Height(); in setMinMaxSize() [all …]
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 154 sal_uInt16 nMirrorCase = (pGeo->aGeo.nDrehWink == 18000 ? in WriteGraphEntry()
|
/aoo41x/main/svx/source/table/ |
H A D | svdotable.cxx | 1963 aGeo = pTableObj->aGeo; in operator =()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 2013 GeoStat aNewGeo( aCustomShapeGeoData.aGeo ); in getPosition()
|