Home
last modified time | relevance | path

Searched refs:rPolyPolygonShape3DSource (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx542 const com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygonShape3DSource, in UnoPolyPolygonShape3DToB3DPolyPolygon() argument
546 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()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx151 const com::sun::star::drawing::PolyPolygonShape3D& rPolyPolygonShape3DSource,