Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A DXMLImageMapContext.cxx385 css::drawing::PointSequence aPointSequence; in Prepare() local
386 basegfx::utils::B2DPolygonToUnoPointSequence(aPolygon, aPointSequence); in Prepare()
387 rPropertySet->setPropertyValue("Polygon", Any(aPointSequence)); in Prepare()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A DXMLImageMapContext.cxx445 css::drawing::PointSequence aPointSequence; in Prepare() local
446 basegfx::utils::B2DPolygonToUnoPointSequence(aPolygon, aPointSequence); in Prepare()
447 rPropertySet->setPropertyValue("Polygon", Any(aPointSequence)); in Prepare()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx831 uno::Sequence< awt::Point > aPointSequence( nNumPoints ); in createAndInsert() local
832 awt::Point* pPoints = aPointSequence.getArray(); in createAndInsert()
851 aPolyPolySequence.getArray()[ 0 ] = aPointSequence; in createAndInsert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx921 uno::Sequence< awt::Point > aPointSequence( nNumPoints ); in createAndInsert() local
922 awt::Point* pPoints = aPointSequence.getArray(); in createAndInsert()
941 aPolyPolySequence.getArray()[ 0 ] = aPointSequence; in createAndInsert()