Home
last modified time | relevance | path

Searched refs:aTmpPoly (Results 1 – 5 of 5) sorted by relevance

/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrcubeprimitive3d.cxx105 basegfx::B3DPolygon aTmpPoly(aFill.getB3DPolygon(a)); in create3DDecomposition() local
107 if(aTmpPoly.count() >= 4L) in create3DDecomposition()
111 basegfx::B2DPoint aPoint(aTmpPoly.getTextureCoordinate(b)); in create3DDecomposition()
123 aTmpPoly.setTextureCoordinate(b, aPoint); in create3DDecomposition()
126 aFill.setB3DPolygon(a, aTmpPoly); in create3DDecomposition()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx1076 basegfx::B2DPolyPolygon aTmpPoly(pPathObj->GetPathPoly()); in MergeMarkedObjects() local
1081 aTmpPoly = basegfx::tools::simplifyCurveSegments(aTmpPoly); in MergeMarkedObjects()
1085 aTmpPoly = basegfx::tools::prepareForPolygonOperation(aTmpPoly); in MergeMarkedObjects()
1093 … aMergePolyPolygonA = basegfx::tools::solvePolygonOperationOr(aMergePolyPolygonA, aTmpPoly); in MergeMarkedObjects()
1097 aMergePolyPolygonA = aTmpPoly; in MergeMarkedObjects()
1107 … aMergePolyPolygonB = basegfx::tools::solvePolygonOperationOr(aMergePolyPolygonB, aTmpPoly); in MergeMarkedObjects()
1111 aMergePolyPolygonB = aTmpPoly; in MergeMarkedObjects()
1278 …basegfx::B2DPolyPolygon aTmpPoly(basegfx::tools::simplifyCurveSegments(ImpGetPolyPolygon(pObj, sal… in CombineMarkedObjects() local
1279 aPolyPolygon.insert(0L, aTmpPoly); in CombineMarkedObjects()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx349 drawing::PolyPolygonShape3D aTmpPoly(*pSeriesPoly); in impl_createLine() local
350 …wing::Position3D aLast(aScaledLogicClipDoubleRect.getMaxX(),aTmpPoly.SequenceY[0][0],aTmpPoly.Sequ… in impl_createLine()
352 AddPointToPoly( aTmpPoly, aLast, pSeriesPoly->SequenceX.getLength() - 1 ); in impl_createLine()
353 Clipping::clipPolygonAtRectangle( aTmpPoly, aScaledLogicClipDoubleRect, aPoly ); in impl_createLine()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx333 Polygon aTmpPoly( 4 ); in ImplDrawHighlightRect() local
334 aTmpPoly[0] = aRect.TopLeft(); in ImplDrawHighlightRect()
335 aTmpPoly[1] = aRect.TopRight(); in ImplDrawHighlightRect()
336 aTmpPoly[2] = aRect.BottomRight(); in ImplDrawHighlightRect()
337 aTmpPoly[3] = aRect.BottomLeft(); in ImplDrawHighlightRect()
338 pPolyPoly->Insert( aTmpPoly ); in ImplDrawHighlightRect()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx628 Polygon aTmpPoly( aPoly ); in Impl_writeText()
629 …sal_uInt16 nID = FlashGeometryExporter::writePolygonShape( aMovieStream, aTmpPoly, false, Color(CO… in Impl_writeText()

Completed in 58 milliseconds