Home
last modified time | relevance | path

Searched refs:SdrHelpLine (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/svx/inc/svx/
H A Dsvdhlpln.hxx46 class SdrHelpLine { class
56 SdrHelpLine(SdrHelpLineKind eNewKind=SDRHELPLINE_POINT): eKind(eNewKind) {} in SdrHelpLine() function in SdrHelpLine
57 SdrHelpLine(SdrHelpLineKind eNewKind, const Point& rNewPos): aPos(rNewPos), eKind(eNewKind) {} in SdrHelpLine() function in SdrHelpLine
58 bool operator==(const SdrHelpLine& rCmp) const { return aPos==rCmp.aPos && eKind==rCmp.eKind; } in operator ==()
59 bool operator!=(const SdrHelpLine& rCmp) const { return !operator==(rCmp); } in operator !=()
74 bool IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const;
82 SdrHelpLine* GetObject(sal_uInt16 i) const { return (SdrHelpLine*)(aList.GetObject(i)); } in GetObject()
92 …void Insert(const SdrHelpLine& rHL, sal_uInt16 nPos=0xFFFF) { aList.Insert(new SdrH… in Insert()
93 …void Delete(sal_uInt16 nPos) { delete (SdrHelpLine*)… in Delete()
95SdrHelpLine& operator[](sal_uInt16 nPos) { return *GetObject(nPo… in operator []()
[all …]
H A Dsvdpagv.hxx248 void SetHelpLine(sal_uInt16 nNum, const SdrHelpLine& rNewHelpLine);
250 void InsertHelpLine(const SdrHelpLine& rHL, sal_uInt16 nNum=0xFFFF);
/aoo42x/main/svx/source/svdraw/
H A Dsvdhlpln.cxx37 Pointer SdrHelpLine::GetPointer() const in GetPointer()
46 FASTBOOL SdrHelpLine::IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const in IsHit()
65 Rectangle SdrHelpLine::GetBoundRect(const OutputDevice& rOut) const in GetBoundRect()
84 bool SdrHelpLine::IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const in IsVisibleEqual()
H A Dsvdsnpv.cxx339 const SdrHelpLine& rHL=rHLL[i]; in SnapPos()
605 const SdrHelpLine& rHelpLine = rHelpLines[nHelpLineNum]; in BegDragHelpLine()
687 SdrHelpLine aChangedHelpLine = rHelpLines[mpHelpLineOverlay->GetHelpLineNumber()]; in EndDragHelpLine()
701 SdrHelpLine aNewHelpLine(mpHelpLineOverlay->GetHelpLineKind(), aPnt); in EndDragHelpLine()
H A Dsvdpagv.cxx807 const SdrHelpLine& rHL=aHelpLines[nNum]; in ImpInvalidateHelpLineArea()
834 void SdrPageView::SetHelpLine(sal_uInt16 nNum, const SdrHelpLine& rNewHelpLine) in SetHelpLine()
859 void SdrPageView::InsertHelpLine(const SdrHelpLine& rHL, sal_uInt16 nNum) in InsertHelpLine()
/aoo42x/main/sd/source/ui/func/
H A Dfusnapln.cxx136 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute()
198 pPV->InsertHelpLine(SdrHelpLine(eKind, aHlpPos)); in DoExecute()
202 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute()
203 pPV->SetHelpLine(nHelpLine, SdrHelpLine(rHelpLine.GetKind(), aHlpPos)); in DoExecute()
/aoo42x/main/svx/inc/
H A Dsvdshort.hxx36 #define SdrHelpLine SdrFL /* HL ist schon besetzt */ macro
/aoo42x/main/sd/source/ui/view/
H A Dfrmview.cxx450 const SdrHelpLine& rHelpLine = rHelpLines[nHlpLine]; in createHelpLinesString()
609 SdrHelpLine aNewHelpLine; in createHelpLinesFromString()
H A Ddrviews4.cxx985 const SdrHelpLine& rHelpLine (rPageView.GetHelpLines()[nSnapLineIndex]); in ShowSnapLineContextMenu()
H A Ddrviews3.cxx1012 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState()
/aoo42x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx624 const SdrHelpLine& rHelpLine = rHelpLineList[(sal_uInt16)a]; in createPrimitive2DSequence()

Completed in 50 milliseconds