Home
last modified time | relevance | path

Searched refs:aPolyPolygon (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/drawinglayer/source/processor2d/
H A Dtextaspolygonextractor2d.cxx104 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx54 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() local
55 const sal_uInt32 nCount(aPolyPolygon.count()); 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()
198aPolyPolygon.getB2DPolygon(a), getLineAttribute(), getStrokeAttribute())); in create2DDecomposition()
272 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() local
273 const sal_uInt32 nCount(aPolyPolygon.count()); in create2DDecomposition()
[all …]
/trunk/main/xmloff/source/style/
H A DMarkerStyle.cxx108 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()
/trunk/main/svx/source/svdraw/
H A Dsvdotxtr.cxx392 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 Dsvdedtv2.cxx1247 basegfx::B2DPolyPolygon aPolyPolygon; in CombineMarkedObjects() local
1279 aPolyPolygon.insert(0L, aTmpPoly); in CombineMarkedObjects()
1294 basegfx::B2DPolygon aCombinedPolygon(ImpCombineToSinglePolygon(aPolyPolygon)); in CombineMarkedObjects()
1295 aPolyPolygon.clear(); in CombineMarkedObjects()
1296 aPolyPolygon.append(aCombinedPolygon); in CombineMarkedObjects()
1299 const sal_uInt32 nPolyCount(aPolyPolygon.count()); in CombineMarkedObjects()
1307 aPolyPolygon.setClosed(true); in CombineMarkedObjects()
1312 const basegfx::B2DPolygon aPolygon(aPolyPolygon.getB2DPolygon(0L)); in CombineMarkedObjects()
1330 aPolyPolygon.setClosed(true); in CombineMarkedObjects()
1340 SdrPathObj* pPath = new SdrPathObj(eKind,aPolyPolygon); in CombineMarkedObjects()
H A Dsvdovirt.cxx209 basegfx::B2DPolyPolygon aPolyPolygon(rRefObj.TakeXorPoly()); in TakeXorPoly() local
213aPolyPolygon.transform(basegfx::tools::createTranslateB2DHomMatrix(aAnchor.X(), aAnchor.Y())); in TakeXorPoly()
216 return aPolyPolygon; in TakeXorPoly()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx348 PolyPolygon aPolyPolygon( rPolyPoly ); in Impl_writeGradientEx() local
349 map( aPolyPolygon ); in Impl_writeGradientEx()
362 setClipping( &aPolyPolygon ); 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()
1272 PolyPolygon aPolyPolygon; in Impl_writeFilling() local
1273 rFilling.getPath( aPolyPolygon ); in Impl_writeFilling()
1275 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dlathe.cxx57 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 Dviewcontactofe3dextrude.cxx57 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()
/trunk/main/oox/source/export/
H A Dshapes.cxx394 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()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx264 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()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx257 PolyPolygon aPolyPolygon; in ImplCreateRegionBandFromPolyPolygon() local
259 rPolyPolygon.AdaptiveSubdivide(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon()
261 if(aPolyPolygon.Count()) in ImplCreateRegionBandFromPolyPolygon()
263 const Rectangle aRect(aPolyPolygon.GetBoundRect()); in ImplCreateRegionBandFromPolyPolygon()
267 if(ImplIsPolygonRectilinear(aPolyPolygon)) in ImplCreateRegionBandFromPolyPolygon()
270 pRetval = ImplRectilinearPolygonToBands(aPolyPolygon); in ImplCreateRegionBandFromPolyPolygon()
274 pRetval = ImplGeneralPolygonToBands(aPolyPolygon, aRect); in ImplCreateRegionBandFromPolyPolygon()
/trunk/main/writerfilter/source/dmapper/
H A DWrapPolygonHandler.cxx135 drawing::PointSequenceSequence aPolyPolygon(1L); in getPointSequenceSequence() local
136 drawing::PointSequence * pPolygon = aPolyPolygon.getArray(); in getPointSequenceSequence()
150 return aPolyPolygon; in getPointSequenceSequence()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx1511 basegfx::B2DPolyPolygon aPolyPolygon; in StartElement() local
1515 if(aPolyPolygon.count()) in StartElement()
1526 aPolyPolygon.transform( in StartElement()
1537 if(aPolyPolygon.isClosed()) in StartElement()
1548 if(aPolyPolygon.isClosed()) in StartElement()
1582 aPolyPolygon, in StartElement()
1591 aPolyPolygon, in StartElement()
1969 basegfx::B2DPolyPolygon aPolyPolygon; in processAttribute() local
1973 if(aPolyPolygon.count()) in processAttribute()
1981 aPolyPolygon, in processAttribute()
[all …]
H A Dshapeexport2.cxx1021 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 Dximp3dobject.cxx460 basegfx::B2DPolyPolygon aPolyPolygon; in StartElement() local
462 if(basegfx::tools::importFromSvgD(aPolyPolygon, maPoints, true, 0)) in StartElement()
467 aPolyPolygon)); in StartElement()
H A Dshapeexport3.cxx217 const basegfx::B2DPolyPolygon aPolyPolygon( in ImpExport3DShape() local
223 const basegfx::B2DRange aPolyPolygonRange(aPolyPolygon.getB2DRange()); in ImpExport3DShape()
237 aPolyPolygon, in ImpExport3DShape()
/trunk/main/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx221 …basegfx::B2DPolyPolygon aPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(m_aWir… in CreateOverlayGeometry() local
224 aPolyPolygon.transform(rVCScene.getObjectTransformation()); in CreateOverlayGeometry()
227 aPolyPolygon); in CreateOverlayGeometry()
/trunk/main/svx/source/dialog/
H A Dcontwnd.cxx94 basegfx::B2DPolyPolygon aPolyPolygon; in SetPolyPolygon() local
95 aPolyPolygon.append(aPolyPoly[ i ].getB2DPolygon()); in SetPolyPolygon()
96 SdrPathObj* pPathObj = new SdrPathObj( OBJ_PATHFILL, aPolyPolygon ); in SetPolyPolygon()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx875 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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1843 PolyPolygon aPolyPolygon; in GetPolyPolygon() local
1957 return aPolyPolygon; in GetPolyPolygon()
1973 PolyPolygon aPolyPolygon; in CreatePolygonProperties() local
1984 aPolyPolygon = GetPolyPolygon( aAny ); in CreatePolygonProperties()
1985 bRetValue = aPolyPolygon.Count() != 0; in CreatePolygonProperties()
1992 if ( ( aPolyPolygon.Count() == 1 ) && ( aPolyPolygon[ 0 ].GetSize() == 2 ) ) in CreatePolygonProperties()
2014 k = aPolyPolygon[ i ].GetSize(); in CreatePolygonProperties()
2041 aPolygon = aPolyPolygon[ j ]; in CreatePolygonProperties()
2068 aPolygon = aPolyPolygon[ j ]; in CreatePolygonProperties()
2359 if ( aPolyPolygon.Count() > 0 ) in CreateConnectorProperties()
[all …]
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx378 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()
/trunk/main/sw/source/core/crsr/
H A Doverlayrangesoutline.cxx74 … const basegfx::B2DPolyPolygon aPolyPolygon(impCombineRangesToPolyPolygon(getRanges())); in createOverlayObjectPrimitive2DSequence() local
77 aPolyPolygon, in createOverlayObjectPrimitive2DSequence()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx305 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx419 basegfx::B2DPolyPolygon aPolyPolygon; in getLineGeometry() local
441 aPolyPolygon.append(aPP); in getLineGeometry()
446 SvxConvertB2DPolyPolygonToPolyPolygonBezier( aPolyPolygon, aPolyPolygonBezierCoords ); in getLineGeometry()

Completed in 879 milliseconds

123