LibreOffice Module svx (master) 1
|
Public Member Functions | |
ImplHelpLineOverlay (const SdrPaintView &rView, const basegfx::B2DPoint &rStartPos, SdrPageView *pPageView, sal_uInt16 nHelpLineNumber, SdrHelpLineKind eKind) | |
void | SetPosition (const basegfx::B2DPoint &rNewPosition) |
SdrPageView * | GetPageView () const |
sal_uInt16 | GetHelpLineNumber () const |
SdrHelpLineKind | GetHelpLineKind () const |
Private Attributes | |
sdr::overlay::OverlayObjectList | maObjects |
basegfx::B2DPoint | maPosition |
SdrPageView * | mpPageView |
sal_uInt16 | mnHelpLineNumber |
SdrHelpLineKind | meHelpLineKind |
Definition at line 95 of file svdsnpv.cxx.
ImplHelpLineOverlay::ImplHelpLineOverlay | ( | const SdrPaintView & | rView, |
const basegfx::B2DPoint & | rStartPos, | ||
SdrPageView * | pPageView, | ||
sal_uInt16 | nHelpLineNumber, | ||
SdrHelpLineKind | eKind | ||
) |
Definition at line 124 of file svdsnpv.cxx.
References a, sdr::overlay::OverlayObjectList::append(), SdrPaintWindow::GetOverlayManager(), SdrPaintView::GetPaintWindow(), maObjects, maPosition, maPosition, meHelpLineKind, and SdrPaintView::PaintWindowCount().
|
inline |
Definition at line 121 of file svdsnpv.cxx.
References meHelpLineKind.
Referenced by SdrSnapView::EndDragHelpLine(), and SdrSnapView::GetDraggedHelpLinePointer().
|
inline |
Definition at line 120 of file svdsnpv.cxx.
References mnHelpLineNumber.
Referenced by SdrSnapView::EndDragHelpLine().
|
inline |
Definition at line 119 of file svdsnpv.cxx.
References mpPageView.
Referenced by SdrSnapView::EndDragHelpLine().
void ImplHelpLineOverlay::SetPosition | ( | const basegfx::B2DPoint & | rNewPosition | ) |
Definition at line 147 of file svdsnpv.cxx.
References a, sdr::overlay::OverlayObjectList::count(), sdr::overlay::OverlayObjectList::getOverlayObject(), maObjects, maPosition, and sdr::overlay::OverlayObjectWithBasePosition::setBasePosition().
Referenced by SdrSnapView::MovDragHelpLine().
|
private |
Definition at line 98 of file svdsnpv.cxx.
Referenced by ImplHelpLineOverlay(), and SetPosition().
|
private |
Definition at line 101 of file svdsnpv.cxx.
Referenced by ImplHelpLineOverlay(), and SetPosition().
|
private |
Definition at line 106 of file svdsnpv.cxx.
Referenced by GetHelpLineKind(), and ImplHelpLineOverlay().
|
private |
Definition at line 105 of file svdsnpv.cxx.
Referenced by GetHelpLineNumber().
|
private |
Definition at line 104 of file svdsnpv.cxx.
Referenced by GetPageView().