Home
last modified time | relevance | path

Searched refs:nObjCnt (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/core/text/
H A Dtxtfly.cxx1659 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 …]
H A Dtxtfly.hxx80 MSHORT nObjCnt; member in SwContourCache
89 MSHORT GetCount() const { return nObjCnt; } in GetCount()
/aoo4110/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()
/aoo4110/main/sd/source/core/
H A Dsdpage.cxx1907 sal_uLong nObjCnt = (mbScaleObjects ? GetObjCount() : 0); in ScaleObjects() local
1909 for (sal_uLong nObj = 0; nObj < nObjCnt; nObj++) in ScaleObjects()

Completed in 52 milliseconds