Searched refs:SdrDragEntryPointGlueDrag (Results 1 – 2 of 2) sorted by relevance
125 class SdrDragEntryPointGlueDrag : public SdrDragEntry class132 … SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPositions, bool bIsPointDrag);133 virtual ~SdrDragEntryPointGlueDrag();
246 SdrDragEntryPointGlueDrag::SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPosit… in SdrDragEntryPointGlueDrag() function in SdrDragEntryPointGlueDrag254 SdrDragEntryPointGlueDrag::~SdrDragEntryPointGlueDrag() in ~SdrDragEntryPointGlueDrag()258 drawinglayer::primitive2d::Primitive2DSequence SdrDragEntryPointGlueDrag::createPrimitive2DSequence… in createPrimitive2DSequenceInCurrentState()532 addSdrDragEntry(new SdrDragEntryPointGlueDrag(aPositions, true)); in createSdrDragEntries_PointDrag()576 addSdrDragEntry(new SdrDragEntryPointGlueDrag(aPositions, false)); in createSdrDragEntries_GlueDrag()