Lines Matching refs:sal_uIntPtr

87 void SdrEditView::ObjOrderChanged(SdrObject* /*pObj*/, sal_uIntPtr /*nOldPos*/, sal_uIntPtr /*nNewP…  in ObjOrderChanged()  argument
93 sal_uIntPtr nAnz=GetMarkedObjectCount(); in MovMarkedToTop()
102 sal_uIntPtr nm; in MovMarkedToTop()
109 sal_uIntPtr nNewPos=0; in MovMarkedToTop()
118 nNewPos=sal_uIntPtr(pOL->GetObjCount()-1); in MovMarkedToTop()
121 sal_uIntPtr nNowPos=pObj->GetOrdNumDirect(); in MovMarkedToTop()
123 sal_uIntPtr nCmpPos=nNowPos+1; in MovMarkedToTop()
127 sal_uIntPtr nMaxPos=pMaxObj->GetOrdNum(); in MovMarkedToTop()
181 sal_uIntPtr nAnz=GetMarkedObjectCount(); in MovMarkedToBtm()
190 sal_uIntPtr nm; in MovMarkedToBtm()
198 sal_uIntPtr nNewPos=0; in MovMarkedToBtm()
209 sal_uIntPtr nNowPos=pObj->GetOrdNumDirect(); in MovMarkedToBtm()
211 sal_uIntPtr nCmpPos=nNowPos; if (nCmpPos>0) nCmpPos--; in MovMarkedToBtm()
215 sal_uIntPtr nMinPos=pMaxObj->GetOrdNum()+1; in MovMarkedToBtm()
275 sal_uIntPtr nAnz=GetMarkedObjectCount(); in PutMarkedInFrontOfObj()
288 sal_uIntPtr nRefMark=TryToFindMarkedObject(pRefObj); in PutMarkedInFrontOfObj()
302 sal_uIntPtr nm; in PutMarkedInFrontOfObj()
309 sal_uIntPtr nNewPos=0; in PutMarkedInFrontOfObj()
320 nNewPos=sal_uIntPtr(pOL->GetObjCount()-1); in PutMarkedInFrontOfObj()
323 sal_uIntPtr nNowPos=pObj->GetOrdNumDirect(); in PutMarkedInFrontOfObj()
327 sal_uIntPtr nMaxOrd=pMaxObj->GetOrdNum(); // geht leider nicht anders in PutMarkedInFrontOfObj()
339 sal_uIntPtr nMaxOrd=pRefObj->GetOrdNum(); // geht leider nicht anders in PutMarkedInFrontOfObj()
377 sal_uIntPtr nAnz=GetMarkedObjectCount(); in PutMarkedBehindObj()
390 sal_uIntPtr nRefMark=TryToFindMarkedObject(pRefObj); in PutMarkedBehindObj()
404 sal_uIntPtr nm; in PutMarkedBehindObj()
410 sal_uIntPtr nNewPos=0; in PutMarkedBehindObj()
420 sal_uIntPtr nNowPos=pObj->GetOrdNumDirect(); in PutMarkedBehindObj()
423 sal_uIntPtr nMinOrd=pMinObj->GetOrdNum()+1; // geht leider nicht anders in PutMarkedBehindObj()
429 sal_uIntPtr nMinOrd=pRefObj->GetOrdNum(); // geht leider nicht anders in PutMarkedBehindObj()
458 sal_uIntPtr nMarkAnz=GetMarkedObjectCount(); in ReverseOrderOfMarked()
468 sal_uIntPtr a=0; in ReverseOrderOfMarked()
471 sal_uIntPtr b=a+1; in ReverseOrderOfMarked()
475 sal_uIntPtr c=b; in ReverseOrderOfMarked()
482 sal_uIntPtr nOrd1=pObj1->GetOrdNumDirect(); in ReverseOrderOfMarked()
483 sal_uIntPtr nOrd2=pObj2->GetOrdNumDirect(); in ReverseOrderOfMarked()
509 sal_uIntPtr nAnz=GetMarkedObjectCount(); in ImpCheckToTopBtmPossible()
516 sal_uIntPtr nMax=pOL->GetObjCount(); in ImpCheckToTopBtmPossible()
517 sal_uIntPtr nMin=0; in ImpCheckToTopBtmPossible()
518 sal_uIntPtr nObjNum=pObj->GetOrdNum(); in ImpCheckToTopBtmPossible()
521 sal_uIntPtr nRestrict=pRestrict->GetOrdNum(); in ImpCheckToTopBtmPossible()
526 sal_uIntPtr nRestrict=pRestrict->GetOrdNum(); in ImpCheckToTopBtmPossible()
529 bToTopPossible=nObjNum<sal_uIntPtr(nMax-1); in ImpCheckToTopBtmPossible()
532 sal_uIntPtr nm=0; in ImpCheckToTopBtmPossible()
542 sal_uIntPtr nPos=pObj->GetOrdNum(); in ImpCheckToTopBtmPossible()
543 bToBtmPossible=nPos>sal_uIntPtr(nPos0+1); in ImpCheckToTopBtmPossible()
558 sal_uIntPtr nPos=pObj->GetOrdNum(); in ImpCheckToTopBtmPossible()
559 bToTopPossible=nPos+1<sal_uIntPtr(nPos0); in ImpCheckToTopBtmPossible()
916 delete aEntryList.Remove((sal_uIntPtr)0L); in DECLARE_LIST()
1007 delete aEntryList.Remove((sal_uIntPtr)0L); in DECLARE_LIST()
1492 void SdrEditView::ImpDismantleOneObject(const SdrObject* pObj, SdrObjList& rOL, sal_uIntPtr& rPos, … in ImpDismantleOneObject()
1660 sal_uIntPtr nm; in DismantleMarkedObjects()
1661 sal_uIntPtr nAnz=GetMarkedObjectCount(); in DismantleMarkedObjects()
1672 sal_uIntPtr nPos0=pObj->GetOrdNumDirect(); in DismantleMarkedObjects()
1673 sal_uIntPtr nPos=nPos0+1; in DismantleMarkedObjects()
1723 const sal_uIntPtr nAnz = GetMarkedObjectCount(); in GroupMarked()
1724 for(sal_uIntPtr nm = nAnz; nm>0; ) in GroupMarked()
1754 sal_uIntPtr nInsPos=pSrcLst->GetObjCount(); in GroupMarked()
1756 for (sal_uIntPtr nm=GetMarkedObjectCount(); nm>0;) in GroupMarked()
1807 sal_uIntPtr nAnz=pDstLst->GetObjCount(); in GroupMarked()
1813 for (sal_uIntPtr no=0; no<nAnz; no++) in GroupMarked()
1846 sal_uIntPtr nCount=0; in UnGroupMarked()
1850 for (sal_uIntPtr nm=GetMarkedObjectCount(); nm>0;) { in UnGroupMarked()
1871 sal_uIntPtr nDstCnt=pGrp->GetOrdNum(); in UnGroupMarked()
1877 sal_uIntPtr nAnz=pSrcLst->GetObjCount(); in UnGroupMarked()
1878 sal_uIntPtr no; in UnGroupMarked()
1973 sal_uIntPtr nMarkAnz=GetMarkedObjectCount(); in ImpConvertTo()
1996 for (sal_uIntPtr nm=nMarkAnz; nm>0;) { in ImpConvertTo()
2053 sal_uIntPtr nAnz=GetMarkedObjectCount(); in DoImportMarkedMtf()
2055 for (sal_uIntPtr nm=nAnz; nm>0;) in DoImportMarkedMtf()
2070 sal_uIntPtr nInsPos=pObj->GetOrdNum()+1; in DoImportMarkedMtf()
2073 sal_uIntPtr nInsAnz=0; in DoImportMarkedMtf()
2106 sal_uIntPtr nObj=nInsPos; in DoImportMarkedMtf()
2118 for (sal_uIntPtr i=0; i<nInsAnz; i++) in DoImportMarkedMtf()
2160 for(sal_uIntPtr a(0); a < aNewMarked.GetMarkCount(); a++) in DoImportMarkedMtf()