Searched refs:GetPolyNum (Results 1 – 9 of 9) sorted by relevance
330 if(pHdl && 0 == pHdl->GetPolyNum()) in beginSpecialDrag()355 if((1 == pHdl->GetPolyNum()) && (0 == pHdl->GetPointNum())) in beginSpecialDrag()367 if(pHdl && 0 == pHdl->GetPolyNum()) in applySpecialDrag()407 if(pHdl && 0 == pHdl->GetPolyNum()) in getSpecialDragComment()
166 nPoly=(sal_uInt16)rHdl.GetPolyNum(); // Nummer des Polygons im PolyPolygon in ImpSdrPathDragData()569 if(aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()].IsControl((sal_uInt16)pHdl->GetPointNum())) in beginPathDrag()624 const sal_uInt16 nPolyIndex((sal_uInt16)pHandle->GetPolyNum()); in movePathDrag()869 XPolygon& rXP=aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()]; in endPathDrag()1057 const XPolygon& rXPoly = aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragComment()1177 const XPolygon& rXP=aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragPoly()2091 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdlCount()2122 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdl()2135 pHdl->SetPolyNum(rHdl.GetPolyNum()); in GetPlusHdl()
1862 if(p1->mpHdl->GetPolyNum() == p2->mpHdl->GetPolyNum()) in ImplSortHdlFunc()1873 else if(p1->mpHdl->GetPolyNum() < p2->mpHdl->GetPolyNum()) in ImplSortHdlFunc()
682 nSavePolyNum = pSaveOldFocusHdl->GetPolyNum(); in SetMarkHandles()917 && pCandidate->GetPolyNum() == nSavePolyNum in SetMarkHandles()
596 sal_uInt32 nPol(pHdl->GetPolyNum()); in IMPL_LINK_INLINE_END()627 && pAct->GetPolyNum() == nPol in IMPL_LINK_INLINE_END()693 … if(pHdl && pHdl->GetObj() && pHdl->GetObj()->ISA(SdrEdgeObj) && 0 == pHdl->GetPolyNum()) in IMPL_LINK_INLINE_END()
698 sal_uInt32 nPol(pHdl->GetPolyNum()); in OnMarkHandle()726 …if(pAct && pAct->GetKind() == HDL_POLY && pAct->GetPolyNum() == nPol && pAct->GetPointNum() == nPn… in OnMarkHandle()995 pSmartHdl->SetPolyNum( pTempHdl->GetPolyNum() ); in addCustomHandles()
637 sal_uInt32 nPol(pHdl->GetPolyNum()); in KeyInput()668 && pAct->GetPolyNum() == nPol in KeyInput()
651 sal_uInt32 nPol(pHdl->GetPolyNum()); in KeyInput()682 && pAct->GetPolyNum() == nPol in KeyInput()
229 sal_uInt32 GetPolyNum() const { return nPolyNum; } in GetPolyNum() function in SdrHdl