Home
last modified time | relevance | path

Searched refs:nObjCnt (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1665 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 …]
H A Dtxtfly.hxx80 MSHORT nObjCnt; member in SwContourCache
89 MSHORT GetCount() const { return nObjCnt; } in GetCount()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1869 sal_uLong nObjCnt = (mbScaleObjects ? GetObjCount() : 0); in ScaleObjects() local
1871 for (sal_uLong nObj = 0; nObj < nObjCnt; nObj++) in ScaleObjects()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx648 const sal_uInt32 nObjCnt(maSubList.GetObjCount()); in RecalcBoundVolume() local
650 if(nObjCnt) in RecalcBoundVolume()
652 for(sal_uInt32 a(0); a < nObjCnt; a++) in RecalcBoundVolume()

Completed in 50 milliseconds