Home
last modified time | relevance | path

Searched refs:aCenter (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1343 WritePoint(aCenter); in METFullArc()
1359 WritePoint(aCenter); in METPartialArcAtCurPos()
1582 Point aCenter; in WriteOrders() local
1595 METFullArc(aCenter,0.5); in WriteOrders()
1603 METFullArc( aCenter,0.5 ); in WriteOrders()
1611 Point aStartPos,aCenter; in WriteOrders() local
1648 Point aCenter; in WriteOrders() local
1674 METMove(aCenter); in WriteOrders()
1676 METLineAtCurPos(aCenter); in WriteOrders()
1686 METMove(aCenter); in WriteOrders()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx360 FloatPoint aCenter, aRadius; in ImplDoClass4() local
361 ImplGetPoint( aCenter, sal_True ); in ImplDoClass4()
512 FloatPoint aCenter, aRadius; in ImplDoClass4() local
517 ImplGetPoint( aCenter, sal_True ); in ImplDoClass4()
546 Point( (long)( aCenter.X - aRadius.X ), long( aCenter.Y - aRadius.X ) ), in ImplDoClass4()
566 FloatPoint aCenter, aRadius; in ImplDoClass4() local
571 ImplGetPoint( aCenter, sal_True ); in ImplDoClass4()
611 FloatPoint aCenter, aRadius; in ImplDoClass4() local
616 ImplGetEllipse( aCenter, aRadius, fOrientation ) ; in ImplDoClass4()
627 FloatPoint aCenter, aRadius; in ImplDoClass4() local
[all …]
/trunk/main/basegfx/test/
H A Dboxclipper.cxx93 B2DRange aCenter(100, 100, -100, -100); in SetUp() local
109 aDisjunctRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
112 aEqualRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
113 aEqualRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
115 aIntersectionN.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
118 aIntersectionE.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
121 aIntersectionS.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
124 aIntersectionW.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
127 aIntersectionNE.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
130 aIntersectionSE.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
[all …]
H A Dclipstate.cxx63 B2DRange aCenter(100, 100, -100, -100); in SetUp() local
69 aUnion1.unionRange(aCenter); in SetUp()
76 aUnion2.unionRange(aCenter); in SetUp()
82 aIntersect.intersectRange(aCenter); in SetUp()
89 aXor.xorRange(aCenter); in SetUp()
95 aSubtract.intersectRange(aCenter); in SetUp()
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx133 Point aCenter = aPixRect.Center(); in ImpDrawArrow() local
151 aTempRect.Left() = aCenter.X() - aSize4.Width(); in ImpDrawArrow()
152 aTempRect.Right() = aCenter.X() + aSize4.Width(); in ImpDrawArrow()
153 aTempRect.Top() = aCenter.Y() - aSize3.Height(); in ImpDrawArrow()
154 aTempRect.Bottom() = aCenter.Y() - 1; in ImpDrawArrow()
158 Point aPos1( aCenter.X()-aSize3.Width(), aCenter.Y() ); in ImpDrawArrow()
159 Point aPos2( aCenter.X()+aSize3.Width(), aCenter.Y() ); in ImpDrawArrow()
167 pOut->DrawLine( Point( aCenter.X() - aSize3.Width(), aPos1.Y()+1 ), in ImpDrawArrow()
168 Point( aCenter.X() + aSize3.Width(), aPos1.Y()+1 ) ); in ImpDrawArrow()
/trunk/main/drawinglayer/source/primitive2d/
H A Dwallpaperprimitive2d.cxx103 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition() local
104 aTargetTopLeft.setX(aCenter.getX() - (aLogicSize.getX() * 0.5)); in create2DDecomposition()
114 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition() local
115 aTargetTopLeft.setY(aCenter.getY() - (aLogicSize.getY() * 0.5)); in create2DDecomposition()
120 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition() local
121 aTargetTopLeft = aCenter - (aLogicSize * 0.5); in create2DDecomposition()
126 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition() local
128 aTargetTopLeft.setY(aCenter.getY() - (aLogicSize.getY() * 0.5)); in create2DDecomposition()
138 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition() local
139 aTargetTopLeft.setX(aCenter.getX() - (aLogicSize.getX() * 0.5)); in create2DDecomposition()
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx56 const basegfx::B2DPoint aCenter(aRange.getCenter()); in GradToVec() local
63 aStartPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMinY()); in GradToVec()
64 aEndPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMaximum().getY()); in GradToVec()
77 …const basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAng… in GradToVec()
86 aStartPos = aCenter; in GradToVec()
87 aEndPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMaximum().getY()); in GradToVec()
145 aStartPos = basegfx::B2DPoint(aRange.getMinX(), aCenter.getY()); in GradToVec()
206 const basegfx::B2DPoint aCenter(aRange.getCenter()); in VecToGrad() local
220 aFullVec = aEndPos - aCenter; in VecToGrad()
285 basegfx::B2DVector aFullVec(aEndPos - aCenter); in VecToGrad()
[all …]
H A Dsvdocirc.cxx93 aRetval+=aCenter; in GetWinkPnt()
230 aCenter.getX(), aCenter.getY())); in ImpCalcXPolyCirc()
364 Point aCenter; member
629 aCenter=aR.Center(); in SetCreateParams()
657 } else aP1=aCenter; in SetCreateParams()
676 } else aP2=aCenter; in SetCreateParams()
785 aNew.append(basegfx::B2DPoint(pU->aCenter.X(), pU->aCenter.Y())); in TakeCreatePoly()
895 aTmpPt1+=aCenter; in NbcMirror()
901 aTmpPt2+=aCenter; in NbcMirror()
926 aTmpPt1-=aCenter; in NbcMirror()
[all …]
H A Dsvdotxed.cxx151 Point aCenter(aViewInit.Center()); in TakeTextEditArea() local
152 aCenter-=aViewInit.TopLeft(); in TakeTextEditArea()
153 Point aCenter0(aCenter); in TakeTextEditArea()
154 RotatePoint(aCenter,Point(),aGeo.nSin,aGeo.nCos); in TakeTextEditArea()
155 aCenter-=aCenter0; in TakeTextEditArea()
156 aViewInit.Move(aCenter.X(),aCenter.Y()); in TakeTextEditArea()
H A Dsvddrgmt.cxx3005 aCenter=aMarkCenter; in BeginSdrDrag()
3031 Point aC(aCenter); in _MovAllPoints()
3138 Point aC(aCenter); in _MovCrookPoint()
3369 aCenter=aNeuCenter; in MoveSdrDrag()
3394 rTarget.Resize(aCenter,aFact1,aFact); in applyCurrentTransformationToSdrObject()
3398 rTarget.Resize(aCenter,aFact,aFact1); in applyCurrentTransformationToSdrObject()
3408 ResizePoint(aCtr1,aCenter,aFact1,aFact); in applyCurrentTransformationToSdrObject()
3412 ResizePoint(aCtr1,aCenter,aFact,aFact1); in applyCurrentTransformationToSdrObject()
3487 ResizePoint(aCtr1,aCenter,aFact1,aFact); in EndSdrDrag()
3489 ResizePoint(aCtr1,aCenter,aFact,aFact1); in EndSdrDrag()
[all …]
/trunk/main/svx/source/engine3d/
H A Dextrud3d.cxx227 const basegfx::B3DPoint aCenter(aPolyPolyRange.getCenter()); in GetBreakObj() local
229 aTransform.translate(-aCenter.getX(), -aCenter.getY(), -aCenter.getZ()); in GetBreakObj()
231 aTransform.translate(aCenter.getX(), aCenter.getY(), aCenter.getZ()); in GetBreakObj()
H A Dsphere3d.cxx74 aCenter = rCenter; in E3dSphereObj()
106 aCenter = rDefault.GetDefaultSphereCenter(); in SetDefaultAttributes()
163 aCenter = r3DObj.aCenter; in operator =()
175 if(aCenter != rNew) in SetCenter()
177 aCenter = rNew; in SetCenter()
/trunk/main/svtools/source/misc/
H A Dimap.cxx365 aCenter = Application::GetDefaultDevice()->PixelToLogic( rCenter, aMap100 ); in ImpConstruct()
370 aCenter = rCenter; in ImpConstruct()
386 rOStm << aCenter; in WriteIMapObject()
401 rIStm >> aCenter; in ReadIMapObject()
428 const Point aPoint( aCenter - rPoint ); in IsHit()
452 aNewPoint = Application::GetDefaultDevice()->LogicToPixel( aCenter, MapMode( MAP_100TH_MM ) ); in GetCenter()
454 aNewPoint = aCenter; in GetCenter()
489 return Rectangle( Point( aCenter.X() - nRadius, aCenter.Y() - nRadius ), in GetBoundRect()
509 SCALEPOINT( aCenter, rFracX, rFracY ); in Scale()
525 ( aCenter == rEqObj.aCenter ) && in IsEqual()
H A Dimap2.cxx171 AppendCERNCoords( aCenter, aStr ); in WriteCERN()
191 AppendNCSACoords( aCenter, aStr ); in WriteNCSA()
192 AppendNCSACoords( aCenter + Point( nRadius, 0 ), aStr ); in WriteNCSA()
428 const Point aCenter( ImpReadCERNCoords( &pStr ) ); in ImpReadCERNLine() local
432 …IMapCircleObject* pObj = new IMapCircleObject( aCenter, nRadius, aURL, String(), String(), String(… in ImpReadCERNLine()
607 const Point aCenter( ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine() local
608 const Point aDX( aCenter - ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine()
612 …IMapCircleObject* pObj = new IMapCircleObject( aCenter, nRadius, aURL, String(), String(), String(… in ImpReadNCSALine()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1660 Point aCenter( aRect.Center() ); in CreateSubPath() local
1667 basegfx::B2DPoint(aCenter.X() + nXControl, aRect.Top()), in CreateSubPath()
1669 basegfx::B2DPoint(aRect.Right(), aCenter.Y())); in CreateSubPath()
1674 basegfx::B2DPoint(aCenter.X(), aRect.Bottom())); in CreateSubPath()
1679 basegfx::B2DPoint(aRect.Left(), aCenter.Y())); in CreateSubPath()
1684 basegfx::B2DPoint(aCenter.X(), aRect.Top())); in CreateSubPath()
1727 Point aCenter( aRect.Center() ); in CreateSubPath() local
1731 aStart.X() = (sal_Int32)( ( (double)( aStart.X() - aCenter.X() ) ) * fRatio ) + aCenter.X(); in CreateSubPath()
1732 aStart.Y() = (sal_Int32)( ( (double)( aStart.Y() - aCenter.Y() ) ) ) + aCenter.Y(); in CreateSubPath()
1733 aEnd.X() = (sal_Int32)( ( (double)( aEnd.X() - aCenter.X() ) ) * fRatio ) + aCenter.X(); in CreateSubPath()
[all …]
H A DEnhancedCustomShape3d.cxx209 : aCenter( pCustomShape->GetSnapRect().Center() ) in Transformation2D()
271 aPoint2D.Move( aCenter.X(), aCenter.Y() ); in Transform2D()
322 Point aCenter( aSnapRect.Center() ); in Create3DObject() local
631 aNewTransform.translate( -aCenter.X(), aCenter.Y(), -pScene->GetBoundVolume().getDepth() ); in Create3DObject()
787 const Point aCenter( rSnapRect.Center() ); in CalculateNewSnapRect() local
798 …basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_uInt16)i ].Y() - aCe… in CalculateNewSnapRect()
803 …basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_uInt16)i ].Y() - aCe… in CalculateNewSnapRect()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx358 Point aCenter; in XPolygon() local
364 case 0: aCenter = rRect.TopLeft(); in XPolygon()
365 aCenter.X() -= nRx; in XPolygon()
366 aCenter.Y() += nRy; in XPolygon()
368 case 1: aCenter = rRect.TopRight(); in XPolygon()
369 aCenter.X() += nRx; in XPolygon()
370 aCenter.Y() += nRy; in XPolygon()
373 aCenter.X() += nRx; in XPolygon()
374 aCenter.Y() -= nRy; in XPolygon()
377 aCenter.X() -= nRx; in XPolygon()
[all …]
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx365 Point aStart, aEnd, aCenter; in ImplWriteShape() local
375 aCenter.X() = rRect.Left() + ( rRect.GetWidth() / 2 ); in ImplWriteShape()
376 aCenter.Y() = rRect.Top() + ( rRect.GetHeight() / 2 ); in ImplWriteShape()
377 aStart.X() += aCenter.X(); in ImplWriteShape()
378 aStart.Y() += aCenter.Y(); in ImplWriteShape()
379 aEnd.X() += aCenter.X(); in ImplWriteShape()
380 aEnd.Y() += aCenter.Y(); in ImplWriteShape()
1228 … const basegfx::B2DPoint aCenter(aHomogenMatrix * basegfx::B2DPoint(0.5, 0.5)); in getUnrotatedGroupBoundRange() local
1230 aHomogenMatrix.translate(-aCenter.getX(), -aCenter.getY()); in getUnrotatedGroupBoundRange()
1232 aHomogenMatrix.translate(aCenter.getX(), aCenter.getY()); in getUnrotatedGroupBoundRange()
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx108 const B2DPoint aCenter(0.5 * fTargetSizeX, 0.5 * fTargetSizeY); in init1DGradientInfo() local
110 aTextureTransform *= basegfx::tools::createRotateAroundPoint(aCenter, fAngle); in init1DGradientInfo()
169 const B2DPoint aCenter(0.5 * fTargetSizeX, 0.5 * fTargetSizeY); in initEllipticalGradientInfo() local
171 aTextureTransform *= basegfx::tools::createRotateAroundPoint(aCenter, fAngle); in initEllipticalGradientInfo()
246 const B2DPoint aCenter(0.5 * fTargetSizeX, 0.5 * fTargetSizeY); in initRectGradientInfo() local
248 aTextureTransform *= basegfx::tools::createRotateAroundPoint(aCenter, fAngle); in initRectGradientInfo()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx59 const basegfx::B2DPoint aCenter(aRange.getCenter()); in impScalePolyPolygonOnCenter() local
62 aTrans.translate(-aCenter.getX(), -aCenter.getY()); in impScalePolyPolygonOnCenter()
64 aTrans.translate(aCenter.getX(), aCenter.getY()); in impScalePolyPolygonOnCenter()
626 …basegfx::B3DPoint aCenter(basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()).getCenter… in extractPlanesFromSlice() local
631 const double fLength(basegfx::B3DVector(aNextCenter - aCenter).getLength()); in extractPlanesFromSlice()
633 aCenter = aNextCenter; in extractPlanesFromSlice()
H A Dsdrcubeprimitive3d.cxx61 const basegfx::B3DPoint aCenter(basegfx::tools::getRange(aFill).getCenter()); in create3DDecomposition() local
62 aFill = basegfx::tools::applyDefaultNormalsSphere(aFill, aCenter); in create3DDecomposition()
96 const basegfx::B3DPoint aCenter(aRange.getCenter()); in create3DDecomposition() local
97 … aFill = basegfx::tools::applyDefaultTextureCoordinatesSphere(aFill, aCenter, bSphereX, bSphereY); in create3DDecomposition()
H A Dsdrdecompositiontools3d.cxx71 const basegfx::B3DPoint aCenter(rRange.getCenter()); in applyNormalsKindSphereTo3DGeometry() local
75 rFill[a] = basegfx::tools::applyDefaultNormalsSphere(rFill[a], aCenter); in applyNormalsKindSphereTo3DGeometry()
125 const basegfx::B3DPoint aCenter(rRange.getCenter()); in applyTextureTo3DGeometry() local
129 …rFill[a] = basegfx::tools::applyDefaultTextureCoordinatesSphere(rFill[a], aCenter, bSphereX, bSphe… in applyTextureTo3DGeometry()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1066 Point aCenter; in ReadFullArc() local
1072 aCenter=ReadPoint(); in ReadFullArc()
1075 else aCenter=aAttr.aCurPos; in ReadFullArc()
1091 aRect=Rectangle(aCenter.X()-nP,aCenter.Y()-nQ, in ReadFullArc()
1092 aCenter.X()+nP,aCenter.Y()+nQ); in ReadFullArc()
1114 Point aP0, aCenter,aPStart,aPEnd; in ReadPartialArc() local
1125 aCenter=ReadPoint(); in ReadPartialArc()
1145 aCenter.Y()+(long)(-sin(fStart)*nQ)); in ReadPartialArc()
1147 aCenter.Y()+(long)(-sin(fEnd)*nQ)); in ReadPartialArc()
1149 aRect=Rectangle(aCenter.X()-nP,aCenter.Y()-nQ, in ReadPartialArc()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx192 Point aCenter = rRect.Center(); in ImplDrawLinearGradient() local
260 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
274 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
346 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
359 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
383 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
470 Point aCenter( aRect.Left() + nZWidth, aRect.Top() + nZHeight ); in ImplDrawComplexGradient() local
477 aRect.Left() = aCenter.X() - ( aSize.Width() >> 1 ); in ImplDrawComplexGradient()
478 aRect.Top() = aCenter.Y() - ( aSize.Height() >> 1 ); in ImplDrawComplexGradient()
568 aPoly.Rotate( aCenter, nAngle ); in ImplDrawComplexGradient()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx291 basegfx::B2DPoint aCenter(0.5, 0.5); in createAndInsert() local
292 aCenter *= aTransformation; in createAndInsert()
295 aTransformation.translate( -aCenter.getX(), -aCenter.getY() ); in createAndInsert()
310 aTransformation.translate( aCenter.getX(), aCenter.getY() ); in createAndInsert()

Completed in 160 milliseconds

1234