Home
last modified time | relevance | path

Searched refs:aNewPolyPolygon (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svx/source/unodraw/
H A Dunoshap2.cxx1111 …basegfx::B2DPolyPolygon aNewPolyPolygon(ImplSvxPointSequenceSequenceToB2DPolyPolygon( (drawing::Po… in setPropertyValueImpl() local
1112 SetPolygon(aNewPolyPolygon); in setPropertyValueImpl()
1123 basegfx::B2DPolyPolygon aNewPolyPolygon; in setPropertyValueImpl() local
1126 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1127aNewPolyPolygon = ImplSvxPointSequenceSequenceToB2DPolyPolygon((drawing::PointSequenceSequence*)rV… in setPropertyValueImpl()
1128 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1231 basegfx::B2DPolyPolygon aNewPolyPolygon; in getPropertyValueImpl() local
1235 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()
1237 drawing::PointSequenceSequence aRetval(aNewPolyPolygon.count()); in getPropertyValueImpl()
1238 B2DPolyPolygonToSvxPointSequenceSequence(aNewPolyPolygon, aRetval); in getPropertyValueImpl()
[all …]
H A Dunoshape.cxx2257 basegfx::B2DPolyPolygon aNewPolyPolygon; in setPropertyValueImpl() local
2259 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2284 basegfx::B2DPolyPolygon aNewPolyPolygon; in setPropertyValueImpl() local
2287 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2299 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
2417 basegfx::B2DPolyPolygon aNewPolyPolygon; in setPropertyValueImpl() local
2423 aNewPolyPolygon = basegfx::tools::UnoPointSequenceSequenceToB2DPolyPolygon( in setPropertyValueImpl()
2429aNewPolyPolygon = basegfx::tools::UnoPolyPolygonBezierCoordsToB2DPolyPolygon( in setPropertyValueImpl()
2433 if(aNewPolyPolygon.count()) in setPropertyValueImpl()
2436 ForceMetricToItemPoolMetric( aNewPolyPolygon ); in setPropertyValueImpl()
[all …]
/AOO41X/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx93 const basegfx::B3DPolyPolygon aNewPolyPolygon(aNewPolygon); in getLineTubeSegments() local
94 …const Primitive3DReference xRef(new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, aLineMaterial,… in getLineTubeSegments()
148 const basegfx::B3DPolyPolygon aNewPolyPolygon(aNewPolygon); in getLineCapSegments() local
149 …const Primitive3DReference xRef(new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, aLineMaterial,… in getLineCapSegments()
405 const basegfx::B3DPolyPolygon aNewPolyPolygon(aNewPolygon); in getLineJoinSegments() local
406 … BasePrimitive3D* pNew = new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, rMaterial, false); in getLineJoinSegments()
/AOO41X/main/cui/source/tabpages/
H A Dtplneend.cxx461 basegfx::B2DPolyPolygon aNewPolyPolygon(((SdrPathObj*)pNewObj)->GetPathPoly()); in IMPL_LINK() local
462 basegfx::B2DRange aNewRange(basegfx::tools::getRange(aNewPolyPolygon)); in IMPL_LINK()
465 aNewPolyPolygon.transform(basegfx::tools::createTranslateB2DHomMatrix( in IMPL_LINK()
514 pEntry = new XLineEndEntry( aNewPolyPolygon, aName ); in IMPL_LINK()
/AOO41X/main/svx/source/sdr/primitive2d/
H A Dsdrtextprimitive2d.cxx346 basegfx::B2DPolyPolygon aNewPolyPolygon(getPathPolyPolygon()); in createTransformedClone() local
347 aNewPolyPolygon.transform(rTransform); in createTransformedClone()
352 aNewPolyPolygon, in createTransformedClone()
/AOO41X/main/chart2/source/controller/main/
H A DDragMethod_PieSegment.cxx153 const basegfx::B2DPolyPolygon aNewPolyPolygon(pObj->TakeXorPoly()); in createSdrDragEntries() local
154 addSdrDragEntry(new SdrDragEntryPolyPolygon(aNewPolyPolygon)); in createSdrDragEntries()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx278 … const basegfx::B2DPolyPolygon aNewPolyPolygon(aAreaPolyPolygon.getB2DPolygon(b)); in create2DDecomposition() local
283 … const Primitive2DReference xRef(new PolyPolygonColorPrimitive2D(aNewPolyPolygon, aColor)); in create2DDecomposition()
/AOO41X/main/svx/source/svdraw/
H A Dsvdopath.cxx3026 basegfx::B2DPolyPolygon aNewPolyPolygon(rPolyPolygon); in TRSetBaseGeometry() local
3054 aNewPolyPolygon.transform(aMMToTwips); in TRSetBaseGeometry()
3111 const basegfx::B2DRange aCurrentRange(basegfx::tools::getRange(aNewPolyPolygon)); in TRSetBaseGeometry()
3116 aNewPolyPolygon.transform(aTransform); in TRSetBaseGeometry()
3117 SetPathPoly(aNewPolyPolygon); in TRSetBaseGeometry()
H A Dsvddrgmt.cxx460 const basegfx::B2DPolyPolygon aNewPolyPolygon(pM->GetMarkedSdrObj()->TakeXorPoly()); in createSdrDragEntries_PolygonDrag() local
462 for(sal_uInt32 b(0); b < aNewPolyPolygon.count(); b++) in createSdrDragEntries_PolygonDrag()
464 nPointCount += aNewPolyPolygon.getB2DPolygon(b).count(); in createSdrDragEntries_PolygonDrag()
474 aResult.append(aNewPolyPolygon); in createSdrDragEntries_PolygonDrag()