Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfusnapln.cxx136 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()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx624 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()
/trunk/main/svx/source/svdraw/
H A Dsvdhlpln.cxx84 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 Dsvdsnpv.cxx605 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()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx450 const SdrHelpLine& rHelpLine = rHelpLines[nHlpLine]; in createHelpLinesString() local
451 const Point& rPos = rHelpLine.GetPos(); in createHelpLinesString()
453 switch( rHelpLine.GetKind() ) in createHelpLinesString()
H A Ddrviews4.cxx985 const SdrHelpLine& rHelpLine (rPageView.GetHelpLines()[nSnapLineIndex]); in ShowSnapLineContextMenu() local
988 if (rHelpLine.GetKind() == SDRHELPLINE_POINT) in ShowSnapLineContextMenu()
H A Ddrviews3.cxx1012 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState() local
1014 if ( rHelpLine.GetKind() == SDRHELPLINE_POINT ) in GetSnapItemState()
/trunk/main/svx/inc/svx/
H A Dsvdhlpln.hxx74 bool IsVisibleEqual( const SdrHelpLine& rHelpLine, const OutputDevice& rOut ) const;

Completed in 43 milliseconds