Searched refs:nObjCnt (Results 1 – 4 of 4) sorted by relevance
1665 nPntCnt( 0 ), nObjCnt( 0 ) in SwContourCache()1682 --nObjCnt; in ClrObject()1684 ( nObjCnt - nPos ) * sizeof( SdrObject* ) ); in ClrObject()1686 ( nObjCnt - nPos ) * sizeof( TextRanger* ) ); in ClrObject()1707 pContourCache->nObjCnt = 0; in ClrContourCache()1765 if( nObjCnt == POLY_CNT ) in ContourRect()1767 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()1768 delete pTextRanger[ nObjCnt ]; in ContourRect()1825 while( nPntCnt > POLY_MAX && nObjCnt > POLY_MIN ) in ContourRect()1827 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()[all …]
80 MSHORT nObjCnt; member in SwContourCache89 MSHORT GetCount() const { return nObjCnt; } in GetCount()
648 const sal_uInt32 nObjCnt(maSubList.GetObjCount()); in RecalcBoundVolume() local650 if(nObjCnt) in RecalcBoundVolume()652 for(sal_uInt32 a(0); a < nObjCnt; a++) in RecalcBoundVolume()
1869 sal_uLong nObjCnt = (mbScaleObjects ? GetObjCount() : 0); in ScaleObjects() local1871 for (sal_uLong nObj = 0; nObj < nObjCnt; nObj++) in ScaleObjects()
Completed in 48 milliseconds