Lines Matching refs:GetCount
95 bRet=pPts!=NULL && pPts->GetCount()!=0; in HasMarkedPoints()
112 if (pPts!=NULL) nAnz+=pPts->GetCount(); in GetMarkedPointCount()
386 for (sal_uInt32 nIndex(pPts->GetCount()); nIndex > 0L && nPtNum >= nMax;) in UndirtyMrkPnt()
401 if(pPts && pPts->GetCount()) in UndirtyMrkPnt()
418 for (sal_uIntPtr nIndex=pPts->GetCount(); nIndex>0;) { in UndirtyMrkPnt()
427 if (pPts!=NULL && pPts->GetCount()!=0) { in UndirtyMrkPnt()
454 if(pGPL && pGPL->GetCount()) in HasMarkableGluePoints()
456 for(sal_uInt16 a(0); !bRet && a < pGPL->GetCount(); a++) in HasMarkableGluePoints()
481 if(pGPL && pGPL->GetCount()) in GetMarkableGluePointCount()
483 for(sal_uInt16 a(0); a < pGPL->GetCount(); a++) in GetMarkableGluePointCount()
504 bRet=pPts!=NULL && pPts->GetCount()!=0; in HasMarkedGluePoints()
517 if (pPts!=NULL) nAnz+=pPts->GetCount(); in GetMarkedGluePointCount()
535 if (pPts!=NULL && pPts->GetCount()!=0) { in MarkGluePoints()
541 sal_uInt16 nGPAnz=pGPL->GetCount(); in MarkGluePoints()