Home
last modified time | relevance | path

Searched refs:nHelpLine (Results 1 – 6 of 6) sorted by path

/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx223 bHelpLine = mpView->PickHelpLine(aMDPos, nHitLog, *mpWindow, nHelpLine, pPV); in MouseButtonDown()
231 mpView->BegDragHelpLine(nHelpLine, pPV); in MouseButtonDown()
374 mpView->GetSdrPageView()->DeleteHelpLine(nHelpLine); in MouseButtonUp()
H A Dfusnapln.cxx75 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()
/trunk/main/sd/source/ui/inc/
H A Dfudraw.hxx91 sal_uInt16 nHelpLine; member in sd::FuDraw
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx822 sal_uInt16 nHelpLine; in FuTemporary() local
826 if( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in FuTemporary()
828 pPV->DeleteHelpLine( nHelpLine ); in FuTemporary()
H A Ddrviews3.cxx1008 sal_uInt16 nHelpLine; in GetSnapItemState() local
1010 if ( mpDrawView->PickHelpLine(aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in GetSnapItemState()
1012 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState()
H A Ddrviews4.cxx585 sal_uInt16 nHelpLine; in Command() local
597 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command()
600 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()

Completed in 48 milliseconds