Searched refs:aSourcePolyPolygon (Results 1 – 4 of 4) sorted by relevance
132 drawing::PolyPolygonBezierCoords aSourcePolyPolygon; in importXML() local136 aSourcePolyPolygon); in importXML()137 rValue <<= aSourcePolyPolygon; in importXML()
762 drawing::PolyPolygonShape3D aSourcePolyPolygon; in PolyPolygonShape3D_to_B3dPolyPolygon() local763 if( !(rValue >>= aSourcePolyPolygon) ) in PolyPolygonShape3D_to_B3dPolyPolygon()766 sal_Int32 nOuterSequenceCount = aSourcePolyPolygon.SequenceX.getLength(); in PolyPolygonShape3D_to_B3dPolyPolygon()767 …if(nOuterSequenceCount != aSourcePolyPolygon.SequenceY.getLength() || nOuterSequenceCount != aSour… in PolyPolygonShape3D_to_B3dPolyPolygon()770 drawing::DoubleSequence* pInnerSequenceX = aSourcePolyPolygon.SequenceX.getArray(); in PolyPolygonShape3D_to_B3dPolyPolygon()771 drawing::DoubleSequence* pInnerSequenceY = aSourcePolyPolygon.SequenceY.getArray(); in PolyPolygonShape3D_to_B3dPolyPolygon()772 drawing::DoubleSequence* pInnerSequenceZ = aSourcePolyPolygon.SequenceZ.getArray(); in PolyPolygonShape3D_to_B3dPolyPolygon()
1583 aSourcePolyPolygon); in StartElement()1584 aAny <<= aSourcePolyPolygon; in StartElement()1588 drawing::PointSequenceSequence aSourcePolyPolygon; in StartElement() local1592 aSourcePolyPolygon); in StartElement()1593 aAny <<= aSourcePolyPolygon; in StartElement()1978 drawing::PolyPolygonBezierCoords aSourcePolyPolygon; in processAttribute() local1982 aSourcePolyPolygon); in processAttribute()1983 maPath <<= aSourcePolyPolygon; in processAttribute()1987 drawing::PointSequenceSequence aSourcePolyPolygon; in processAttribute() local1991 aSourcePolyPolygon); in processAttribute()[all …]
2890 PointSequenceSequence aSourcePolyPolygon; in exportContour() local2891 rPropSet->getPropertyValue( sContourPolyPolygon ) >>= aSourcePolyPolygon; in exportContour()2894 aSourcePolyPolygon)); in exportContour()
Completed in 51 milliseconds