Home
last modified time | relevance | path

Searched refs:nHelpLine (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfusnapln.cxx56 sal_uInt16 nHelpLine = 0; in DoExecute() local
63 nHelpLine = static_cast<sal_uInt16>(pHelpLineIndex->GetValue()); in DoExecute()
87 … bLineExist = mpView->PickHelpLine(aLinePos, nHitLog, *mpWindow->GetOutDev(), nHelpLine, pPV); in DoExecute()
89 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute()
101 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute()
116 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute()
152 pPV->DeleteHelpLine(nHelpLine); in DoExecute()
181 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute()
182 pPV->SetHelpLine(nHelpLine, SdrHelpLine(rHelpLine.GetKind(), aHlpPos)); in DoExecute()
H A Dfudraw.cxx72 , nHelpLine(0) in FuDraw()
196 … bHelpLine = mpView->PickHelpLine(aMDPos, nHitLog, *mpWindow->GetOutDev(), nHelpLine, pPV); in MouseButtonDown()
204 mpView->BegDragHelpLine(nHelpLine, pPV); in MouseButtonDown()
284 mpView->GetSdrPageView()->DeleteHelpLine(nHelpLine); in MouseButtonUp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfusnapln.cxx57 sal_uInt16 nHelpLine = 0; in DoExecute() local
64 nHelpLine = static_cast<sal_uInt16>(pHelpLineIndex->GetValue()); in DoExecute()
89 bLineExist = mpView->PickHelpLine(aLinePos, nHitLog, *mpWindow, nHelpLine, pPV); in DoExecute()
91 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute()
103 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute()
118 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute()
154 pPV->DeleteHelpLine(nHelpLine); in DoExecute()
183 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in DoExecute()
184 pPV->SetHelpLine(nHelpLine, SdrHelpLine(rHelpLine.GetKind(), aHlpPos)); in DoExecute()
H A Dfudraw.cxx74 , nHelpLine(0) in FuDraw()
198 bHelpLine = mpView->PickHelpLine(aMDPos, nHitLog, *mpWindow, nHelpLine, pPV); in MouseButtonDown()
206 mpView->BegDragHelpLine(nHelpLine, pPV); in MouseButtonDown()
286 mpView->GetSdrPageView()->DeleteHelpLine(nHelpLine); in MouseButtonUp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dfudraw.hxx75 sal_uInt16 nHelpLine; member in sd::FuDraw
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dfudraw.hxx76 sal_uInt16 nHelpLine; member in sd::FuDraw
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviews4.cxx528 sal_uInt16 nHelpLine; in Command() local
539 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command()
541 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()
H A Ddrviews3.cxx1096 sal_uInt16 nHelpLine; in GetSnapItemState() local
1098 if ( !mpDrawView->PickHelpLine(aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in GetSnapItemState()
1101 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState()
H A Ddrviews2.cxx1312 sal_uInt16 nHelpLine; in FuTemporary() local
1316 if( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in FuTemporary()
1318 pPV->DeleteHelpLine( nHelpLine ); in FuTemporary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews4.cxx564 sal_uInt16 nHelpLine; in Command() local
575 … if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow()->GetOutDev(), nHelpLine, pPV) ) in Command()
577 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()
H A Ddrviews3.cxx1104 sal_uInt16 nHelpLine; in GetSnapItemState() local
1106 … if ( !mpDrawView->PickHelpLine(aMPos, nHitLog, *GetActiveWindow()->GetOutDev(), nHelpLine, pPV) ) in GetSnapItemState()
1109 const SdrHelpLine& rHelpLine = (pPV->GetHelpLines())[nHelpLine]; in GetSnapItemState()
H A Ddrviews2.cxx1339 sal_uInt16 nHelpLine; in FuTemporary() local
1341 … if( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow()->GetOutDev(), nHelpLine, pPV) ) in FuTemporary()
1343 pPV->DeleteHelpLine( nHelpLine ); in FuTemporary()