Home
last modified time | relevance | path

Searched refs:aSourcePolyPolygon (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx762 drawing::PolyPolygonShape3D aSourcePolyPolygon; in PolyPolygonShape3D_to_B3dPolyPolygon() local
763 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()
/trunk/main/xmloff/source/style/
H A DMarkerStyle.cxx132 drawing::PolyPolygonBezierCoords aSourcePolyPolygon; in importXML() local
136 aSourcePolyPolygon); in importXML()
137 rValue <<= aSourcePolyPolygon; in importXML()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx1583 aSourcePolyPolygon); in StartElement()
1584 aAny <<= aSourcePolyPolygon; in StartElement()
1588 drawing::PointSequenceSequence aSourcePolyPolygon; in StartElement() local
1592 aSourcePolyPolygon); in StartElement()
1593 aAny <<= aSourcePolyPolygon; in StartElement()
1978 drawing::PolyPolygonBezierCoords aSourcePolyPolygon; in processAttribute() local
1982 aSourcePolyPolygon); in processAttribute()
1983 maPath <<= aSourcePolyPolygon; in processAttribute()
1987 drawing::PointSequenceSequence aSourcePolyPolygon; in processAttribute() local
1991 aSourcePolyPolygon); in processAttribute()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2894 PointSequenceSequence aSourcePolyPolygon; in exportContour() local
2895 rPropSet->getPropertyValue( sContourPolyPolygon ) >>= aSourcePolyPolygon; in exportContour()
2898 aSourcePolyPolygon)); in exportContour()

Completed in 46 milliseconds