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();
250 SdrDragEntryPointGlueDrag::SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPosit… in SdrDragEntryPointGlueDrag() function in SdrDragEntryPointGlueDrag258 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 36 milliseconds