Searched refs:nObjCnt (Results 1 – 4 of 4) sorted by relevance
1659 nPntCnt( 0 ), nObjCnt( 0 ) in SwContourCache()1676 --nObjCnt; in ClrObject()1678 ( nObjCnt - nPos ) * sizeof( SdrObject* ) ); in ClrObject()1680 ( nObjCnt - nPos ) * sizeof( TextRanger* ) ); in ClrObject()1701 pContourCache->nObjCnt = 0; in ClrContourCache()1759 if( nObjCnt == POLY_CNT ) in ContourRect()1761 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()1762 delete pTextRanger[ nObjCnt ]; in ContourRect()1819 while( nPntCnt > POLY_MAX && nObjCnt > POLY_MIN ) in ContourRect()1821 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()
1907 sal_uLong nObjCnt = (mbScaleObjects ? GetObjCount() : 0); in ScaleObjects() local1909 for (sal_uLong nObj = 0; nObj < nObjCnt; nObj++) in ScaleObjects()
Completed in 48 milliseconds