Lines Matching refs:nCount
174 sal_uInt16 nCount = (sal_uInt16) rBox.pColorList->Count(); in CopyEntries() local
175 for ( sal_uInt16 n = 0; n < nCount; n++ ) in CopyEntries()
406 sal_uLong nCount = pLineList->Count(); in ~LineListBox() local
407 while ( n < nCount ) in ~LineListBox()
463 sal_uLong nCount = pLineList->Count(); in Clear() local
464 while ( n < nCount ) in Clear()
482 sal_uLong nCount = pLineList->Count(); in GetEntryPos() local
483 while ( n < nCount ) in GetEntryPos()
539 sal_uLong nCount = pLineList->Count(); in UpdateLineColors() local
540 if( !nCount ) in UpdateLineColors()
550 for( sal_uLong n = 0 ; n < nCount ; ++n ) in UpdateLineColors()
1289 sal_uLong nCount = aFontSizeNames.Count(); in Fill() local
1290 for( sal_uLong i = 0; i < nCount; i++ ) in Fill()