Searched refs:aPP (Results 1 – 5 of 5) sorted by relevance
92 drawing::PolyPolygonShape3D aPP; in getPolyPolygonShape3D() local94 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() local159 aPP.SequenceX.realloc(1); in getNormalsPolygon()[all …]
194 drawing::PolyPolygonShape3D aPP; in createPolyPolygon_Cube() local196 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() local276 aPP.SequenceX.realloc(3); in createPolyPolygon_Cylinder()[all …]
425 basegfx::B2DPolyPolygon aPP; in getLineGeometry() local430 aPP = ((SdrPathObj*)pNext)->GetPathPoly(); in getLineGeometry()437 aPP = pPath->GetPathPoly(); in getLineGeometry()440 if ( aPP.count() ) in getLineGeometry()441 aPolyPolygon.append(aPP); in getLineGeometry()
2155 ::basegfx::B2DPolyPolygon aPP( rB2DPolygon ); in DrawPolygon()2156 DrawPolyPolygon( aPP ); in DrawPolygon()
914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath() local915 aClipPath.SetClipPath( ImplMap( aPP ), nClippingMode ); in SetClipPath()