Home
last modified time | relevance | path

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

123

/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx930 void doPolyPolygonImplementation( ::basegfx::B2DPolyPolygon aPolyPolygon, in doPolyPolygonImplementation() argument
953 for( sal_uInt32 nPolygonIndex = 0; nPolygonIndex < aPolyPolygon.count(); nPolygonIndex++ ) { in doPolyPolygonImplementation()
954 ::basegfx::B2DPolygon aPolygon( aPolyPolygon.getB2DPolygon( nPolygonIndex ) ); in doPolyPolygonImplementation()
1020 doOperation( aOperation, pCairo, pTextures, pDevice, aPolyPolygon.getB2DRange() ); in doPolyPolygonImplementation()
1033 doOperation( aOperation, pCairo, pTextures, pDevice, aPolyPolygon.getB2DRange() ); in doPolyPolygonImplementation()
1037 if( aPolyPolygon.count() == 0 && aOperation == Clip ) in doPolyPolygonImplementation()
H A Dcairo_canvashelper.hxx323 void doPolyPolygonImplementation( ::basegfx::B2DPolyPolygon aPolyPolygon,
/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/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1421 … basegfx::B2DPolyPolygon aPolyPolygon(pClipAction->GetRegion().GetAsB2DPolyPolygon()); in createActions() local
1423 aPolyPolygon.transform(rVDev.GetViewTransformation()); in createActions()
1425 aPolyPolygon, in createActions()
1475 … basegfx::B2DPolyPolygon aPolyPolygon(pClipAction->GetRegion().GetAsB2DPolyPolygon()); in createActions() local
1477 aPolyPolygon.transform(rVDev.GetViewTransformation()); in createActions()
1479 aPolyPolygon, in createActions()
H A Dtextaction.cxx2019 ::basegfx::B2DPolyPolygon aPolyPolygon; in createOutline()
2021 aPolyPolygon = aIter->getB2DPolyPolygon(); in createOutline()
2022 aPolyPolygon.transform( aMapModeTransform ); in createOutline()
2025 for( sal_uInt32 i=0; i<aPolyPolygon.count(); ++i ) in createOutline()
2030 const ::basegfx::B2DPolygon& rPoly( aPolyPolygon.getB2DPolygon( i ) ); in createOutline()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx603 PolyPolygon aPolyPolygon; in create2DDecompositionOfGraphic() local
624 aPolyPolygon.Insert(aPolygon); in create2DDecompositionOfGraphic()
629 aOut.DrawPolyPolygon(aPolyPolygon); in create2DDecompositionOfGraphic()
H A Dmetafileprimitive2d.cxx3137 … basegfx::B2DPolyPolygon aPolyPolygon(pMetaGradientExAction->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() local
3139 if(aPolyPolygon.count()) in interpretMetafile()
3142 aPolyPolygon.transform(rPropertyHolders.Current().getTransformation()); in interpretMetafile()
3153 aPolyPolygon, in interpretMetafile()
3161 aPolyPolygon, in interpretMetafile()
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 …]
H A Dwallpaperprimitive2d.cxx213 const basegfx::B2DPolyPolygon aPolyPolygon( in create2DDecomposition() local
217 aPolyPolygon, in create2DDecomposition()
/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/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/filter/source/graphicfilter/icgm/
H A Dclass4.cxx290 PolyPolygon aPolyPolygon; in ImplDoClass4() local
305 aPolyPolygon.Insert( aPolygon, POLYPOLY_APPEND ); in ImplDoClass4()
310 mpOutAct->DrawPolyPolygon( aPolyPolygon ); in ImplDoClass4()
/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/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/sd/source/ui/func/
H A Dfulinend.cxx106 const ::basegfx::B2DPolyPolygon aPolyPolygon = ( (SdrPathObj*) pNewObj )->GetPathPoly(); in DoExecute() local
153 XLineEndEntry* pEntry = new XLineEndEntry( aPolyPolygon, aName ); in DoExecute()
/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()
/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/svx/source/engine3d/
H A Ddragmt3d.cxx291 …basegfx::B2DPolyPolygon aPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aCandi… in CreateOverlayGeometry() local
294 aPolyPolygon.transform(rVCScene.getObjectTransformation()); in CreateOverlayGeometry()
296 aResult.append(aPolyPolygon); in CreateOverlayGeometry()
H A Dobj3d.cxx1111 const basegfx::B2DPolyPolygon aPolyPolygon(TakeXorPoly()); in AddToHdlList() local
1113 if(aPolyPolygon.count()) in AddToHdlList()
1115 E3dVolumeMarker* pVolMarker = new E3dVolumeMarker(aPolyPolygon); in AddToHdlList()
H A Dview3d.cxx219 basegfx::B2DPolyPolygon aPolyPolygon(mpPolygons[b]); in SetMirrorAxis() local
220 aPolyPolygon.transform(aMatrixTransform); in SetMirrorAxis()
223 aPolyPolygon); in SetMirrorAxis()
/trunk/main/svx/source/sdr/contact/
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()
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()
/trunk/main/svx/source/sdr/overlay/
H A Doverlayselection.cxx147 const basegfx::B2DPolyPolygon aPolyPolygon(impCombineRangesToPolyPolygon(getRanges())); in createOverlayObjectPrimitive2DSequence() local
150 aPolyPolygon, in createOverlayObjectPrimitive2DSequence()
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/svx/source/svdraw/
H A Dsvddrgmt.cxx276 basegfx::B2DPolyPolygon aPolyPolygon(aPolygon); in createPrimitive2DSequenceInCurrentState() local
278 rDragMethod.applyCurrentTransformationToPolyPolygon(aPolyPolygon); in createPrimitive2DSequenceInCurrentState()
280 const basegfx::B2DPolygon aTransformed(aPolyPolygon.getB2DPolygon(0)); in createPrimitive2DSequenceInCurrentState()
3768 basegfx::B2DPolyPolygon aPolyPolygon; in EndSdrDrag() local
3772 pObj->TRGetBaseGeometry(aOriginalMatrix, aPolyPolygon); in EndSdrDrag()
3880 pObj->TRSetBaseGeometry(aNewObjectMatrix, aPolyPolygon); in EndSdrDrag()

Completed in 182 milliseconds

123