Searched refs:nGlueId (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | fuediglu.cxx | 141 if (mpView->IsGluePointMarked(aVEvt.pObj, aVEvt.nGlueId) && rMEvt.IsShift()) in MouseButtonDown() 143 mpView->UnmarkGluePoint(aVEvt.pObj, aVEvt.nGlueId, aVEvt.pPV); in MouseButtonDown() 185 mpView->MarkGluePoint(aVEvt.pObj, aVEvt.nGlueId, aVEvt.pPV); in MouseButtonDown() 186 SdrHdl* pHdl = mpView->GetGluePointHdl(aVEvt.pObj, aVEvt.nGlueId); in MouseButtonDown()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 74 nGlueId(0), in SdrViewEvent() 374 sal_uInt16 nGlueId=0; in PickAnything() local 389 else if (bGluePointMode && PickGluePoint(aLocalLogicPosition,pObj,nGlueId,pPV)) in PickAnything() 683 nGlueId=(sal_uInt16)pHdl->GetObjHdlNum(); in PickAnything() 769 rVEvt.nGlueId=nGlueId; in PickAnything() 916 bRet=MarkGluePoint(rVEvt.pObj,rVEvt.nGlueId,rVEvt.pPV,rVEvt.bUnmark); in DoMouseEvent() 919 SdrHdl* pHdl=GetGluePointHdl(rVEvt.pObj,rVEvt.nGlueId); in DoMouseEvent()
|
H A D | svddrgv.cxx | 792 sal_uInt16 nGlueId=rGP.GetId(); in BegInsGluePoint() local 796 if (MarkGluePoint(pObj,nGlueId,pPV)) in BegInsGluePoint() 798 pHdl=GetGluePointHdl(pObj,nGlueId); in BegInsGluePoint() 800 …(pHdl!=NULL && pHdl->GetKind()==HDL_GLUE && pHdl->GetObj()==pObj && pHdl->GetObjHdlNum()==nGlueId) in BegInsGluePoint()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdview.hxx | 127 sal_uInt16 nGlueId; member
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeimport.cxx | 1310 …sal_Int32 nGlueId = rHint.nDestGlueId < 4 ? rHint.nDestGlueId : getGluePointId( xShape, rHint.nDes… in restoreConnections() local 1311 aAny <<= nGlueId; in restoreConnections()
|
Completed in 29 milliseconds