Home
last modified time | relevance | path

Searched refs:nGlueId (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuediglu.cxx104 if (mpView->IsGluePointMarked(aVEvt.pObj, aVEvt.nGlueId) && rMEvt.IsShift()) in MouseButtonDown()
106 mpView->UnmarkGluePoint(aVEvt.pObj, aVEvt.nGlueId); in MouseButtonDown()
140 mpView->MarkGluePoint(aVEvt.pObj, aVEvt.nGlueId, false); in MouseButtonDown()
141 SdrHdl* pHdl = mpView->GetGluePointHdl(aVEvt.pObj, aVEvt.nGlueId); in MouseButtonDown()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuediglu.cxx104 if (mpView->IsGluePointMarked(aVEvt.pObj, aVEvt.nGlueId) && rMEvt.IsShift()) in MouseButtonDown()
106 mpView->UnmarkGluePoint(aVEvt.pObj, aVEvt.nGlueId); in MouseButtonDown()
140 mpView->MarkGluePoint(aVEvt.pObj, aVEvt.nGlueId, false); in MouseButtonDown()
141 SdrHdl* pHdl = mpView->GetGluePointHdl(aVEvt.pObj, aVEvt.nGlueId); in MouseButtonDown()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvddrgv.cxx751 sal_uInt16 nGlueId=rGP.GetId(); in BegInsGluePoint() local
755 if (MarkGluePoint(pObj,nGlueId,false)) in BegInsGluePoint()
757 pHdl=GetGluePointHdl(pObj,nGlueId); in BegInsGluePoint()
759 …lptr && pHdl->GetKind()==SdrHdlKind::Glue && pHdl->GetObj()==pObj && pHdl->GetObjHdlNum()==nGlueId) in BegInsGluePoint()
H A Dsvdview.cxx66 nGlueId(0), in SdrViewEvent()
323 sal_uInt16 nGlueId=0; in PickAnything() local
336 else if (bGluePointMode && PickGluePoint(aLocalLogicPosition,pObj,nGlueId,pPV)) in PickAnything()
647 nGlueId=static_cast<sal_uInt16>(pHdl->GetObjHdlNum()); in PickAnything()
731 rVEvt.nGlueId=nGlueId; in PickAnything()
873 bRet=MarkGluePoint(rVEvt.pObj,rVEvt.nGlueId,rVEvt.bUnmark); in DoMouseEvent()
876 SdrHdl* pHdl=GetGluePointHdl(rVEvt.pObj,rVEvt.nGlueId); in DoMouseEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvddrgv.cxx765 sal_uInt16 nGlueId=rGP.GetId(); in BegInsGluePoint() local
769 if (MarkGluePoint(pObj,nGlueId,false)) in BegInsGluePoint()
771 pHdl=GetGluePointHdl(pObj,nGlueId); in BegInsGluePoint()
773 …lptr && pHdl->GetKind()==SdrHdlKind::Glue && pHdl->GetObj()==pObj && pHdl->GetObjHdlNum()==nGlueId) in BegInsGluePoint()
H A Dsvdview.cxx72 nGlueId(0), in SdrViewEvent()
330 sal_uInt16 nGlueId=0; in PickAnything() local
344 else if (bGluePointMode && PickGluePoint(aLocalLogicPosition,pObj,nGlueId,pPV)) in PickAnything()
654 nGlueId=static_cast<sal_uInt16>(pHdl->GetObjHdlNum()); in PickAnything()
738 rVEvt.nGlueId=nGlueId; in PickAnything()
880 bRet=MarkGluePoint(rVEvt.pObj,rVEvt.nGlueId,rVEvt.bUnmark); in DoMouseEvent()
883 SdrHdl* pHdl=GetGluePointHdl(rVEvt.pObj,rVEvt.nGlueId); in DoMouseEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdview.hxx114 sal_uInt16 nGlueId; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdview.hxx114 sal_uInt16 nGlueId; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeimport.cxx832 …sal_Int32 nGlueId = rHint.nDestGlueId < 4 ? rHint.nDestGlueId : getGluePointId( xShape, rHint.nDes… in restoreConnections() local
834 xConnector->setPropertyValue( gsStartGluePointIndex, uno::Any(nGlueId) ); in restoreConnections()
836 xConnector->setPropertyValue( gsEndGluePointIndex, uno::Any(nGlueId) ); in restoreConnections()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeimport.cxx1003 …sal_Int32 nGlueId = rHint.nDestGlueId < 4 ? rHint.nDestGlueId : getGluePointId( xShape, rHint.nDes… in restoreConnections() local
1004 …>setPropertyValue( rHint.bStart ? gsStartGluePointIndex : gsEndGluePointIndex, uno::Any(nGlueId) ); in restoreConnections()