Searched refs:rPolyPolygonShape3DSource (Results 1 – 2 of 2) sorted by relevance
542 const com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygonShape3DSource, in UnoPolyPolygonShape3DToB3DPolyPolygon() argument546 const sal_Int32 nOuterSequenceCount(rPolyPolygonShape3DSource.SequenceX.getLength()); in UnoPolyPolygonShape3DToB3DPolyPolygon()550 OSL_ENSURE(nOuterSequenceCount == rPolyPolygonShape3DSource.SequenceY.getLength() in UnoPolyPolygonShape3DToB3DPolyPolygon()551 && nOuterSequenceCount == rPolyPolygonShape3DSource.SequenceZ.getLength(), in UnoPolyPolygonShape3DToB3DPolyPolygon()554 …onst com::sun::star::drawing::DoubleSequence* pInnerSequenceX = rPolyPolygonShape3DSource.Sequence… in UnoPolyPolygonShape3DToB3DPolyPolygon()555 …onst com::sun::star::drawing::DoubleSequence* pInnerSequenceY = rPolyPolygonShape3DSource.Sequence… in UnoPolyPolygonShape3DToB3DPolyPolygon()556 …onst com::sun::star::drawing::DoubleSequence* pInnerSequenceZ = rPolyPolygonShape3DSource.Sequence… in UnoPolyPolygonShape3DToB3DPolyPolygon()
151 const com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygonShape3DSource,