Home
last modified time | relevance | path

Searched refs:SdrHelpLineKind (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvdhlpln.hxx40 enum SdrHelpLineKind {SDRHELPLINE_POINT,SDRHELPLINE_VERTICAL,SDRHELPLINE_HORIZONTAL}; enum
48 SdrHelpLineKind eKind;
56 SdrHelpLine(SdrHelpLineKind eNewKind=SDRHELPLINE_POINT): eKind(eNewKind) {} in SdrHelpLine()
57 SdrHelpLine(SdrHelpLineKind eNewKind, const Point& rNewPos): aPos(rNewPos), eKind(eNewKind) {} in SdrHelpLine()
61 void SetKind(SdrHelpLineKind eNewKind) { eKind=eNewKind; } in SetKind()
62 SdrHelpLineKind GetKind() const { return eKind; } in GetKind()
H A Dsvdsnpv.hxx195 sal_Bool BegDragHelpLine(const Point& rPnt, SdrHelpLineKind eNewKind);
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlayhelpline.hxx40 SdrHelpLineKind meKind;
48 SdrHelpLineKind eNewKind = SDRHELPLINE_POINT);
52 SdrHelpLineKind getKind() const { return meKind; } in getKind()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx118 SdrHelpLineKind meHelpLineKind;
122 SdrPageView* pPageView, sal_uInt16 nHelpLineNumber, SdrHelpLineKind eKind);
130 SdrHelpLineKind GetHelpLineKind() const { return meHelpLineKind; } in GetHelpLineKind()
135 SdrPageView* pPageView, sal_uInt16 nHelpLineNumber, SdrHelpLineKind eKind) in ImplHelpLineOverlay()
623 sal_Bool SdrSnapView::BegDragHelpLine(const Point& rPnt, SdrHelpLineKind eNewKind) in BegDragHelpLine()
/trunk/main/svx/source/sdr/overlay/
H A Doverlayhelpline.cxx76 SdrHelpLineKind eNewKind) in OverlayHelplineStriped()
/trunk/main/svx/inc/
H A Dsvdshort.hxx34 #define SdrHelpLineKind SdrFLK /* HL ist schon besetzt */ macro
/trunk/main/sd/source/ui/func/
H A Dfusnapln.cxx187 SdrHelpLineKind eKind; in DoExecute()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx274 SdrHelpLineKind eKind; in StartRulerDrag()

Completed in 27 milliseconds