Searched refs:rHelpLine (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sd/source/ui/func/ |
H A D | fusnapln.cxx | 136 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute() local 138 if ( rHelpLine.GetKind() == SDRHELPLINE_POINT ) in DoExecute() 147 if ( rHelpLine.GetKind() == SDRHELPLINE_VERTICAL ) in DoExecute() 202 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute() local 203 pPV->SetHelpLine(nHelpLine, SdrHelpLine(rHelpLine.GetKind(), aHlpPos)); in DoExecute()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrpage.cxx | 624 const SdrHelpLine& rHelpLine = rHelpLineList[(sal_uInt16)a]; in createPrimitive2DSequence() local 625 … const basegfx::B2DPoint aPosition((double)rHelpLine.GetPos().X(), (double)rHelpLine.GetPos().Y()); in createPrimitive2DSequence() 628 switch(rHelpLine.GetKind()) in createPrimitive2DSequence()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdhlpln.cxx | 84 bool SdrHelpLine::IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const in IsVisibleEqual() argument 86 if( eKind == rHelpLine.eKind) in IsVisibleEqual() 88 Point aPt1(rOut.LogicToPixel(aPos)), aPt2(rOut.LogicToPixel(rHelpLine.aPos)); in IsVisibleEqual()
|
H A D | svdsnpv.cxx | 605 const SdrHelpLine& rHelpLine = rHelpLines[nHelpLineNum]; in BegDragHelpLine() local 606 Point aHelpLinePos = rHelpLine.GetPos(); // + pPV->GetOffset(); in BegDragHelpLine() 610 …mpHelpLineOverlay = new ImplHelpLineOverlay(*this, aStartPos, pPV, nHelpLineNum, rHelpLine.GetKind… in BegDragHelpLine()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | frmview.cxx | 450 const SdrHelpLine& rHelpLine = rHelpLines[nHlpLine]; in createHelpLinesString() local 451 const Point& rPos = rHelpLine.GetPos(); in createHelpLinesString() 453 switch( rHelpLine.GetKind() ) in createHelpLinesString()
|
H A D | drviews4.cxx | 985 const SdrHelpLine& rHelpLine (rPageView.GetHelpLines()[nSnapLineIndex]); in ShowSnapLineContextMenu() local 988 if (rHelpLine.GetKind() == SDRHELPLINE_POINT) in ShowSnapLineContextMenu()
|
H A D | drviews3.cxx | 1012 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState() local 1014 if ( rHelpLine.GetKind() == SDRHELPLINE_POINT ) in GetSnapItemState()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdhlpln.hxx | 74 bool IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const;
|
Completed in 52 milliseconds