Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/view/main/
H A DStripe.cxx92 drawing::PolyPolygonShape3D aPP; in getPolyPolygonShape3D() local
94 aPP.SequenceX.realloc(1); in getPolyPolygonShape3D()
95 aPP.SequenceY.realloc(1); in getPolyPolygonShape3D()
96 aPP.SequenceZ.realloc(1); in getPolyPolygonShape3D()
98 drawing::DoubleSequence* pOuterSequenceX = aPP.SequenceX.getArray(); in getPolyPolygonShape3D()
99 drawing::DoubleSequence* pOuterSequenceY = aPP.SequenceY.getArray(); in getPolyPolygonShape3D()
100 drawing::DoubleSequence* pOuterSequenceZ = aPP.SequenceZ.getArray(); in getPolyPolygonShape3D()
126 return uno::Any( &aPP, ::getCppuType((const drawing::PolyPolygonShape3D*)0) ); in getPolyPolygonShape3D()
157 drawing::PolyPolygonShape3D aPP; in getNormalsPolygon() local
159 aPP.SequenceX.realloc(1); in getNormalsPolygon()
[all …]
H A DShapeFactory.cxx194 drawing::PolyPolygonShape3D aPP; in createPolyPolygon_Cube() local
196 aPP.SequenceX.realloc(1); in createPolyPolygon_Cube()
197 aPP.SequenceY.realloc(1); in createPolyPolygon_Cube()
198 aPP.SequenceZ.realloc(1); in createPolyPolygon_Cube()
200 drawing::DoubleSequence* pOuterSequenceX = aPP.SequenceX.getArray(); in createPolyPolygon_Cube()
201 drawing::DoubleSequence* pOuterSequenceY = aPP.SequenceY.getArray(); in createPolyPolygon_Cube()
202 drawing::DoubleSequence* pOuterSequenceZ = aPP.SequenceZ.getArray(); in createPolyPolygon_Cube()
260 return uno::Any( &aPP, ::getCppuType((const drawing::PolyPolygonShape3D*)0) ); in createPolyPolygon_Cube()
272 drawing::PolyPolygonShape3D aPP; in createPolyPolygon_Cylinder() local
276 aPP.SequenceX.realloc(3); in createPolyPolygon_Cylinder()
[all …]
/AOO42X/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx425 basegfx::B2DPolyPolygon aPP; in getLineGeometry() local
430 aPP = ((SdrPathObj*)pNext)->GetPathPoly(); in getLineGeometry()
437 aPP = pPath->GetPathPoly(); in getLineGeometry()
440 if ( aPP.count() ) in getLineGeometry()
441 aPolyPolygon.append(aPP); in getLineGeometry()
/AOO42X/main/vcl/source/gdi/
H A Doutdev.cxx2155 ::basegfx::B2DPolyPolygon aPP( rB2DPolygon ); in DrawPolygon()
2156 DrawPolyPolygon( aPP ); in DrawPolygon()
/AOO42X/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath() local
915 aClipPath.SetClipPath( ImplMap( aPP ), nClippingMode ); in SetClipPath()