Lines Matching refs:nCount

958     SwAnchoredObjList::size_type nCount( bOn ? GetAnchoredObjList()->size() : 0 );  in DrawTextOpaque()  local
959 if ( bOn && nCount > 0 ) in DrawTextOpaque()
963 for( MSHORT i = 0; i < nCount; ++i ) in DrawTextOpaque()
1063 SwAnchoredObjList::size_type nCount( bOn ? GetAnchoredObjList()->size() : 0 ); in DrawFlyRect() local
1064 if ( bOn && nCount > 0 ) in DrawFlyRect()
1068 for( MSHORT i = 0; i < nCount; ++i ) in DrawFlyRect()
1426 const sal_uInt32 nCount = pSorted ? pSorted->Count() : 0; in InitAnchoredObjList() local
1439 if( nCount && bWrapAllowed ) in InitAnchoredObjList()
1466 for( sal_uInt32 i = 0; i < nCount; i++ ) in InitAnchoredObjList()
1627 const sal_uInt32 nCount = pDrawObj ? pDrawObj->Count() : 0; in CalcMinBottom() local
1628 if( nCount ) in CalcMinBottom()
1631 for( sal_uInt32 i = 0; i < nCount; i++ ) in CalcMinBottom()
1849 MSHORT nCount; in ContourRect() local
1850 if( 0 != ( nCount = pTmp->Count() ) ) in ContourRect()
1853 while( nIdx < nCount && (*pTmp)[ nIdx ] < nXPos ) in ContourRect()
1859 else if( ! bRight && ( nIdx >= nCount || (*pTmp)[ nIdx ] != nXPos ) ) in ContourRect()
1867 if( bSet && nIdx < nCount ) in ContourRect()
1899 MSHORT nCount = rPol.GetSize(); in ShowContour() local
1900 if( nCount > 1 && rPol[ 0 ] == rPol[ nCount - 1 ] ) in ShowContour()
1913 MSHORT nCount = rPol.GetSize(); in ShowContour() local
1914 for( MSHORT k = 0; k < nCount; ++k ) in ShowContour()
1972 SwAnchoredObjList::size_type nCount( bOn ? GetAnchoredObjList()->size() : 0 ); in ForEach() local
1973 if ( bOn && nCount > 0 ) in ForEach()
1976 for( SwAnchoredObjList::size_type i = 0; i < nCount; ++i ) in ForEach()
2067 SwAnchoredObjList::size_type nCount = GetAnchoredObjList()->size(); in GetPos() local
2069 while ( nRet < nCount && pAnchoredObj != (*mpAnchoredObjList)[ nRet ] ) in GetPos()