Searched refs:nHelpLine (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | fusnapln.cxx | 75 sal_uInt16 nHelpLine = 0; in DoExecute() local 82 nHelpLine = static_cast<sal_uInt16>(pHelpLineIndex->GetValue()); in DoExecute() 107 bLineExist = mpView->PickHelpLine(aLinePos, nHitLog, *mpWindow, nHelpLine, pPV); in DoExecute() 109 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute() 121 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute() 136 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute() 172 pPV->DeleteHelpLine(nHelpLine); in DoExecute() 202 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute() 203 pPV->SetHelpLine(nHelpLine, SdrHelpLine(rHelpLine.GetKind(), aHlpPos)); in DoExecute()
|
H A D | fudraw.cxx | 223 bHelpLine = mpView->PickHelpLine(aMDPos, nHitLog, *mpWindow, nHelpLine, pPV); in MouseButtonDown() 231 mpView->BegDragHelpLine(nHelpLine, pPV); in MouseButtonDown() 374 mpView->GetSdrPageView()->DeleteHelpLine(nHelpLine); in MouseButtonUp()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews4.cxx | 579 sal_uInt16 nHelpLine; in Command() local 591 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command() 594 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()
|
H A D | drviews2.cxx | 819 sal_uInt16 nHelpLine; in FuTemporary() local 823 if( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in FuTemporary() 825 pPV->DeleteHelpLine( nHelpLine ); in FuTemporary()
|
H A D | drviews3.cxx | 991 sal_uInt16 nHelpLine; in GetSnapItemState() local 993 if ( mpDrawView->PickHelpLine(aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in GetSnapItemState() 995 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | fudraw.hxx | 91 sal_uInt16 nHelpLine; member in sd::FuDraw
|
Completed in 30 milliseconds