| /AOO41X/main/drawinglayer/source/processor2d/ |
| H A D | textaspolygonextractor2d.cxx | 104 basegfx::B2DPolyPolygon aPolyPolygon(rPoPoCoCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() local 106 if(aPolyPolygon.count()) in processBasePrimitive2D() 109 … aPolyPolygon.transform(getViewInformation2D().getObjectToViewTransformation()); in processBasePrimitive2D() 115 maTarget.push_back(TextAsPolygonDataNode(aPolyPolygon, aColor, true)); in processBasePrimitive2D() 148 basegfx::B2DPolyPolygon aPolyPolygon(rPoPoHaCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() local 150 if(aPolyPolygon.count()) in processBasePrimitive2D() 153 … aPolyPolygon.transform(getViewInformation2D().getObjectToViewTransformation()); in processBasePrimitive2D() 159 maTarget.push_back(TextAsPolygonDataNode(aPolyPolygon, aColor, false)); in processBasePrimitive2D()
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | polypolygonprimitive2d.cxx | 54 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() local 55 const sal_uInt32 nCount(aPolyPolygon.count()); in create2DDecomposition() 63 …aRetval[a] = Primitive2DReference(new PolygonHairlinePrimitive2D(aPolyPolygon.getB2DPolygon(a), ge… in create2DDecomposition() 114 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() local 115 const sal_uInt32 nCount(aPolyPolygon.count()); in create2DDecomposition() 125 aPolyPolygon.getB2DPolygon(a), in create2DDecomposition() 187 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() local 188 const sal_uInt32 nCount(aPolyPolygon.count()); in create2DDecomposition() 198 … aPolyPolygon.getB2DPolygon(a), getLineAttribute(), getStrokeAttribute())); in create2DDecomposition() 272 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() local [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | MarkerStyle.cxx | 108 basegfx::B2DPolyPolygon aPolyPolygon; in importXML() local 110 if(basegfx::tools::importFromSvgD(aPolyPolygon, strPathData, true, 0)) in importXML() 112 if(aPolyPolygon.count()) in importXML() 125 aPolyPolygon.transform( in importXML() 135 aPolyPolygon, in importXML() 195 const basegfx::B2DPolyPolygon aPolyPolygon( in exportXML() local 198 const basegfx::B2DRange aPolyPolygonRange(aPolyPolygon.getB2DRange()); in exportXML() 214 aPolyPolygon, in exportXML()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdotxtr.cxx | 392 basegfx::B2DPolyPolygon aPolyPolygon(rCandidate.getB2DPolyPolygon()); in ImpConvertContainedTextToSdrPathObjs() local 394 if(aPolyPolygon.count()) in ImpConvertContainedTextToSdrPathObjs() 399 if(aPolyPolygon.areControlPointsUsed()) in ImpConvertContainedTextToSdrPathObjs() 401 aPolyPolygon = basegfx::tools::adaptiveSubdivideByAngle(aPolyPolygon); in ImpConvertContainedTextToSdrPathObjs() 406 if(!aPolyPolygon.areControlPointsUsed()) in ImpConvertContainedTextToSdrPathObjs() 408 aPolyPolygon = basegfx::tools::expandToCurve(aPolyPolygon); in ImpConvertContainedTextToSdrPathObjs() 427 pPathObj = new SdrPathObj(OBJ_PATHFILL, aPolyPolygon); in ImpConvertContainedTextToSdrPathObjs() 438 pPathObj = new SdrPathObj(OBJ_PATHLINE, aPolyPolygon); in ImpConvertContainedTextToSdrPathObjs()
|
| H A D | svdedtv2.cxx | 1241 basegfx::B2DPolyPolygon aPolyPolygon; in CombineMarkedObjects() local 1273 aPolyPolygon.insert(0L, aTmpPoly); in CombineMarkedObjects() 1288 basegfx::B2DPolygon aCombinedPolygon(ImpCombineToSinglePolygon(aPolyPolygon)); in CombineMarkedObjects() 1289 aPolyPolygon.clear(); in CombineMarkedObjects() 1290 aPolyPolygon.append(aCombinedPolygon); in CombineMarkedObjects() 1293 const sal_uInt32 nPolyCount(aPolyPolygon.count()); in CombineMarkedObjects() 1301 aPolyPolygon.setClosed(true); in CombineMarkedObjects() 1306 const basegfx::B2DPolygon aPolygon(aPolyPolygon.getB2DPolygon(0L)); in CombineMarkedObjects() 1324 aPolyPolygon.setClosed(true); in CombineMarkedObjects() 1334 SdrPathObj* pPath = new SdrPathObj(eKind,aPolyPolygon); in CombineMarkedObjects()
|
| /AOO41X/main/svx/source/sdr/contact/ |
| H A D | viewcontactofe3dlathe.cxx | 57 const basegfx::B2DPolyPolygon aPolyPolygon(GetE3dLatheObj().GetPolyPoly2D()); in createViewIndependentPrimitive3DSequence() local 65 const sal_uInt32 nPolygonCount(aPolyPolygon.count()); in createViewIndependentPrimitive3DSequence() 70 const basegfx::B2DPolygon aCandidate(aPolyPolygon.getB2DPolygon(a)); in createViewIndependentPrimitive3DSequence() 75 const basegfx::B2DRange aPolyPolygonRange(basegfx::tools::getRange(aPolyPolygon)); in createViewIndependentPrimitive3DSequence() 97 aPolyPolygon, nHorizontalSegments, nVerticalSegments, in createViewIndependentPrimitive3DSequence()
|
| H A D | viewcontactofe3dextrude.cxx | 57 const basegfx::B2DPolyPolygon aPolyPolygon(GetE3dExtrudeObj().GetExtrudePolygon()); in createViewIndependentPrimitive3DSequence() local 65 const basegfx::B2DRange aRange(basegfx::tools::getRange(aPolyPolygon)); in createViewIndependentPrimitive3DSequence() 83 aPolyPolygon, fDepth, fDiagonal, fBackScale, bSmoothNormals, true, bSmoothLids, in createViewIndependentPrimitive3DSequence()
|
| /AOO41X/main/filter/source/flash/ |
| H A D | swfwriter1.cxx | 348 PolyPolygon aPolyPolygon( rPolyPoly ); in Impl_writeGradientEx() local 349 map( aPolyPolygon ); in Impl_writeGradientEx() 353 const Rectangle aBoundRect( aPolyPolygon.GetBoundRect() ); in Impl_writeGradientEx() 357 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeGradientEx() 362 setClipping( &aPolyPolygon ); in Impl_writeGradientEx() 367 mpVDev->AddGradientActions( aPolyPolygon.GetBoundRect(), rGradient, aTmpMtf ); in Impl_writeGradientEx() 1226 PolyPolygon aPolyPolygon( aPolygon ); in Impl_writeStroke() local 1228 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke() 1230 map( aPolyPolygon ); in Impl_writeStroke() 1232 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke() [all …]
|
| /AOO41X/main/oox/source/export/ |
| H A D | shapes.cxx | 394 PolyPolygon aPolyPolygon = EscherPropertyContainer::GetPolyPolygon( xShape ); in WriteBezierShape() local 395 Rectangle aRect( aPolyPolygon.GetBoundRect() ); in WriteBezierShape() 398 …DBG(printf("poly count %d\nsize: %d x %d", aPolyPolygon.Count(), int( size.Width ), int( size.Heig… in WriteBezierShape() 413 WritePolyPolygon( aPolyPolygon ); in WriteBezierShape() 760 PolyPolygon aPolyPolygon = EscherPropertyContainer::GetPolyPolygon( xShape ); in WriteLineShape() local 761 if( aPolyPolygon.Count() == 1 && aPolyPolygon[ 0 ].GetSize() == 2) in WriteLineShape() 763 const Polygon& rPoly = aPolyPolygon[ 0 ]; in WriteLineShape()
|
| /AOO41X/main/svx/source/sdr/overlay/ |
| H A D | overlaytools.cxx | 264 basegfx::B2DPolyPolygon aPolyPolygon; in create2DDecomposition() local 266 aPolyPolygon.append(aOuterPolygon); in create2DDecomposition() 267 aPolyPolygon.append(aInnerPolygon); in create2DDecomposition() 285 aPolyPolygon, in create2DDecomposition() 296 aPolyPolygon, in create2DDecomposition()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | region.cxx | 255 PolyPolygon aPolyPolygon; in ImplCreateRegionBandFromPolyPolygon() local 257 rPolyPolygon.AdaptiveSubdivide(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon() 259 if(aPolyPolygon.Count()) in ImplCreateRegionBandFromPolyPolygon() 261 const Rectangle aRect(aPolyPolygon.GetBoundRect()); in ImplCreateRegionBandFromPolyPolygon() 265 if(ImplIsPolygonRectilinear(aPolyPolygon)) in ImplCreateRegionBandFromPolyPolygon() 268 pRetval = ImplRectilinearPolygonToBands(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon() 272 pRetval = ImplGeneralPolygonToBands(aPolyPolygon, aRect); in ImplCreateRegionBandFromPolyPolygon()
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | WrapPolygonHandler.cxx | 135 drawing::PointSequenceSequence aPolyPolygon(1L); in getPointSequenceSequence() local 136 drawing::PointSequence * pPolygon = aPolyPolygon.getArray(); in getPointSequenceSequence() 150 return aPolyPolygon; in getPointSequenceSequence()
|
| /AOO41X/main/chart2/source/controller/main/ |
| H A D | DragMethod_RotateDiagram.cxx | 221 …basegfx::B2DPolyPolygon aPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(m_aWir… in CreateOverlayGeometry() local 224 aPolyPolygon.transform(rVCScene.getObjectTransformation()); in CreateOverlayGeometry() 227 aPolyPolygon); in CreateOverlayGeometry()
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | ximpshap.cxx | 1511 basegfx::B2DPolyPolygon aPolyPolygon; in StartElement() local 1513 if(basegfx::tools::importFromSvgD(aPolyPolygon, maD, true, 0)) in StartElement() 1515 if(aPolyPolygon.count()) in StartElement() 1526 aPolyPolygon.transform( in StartElement() 1535 if(aPolyPolygon.areControlPointsUsed()) in StartElement() 1537 if(aPolyPolygon.isClosed()) in StartElement() 1548 if(aPolyPolygon.isClosed()) in StartElement() 1577 if(aPolyPolygon.areControlPointsUsed()) in StartElement() 1582 aPolyPolygon, in StartElement() 1591 aPolyPolygon, in StartElement() [all …]
|
| H A D | shapeexport2.cxx | 1021 const basegfx::B2DPolyPolygon aPolyPolygon( local 1024 if(aPolyPolygon.count()) 1029 aPolyPolygon, 1042 const basegfx::B2DPolyPolygon aPolyPolygon( local 1045 if(!aPolyPolygon.areControlPointsUsed() && 1 == aPolyPolygon.count()) 1048 const basegfx::B2DPolygon aPolygon(aPolyPolygon.getB2DPolygon(0)); 1062 aPolyPolygon, 1442 const basegfx::B2DPolyPolygon aPolyPolygon( local 1447 aPolyPolygon,
|
| H A D | ximp3dobject.cxx | 460 basegfx::B2DPolyPolygon aPolyPolygon; in StartElement() local 462 if(basegfx::tools::importFromSvgD(aPolyPolygon, maPoints, true, 0)) in StartElement() 467 aPolyPolygon)); in StartElement()
|
| H A D | shapeexport3.cxx | 217 const basegfx::B2DPolyPolygon aPolyPolygon( in ImpExport3DShape() local 223 const basegfx::B2DRange aPolyPolygonRange(aPolyPolygon.getB2DRange()); in ImpExport3DShape() 237 aPolyPolygon, in ImpExport3DShape()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | contwnd.cxx | 94 basegfx::B2DPolyPolygon aPolyPolygon; in SetPolyPolygon() local 95 aPolyPolygon.append(aPolyPoly[ i ].getB2DPolygon()); in SetPolyPolygon() 96 SdrPathObj* pPathObj = new SdrPathObj( OBJ_PATHFILL, aPolyPolygon ); in SetPolyPolygon()
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salgdi.cxx | 875 const basegfx::B2DPolyPolygon aPolyPolygon( i_rClip.GetAsB2DPolyPolygon() ); in setClipRegion() local 877 if(!aPolyPolygon.areControlPointsUsed()) in setClipRegion() 879 if(basegfx::tools::containsOnlyHorizontalAndVerticalEdges(aPolyPolygon)) in setClipRegion() 894 const basegfx::B2DPolyPolygon aPolyPolygon( i_rClip.GetAsB2DPolyPolygon() ); in setClipRegion() local 895 const sal_uInt32 nCount(aPolyPolygon.count()); in setClipRegion() 907 const basegfx::B2DRange aRangeS(aPolyPolygon.getB2DRange()); in setClipRegion() 916 aPolyPolygon.getB2DPolygon(a), in setClipRegion()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 1843 PolyPolygon aPolyPolygon; in GetPolyPolygon() local 1888 aPolyPolygon.Insert( aPolygon, POLYPOLY_APPEND ); in GetPolyPolygon() 1926 aPolyPolygon.Insert( aPolygon, POLYPOLY_APPEND ); in GetPolyPolygon() 1953 aPolyPolygon.Insert( aPolygon, POLYPOLY_APPEND ); in GetPolyPolygon() 1957 return aPolyPolygon; in GetPolyPolygon() 1973 PolyPolygon aPolyPolygon; in CreatePolygonProperties() local 1976 aPolyPolygon.Insert( *pPolygon, POLYPOLY_APPEND ); in CreatePolygonProperties() 1984 aPolyPolygon = GetPolyPolygon( aAny ); in CreatePolygonProperties() 1985 bRetValue = aPolyPolygon.Count() != 0; in CreatePolygonProperties() 1992 if ( ( aPolyPolygon.Count() == 1 ) && ( aPolyPolygon[ 0 ].GetSize() == 2 ) ) in CreatePolygonProperties() [all …]
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | overlayrangesoutline.cxx | 74 … const basegfx::B2DPolyPolygon aPolyPolygon(impCombineRangesToPolyPolygon(getRanges())); in createOverlayObjectPrimitive2DSequence() local 77 aPolyPolygon, in createOverlayObjectPrimitive2DSequence()
|
| /AOO41X/main/svx/source/unodraw/ |
| H A D | XPropertyTable.cxx | 378 basegfx::B2DPolyPolygon aPolyPolygon; in getEntry() local 381 aPolyPolygon = SvxConvertPolyPolygonBezierToB2DPolyPolygon( pCoords ); in getEntry() 384 aPolyPolygon.setClosed(true); in getEntry() 387 return new XLineEndEntry( aPolyPolygon, aName ); in getEntry()
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeEngine.cxx | 419 basegfx::B2DPolyPolygon aPolyPolygon; in getLineGeometry() local 441 aPolyPolygon.append(aPP); in getLineGeometry() 446 SvxConvertB2DPolyPolygonToPolyPolygonBezier( aPolyPolygon, aPolyPolygonBezierCoords ); in getLineGeometry()
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | XMLTextFrameContext.cxx | 305 basegfx::B2DPolyPolygon aPolyPolygon; in XMLTextFrameContourContext_Impl() local 310 basegfx::tools::importFromSvgD(aPolyPolygon, sD, true, 0); in XMLTextFrameContourContext_Impl() 318 aPolyPolygon = basegfx::B2DPolyPolygon(aPolygon); in XMLTextFrameContourContext_Impl() 322 if(aPolyPolygon.count()) in XMLTextFrameContourContext_Impl() 333 aPolyPolygon.transform( in XMLTextFrameContourContext_Impl() 340 … basegfx::tools::B2DPolyPolygonToUnoPointSequenceSequence(aPolyPolygon, aPointSequenceSequence); in XMLTextFrameContourContext_Impl()
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fulinend.cxx | 106 const ::basegfx::B2DPolyPolygon aPolyPolygon = ( (SdrPathObj*) pNewObj )->GetPathPoly(); in DoExecute() local 153 XLineEndEntry* pEntry = new XLineEndEntry( aPolyPolygon, aName ); in DoExecute()
|