Home
last modified time | relevance | path

Searched refs:PolyPolygonEditor (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx34 PolyPolygonEditor::PolyPolygonEditor( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bClosed ) in PolyPolygonEditor() function in sdr::PolyPolygonEditor
40 bool PolyPolygonEditor::DeletePoints( const std::set< sal_uInt16 >& rAbsPoints ) in DeletePoints()
71 bool PolyPolygonEditor::SetSegmentsKind(SdrPathSegmentKind eKind, const std::set< sal_uInt16 >& rAb… in SetSegmentsKind()
80 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetSegmentsKind()
130 bool PolyPolygonEditor::SetPointsSmooth( basegfx::B2VectorContinuity eFlags, const std::set< sal_uI… in SetPointsSmooth()
139 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetPointsSmooth()
160 bool PolyPolygonEditor::GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbs… in GetRelativePolyPoint()
H A Dsvdpoev.cxx114 … if(PolyPolygonEditor::GetRelativePolyPoint(pPath->GetPathPoly(), nNum, nPolyNum, nPntNum)) in CheckPolyPossibilitiesHelper()
222 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedPointsSmooth()
257 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedSegmentsKind()
325 PolyPolygonEditor aEditor( pPath ->GetPathPoly(), pPath->IsClosed() ); in DeleteMarkedPoints()
622 if(PolyPolygonEditor::GetRelativePolyPoint(aXPP, nPt, nPolyNum, nPointNum)) in ImpTransformMarkedPoints()
H A Dsvdopath.cxx886 …if(PolyPolygonEditor::GetRelativePolyPoint(aTempPolyPolygon, rDrag.GetHdl()->GetSourceHdlNum(), nP… in endPathDrag()
2478 if(!PolyPolygonEditor::GetRelativePolyPoint(GetPathPoly(), nSnapPnt, nPoly, nPnt)) in GetSnapPoint()
2510 if(PolyPolygonEditor::GetRelativePolyPoint(GetPathPoly(), nHdlNum, nPoly, nPnt)) in GetPoint()
2524 if(PolyPolygonEditor::GetRelativePolyPoint(GetPathPoly(), nHdlNum, nPoly, nPnt)) in NbcSetPoint()
2700 if(PolyPolygonEditor::GetRelativePolyPoint(aLocalPolyPolygon, nHdlNum, nPoly, nPnt)) in RipPoint()
H A Dsvddrgmt.cxx519 … if(sdr::PolyPolygonEditor::GetRelativePolyPoint(aPathXPP, nObjPt, nPolyNum, nPointNum)) in createSdrDragEntries_PointDrag()
/AOO42X/main/svx/inc/svx/
H A Dpolypolygoneditor.hxx40 class SVX_DLLPUBLIC PolyPolygonEditor class
43 PolyPolygonEditor( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bClosed );
/AOO42X/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx68 using ::sdr::PolyPolygonEditor;
1134 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in DeleteMarkedPoints()
1197 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in SetMarkedSegmentsKind()
1251 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in SetMarkedPointsSmooth()