Lines Matching refs:nAnz

93 	sal_uIntPtr nAnz=GetMarkedObjectCount();  in MovMarkedToTop()  local
94 if (nAnz!=0) in MovMarkedToTop()
103 for (nm=0; nm<nAnz; nm++) in MovMarkedToTop()
110 for (nm=nAnz; nm>0;) in MovMarkedToTop()
181 sal_uIntPtr nAnz=GetMarkedObjectCount(); in MovMarkedToBtm() local
182 if (nAnz!=0) in MovMarkedToBtm()
191 for (nm=0; nm<nAnz; nm++) in MovMarkedToBtm()
199 for (nm=0; nm<nAnz; nm++) in MovMarkedToBtm()
275 sal_uIntPtr nAnz=GetMarkedObjectCount(); in PutMarkedInFrontOfObj() local
276 if (nAnz!=0) in PutMarkedInFrontOfObj()
303 for (nm=0; nm<nAnz; nm++) in PutMarkedInFrontOfObj()
310 for (nm=nAnz; nm>0;) in PutMarkedInFrontOfObj()
377 sal_uIntPtr nAnz=GetMarkedObjectCount(); in PutMarkedBehindObj() local
378 if (nAnz!=0) in PutMarkedBehindObj()
405 for (nm=0; nm<nAnz; nm++) { // Ordnums muessen alle stimmen! in PutMarkedBehindObj()
411 for (nm=0; nm<nAnz; nm++) { in PutMarkedBehindObj()
509 sal_uIntPtr nAnz=GetMarkedObjectCount(); in ImpCheckToTopBtmPossible() local
510 if (nAnz==0) in ImpCheckToTopBtmPossible()
512 if (nAnz==1) in ImpCheckToTopBtmPossible()
535 while (!bToBtmPossible && nm<nAnz) { // 'nach hinten' checken in ImpCheckToTopBtmPossible()
547 nm=nAnz; in ImpCheckToTopBtmPossible()
1255 const sal_uInt32 nAnz(GetMarkedObjectCount()); in CombineMarkedObjects() local
1258 for(sal_uInt32 a(nAnz); a > 0L; ) in CombineMarkedObjects()
1667 sal_uIntPtr nAnz=GetMarkedObjectCount(); in DismantleMarkedObjects() local
1669 for (nm=nAnz; nm>0;) { in DismantleMarkedObjects()
1729 const sal_uIntPtr nAnz = GetMarkedObjectCount(); in GroupMarked() local
1730 for(sal_uIntPtr nm = nAnz; nm>0; ) in GroupMarked()
1813 sal_uIntPtr nAnz=pDstLst->GetObjCount(); in GroupMarked() local
1819 for (sal_uIntPtr no=0; no<nAnz; no++) in GroupMarked()
1883 sal_uIntPtr nAnz=pSrcLst->GetObjCount(); in UnGroupMarked() local
1888 for (no=nAnz; no>0;) in UnGroupMarked()
1895 for (no=0; no<nAnz; no++) in UnGroupMarked()
2059 sal_uIntPtr nAnz=GetMarkedObjectCount(); in DoImportMarkedMtf() local
2061 for (sal_uIntPtr nm=nAnz; nm>0;) in DoImportMarkedMtf()