Searched refs:SdrHelpLineKind (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | svdhlpln.hxx | 40 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 D | svdsnpv.hxx | 195 sal_Bool BegDragHelpLine(const Point& rPnt, SdrHelpLineKind eNewKind);
|
/aoo42x/main/svx/inc/svx/sdr/overlay/ |
H A D | overlayhelpline.hxx | 40 SdrHelpLineKind meKind; 48 SdrHelpLineKind eNewKind = SDRHELPLINE_POINT); 52 SdrHelpLineKind getKind() const { return meKind; } in getKind()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdsnpv.cxx | 118 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()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlayhelpline.cxx | 76 SdrHelpLineKind eNewKind) in OverlayHelplineStriped()
|
/aoo42x/main/svx/inc/ |
H A D | svdshort.hxx | 34 #define SdrHelpLineKind SdrFLK /* HL ist schon besetzt */ macro
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fusnapln.cxx | 187 SdrHelpLineKind eKind; in DoExecute()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviews4.cxx | 274 SdrHelpLineKind eKind; in StartRulerDrag()
|
Completed in 56 milliseconds