Home
last modified time | relevance | path

Searched refs:nShearWink (Results 1 – 25 of 27) sorted by path

12

/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1985 if ( rGeo.nShearWink ) in GetHitIMapObject()
/trunk/main/sc/source/ui/app/
H A Dclient.cxx173 if(pDrawObj->GetGeoStat().nDrehWink || pDrawObj->GetGeoStat().nShearWink) in ObjectAreaChanged()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx1167 if ( rGeo.nShearWink ) in GetHitIMapObject()
/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx151 if(pObj->GetGeoStat().nDrehWink || pObj->GetGeoStat().nShearWink) in ObjectAreaChanged()
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx222 long nShearWink; member in GeoStat
228 GeoStat(): nDrehWink(0),nShearWink(0),nTan(0.0),nSin(0.0),nCos(1.0),bMirrored(false) {} in GeoStat()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1173 if ( aGeoStat.nShearWink ) in GetHandlePosition()
1218 if ( aGeoStat.nShearWink ) in SetHandleControllerPosition()
H A DEnhancedCustomShapeEngine.cxx306 if ( rGeoStat.nShearWink ) in REF()
308 long nShearWink = rGeoStat.nShearWink; in REF() local
312 nShearWink = -nShearWink; in REF()
315 pRenderedShape->Shear( pSdrObjCustomShape->GetSnapRect().Center(), nShearWink, nTan, sal_False); in REF()
389 if ( rGeoStat.nShearWink ) in getLineGeometry()
391 long nShearWink = rGeoStat.nShearWink; in getLineGeometry() local
395 nShearWink = -nShearWink; in getLineGeometry()
398 pObj->Shear( aRect.Center(), nShearWink, nTan, sal_False); in getLineGeometry()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx368 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcaptionobj.cxx81 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcircobj.cxx70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrobjcustomshape.cxx67 if(rGeoStat.nShearWink || rGeoStat.nDrehWink ) in getCorrectedTextBoundRect()
81 if(rGeoStat.nShearWink) in getCorrectedTextBoundRect()
83 aRotMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in getCorrectedTextBoundRect()
167 … if(rGeoStat.nShearWink || rGeoStat.nDrehWink || !basegfx::fTools::equalZero(fExtraTextRotation)) in createViewIndependentPrimitive2DSequence()
187 if(rGeoStat.nShearWink) in createViewIndependentPrimitive2DSequence()
189 aTextBoxMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in createViewIndependentPrimitive2DSequence()
231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx78 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createObjectTransform()
H A Dviewcontactofsdrpathobj.cxx118 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrrectobj.cxx70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx2114 if(aGeoStat.nShearWink) in DoImportMarkedMtf()
2133 if(aGeoStat.nShearWink) in DoImportMarkedMtf()
2135 … pCandidate->NbcShear(aLogicRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoImportMarkedMtf()
H A Dsvdoashp.cxx2042 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()
2106 nShearWink = -nShearWink; in ImpCheckCustomGluePointsAreAdded()
2115 if ( nShearWink ) in ImpCheckCustomGluePointsAreAdded()
2281 ( pObj->aGeo.nDrehWink || pObj->aGeo.nShearWink ) ) 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()
[all …]
H A Dsvdocirc.cxx266 if(aGeo.nShearWink || aGeo.nDrehWink) in ImpCalcXPolyCirc()
275 aGeo.nShearWink ? tan((36000 - aGeo.nShearWink) * F_PI18000) : 0.0, in ImpCalcXPolyCirc()
295 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNameSingul()
327 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNamePlural()
458 if (aGeo.nShearWink) in GetHdl()
514 if (aGeo.nShearWink!=0) in applySpecialDrag()
824 bNoShearRota|=(aGeo.nDrehWink==0 && aGeo.nShearWink==0); in NbcResize()
906 if (aGeo.nShearWink!=0) { in NbcMirror()
921 if (aGeo.nShearWink!=0) { in NbcMirror()
1009 if (aGeo.nShearWink!=0) { in TakeUnrotatedSnapRect()
[all …]
H A Dsvdograf.cxx1278 if(aGeoStat.nShearWink) in DoConvertToPolyObj()
1281 pGrp->NbcShear(aRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoConvertToPolyObj()
H A Dsvdopath.cxx1729 aGeo.nShearWink=0; in ImpForceLineWink()
1804 aGeo.nDrehWink = aGeo.nShearWink = 0; in ImpForceKind()
2905 if(aGeo.nShearWink || aGeo.nDrehWink) in TRGetBaseGeometry()
2909 fShearX = aGeo.nShearWink * F_PI18000; in TRGetBaseGeometry()
2914 aObjectMatrix.shearX(tan((36000 - aGeo.nShearWink) * F_PI18000)); in TRGetBaseGeometry()
3031 aGeo.nShearWink = 0; in TRSetBaseGeometry()
3090 aGeo.nShearWink = FRound(atan(fShearX) / F_PI18000); in TRSetBaseGeometry()
H A Dsvdorect.cxx137 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()
219 if (aGeo.nShearWink!=0) { in TakeUnrotatedSnapRect()
221 if (aGeo.nShearWink>0) { in TakeUnrotatedSnapRect()
243 if (aGeo.nShearWink!=0) { in TakeObjNameSingul()
269 if (aGeo.nShearWink!=0) { in TakeObjNamePlural()
294 if ((aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) && nEckRad!=0) { in RecalcSnapRect()
362 if(aGeo.nShearWink) in GetHdl()
549 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
575 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetCornerGluePoint()
H A Dsvdotext.cxx514 if (bNoShear && aGeo.nShearWink!=0) { in ImpCheckShear()
515 aGeo.nShearWink=0; in ImpCheckShear()
1273 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in TakeXorPoly()
1311 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) { in RecalcSnapRect()
1313 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in RecalcSnapRect()
1336 if (aGeo.nShearWink!=0) ShearPoint(aP,aRect.TopLeft(),aGeo.nTan); in GetSnapPoint()
1707 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry()
1784 aGeo.nShearWink = 0; in TRSetBaseGeometry()
1831 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry()
1833 Shear(Point(), aGeoStat.nShearWink, aGeoStat.nTan, sal_False); in TRSetBaseGeometry()
H A Dsvdotxdr.cxx74 if (aGeo.nShearWink!=0) ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
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()
H A Dsvdotxtr.cxx63 if (aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) { in NbcSetSnapRect()
138 return aGeo.nShearWink; in GetShearAngle()
151 FASTBOOL bNoShearMerk=aGeo.nShearWink==0; in NbcResize()
173 if (aGeo.nDrehWink==0 && aGeo.nShearWink==0) { in NbcResize()
227 if (bNoShearMerk!=(aGeo.nShearWink==0)) { // Shear ggf. korregieren wg. Rundungsfehler in NbcResize()
228 aGeo.nShearWink=0; in NbcResize()
304 FASTBOOL bNoShearMerk=aGeo.nShearWink==0; in NbcMirror()
339 if (bNoShearMerk!=(aGeo.nShearWink==0)) { // Shear ggf. korregieren wg. Rundungsfehler in NbcMirror()
340 aGeo.nShearWink=0; in NbcMirror()
H A Dsvdouno.cxx359 if (aGeo.nShearWink!=0 || aGeo.nDrehWink!=0) in NbcResize()
368 aGeo.nShearWink = 0; in NbcResize()
H A Dsvdtrans.cxx587 if (nShearWink==0) { in RecalcTan()
590 double a=nShearWink*nPi180; in RecalcTan()
605 if (rGeo.nShearWink!=0) ShearPoly(aPol,rRect.TopLeft(),rGeo.nTan); in Rect2Poly()
655 rGeo.nShearWink=nShW; in Poly2Rect()

Completed in 148 milliseconds

12