Home
last modified time | relevance | path

Searched refs:SdrDragEntryPointGlueDrag (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvddrgmt.hxx125 class SdrDragEntryPointGlueDrag : public SdrDragEntry class
132SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPositions, bool bIsPointDrag);
133 virtual ~SdrDragEntryPointGlueDrag();
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx250 SdrDragEntryPointGlueDrag::SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPosit… in SdrDragEntryPointGlueDrag() function in SdrDragEntryPointGlueDrag
258 SdrDragEntryPointGlueDrag::~SdrDragEntryPointGlueDrag() in ~SdrDragEntryPointGlueDrag()
262 drawinglayer::primitive2d::Primitive2DSequence SdrDragEntryPointGlueDrag::createPrimitive2DSequence… in createPrimitive2DSequenceInCurrentState()
537 addSdrDragEntry(new SdrDragEntryPointGlueDrag(aPositions, true)); in createSdrDragEntries_PointDrag()
581 addSdrDragEntry(new SdrDragEntryPointGlueDrag(aPositions, false)); in createSdrDragEntries_GlueDrag()

Completed in 33 milliseconds