Lines Matching refs:n

81     for ( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; )  in ImplDestroyColorEntries()  local
83 ImplColorListData* pData = pColorList->GetObject( --n ); in ImplDestroyColorEntries()
175 for ( sal_uInt16 n = 0; n < nCount; n++ ) in CopyEntries() local
177 ImplColorListData* pData = rBox.pColorList->GetObject( n ); in CopyEntries()
178 sal_uInt16 nPos = InsertEntry( rBox.GetEntry( n ), LISTBOX_APPEND ); in CopyEntries()
188 for( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in GetEntryPos() local
190 ImplColorListData* pData = pColorList->GetObject( --n ); in GetEntryPos()
192 return n; in GetEntryPos()
405 sal_uLong n = 0; in ~LineListBox() local
407 while ( n < nCount ) in ~LineListBox()
409 ImpLineListData* pData = pLineList->GetObject( n ); in ~LineListBox()
412 n++; in ~LineListBox()
462 sal_uLong n = 0; in Clear() local
464 while ( n < nCount ) in Clear()
466 ImpLineListData* pData = pLineList->GetObject( n ); in Clear()
469 n++; in Clear()
481 sal_uLong n = 0; in GetEntryPos() local
483 while ( n < nCount ) in GetEntryPos()
485 ImpLineListData* pData = pLineList->GetObject( n ); in GetEntryPos()
491 return (sal_uInt16)n; in GetEntryPos()
494 n++; in GetEntryPos()
550 for( sal_uLong n = 0 ; n < nCount ; ++n ) in UpdateLineColors() local
552 ImpLineListData* pData = pLineList->GetObject( n ); in UpdateLineColors()
556 ListBox::RemoveEntry( sal_uInt16( n ) ); in UpdateLineColors()
558 ListBox::InsertEntry( aStr, aBmp, sal_uInt16( n ) ); in UpdateLineColors()
746 for ( sal_uInt16 n = GetEntryCount(); n; ) in ImplCalcUserItemSize() local
748 ImplFontNameListData* pData = mpFontList->GetObject( --n ); in ImplCalcUserItemSize()
1377 short i = nPtRelMin, n = 0; in SetRelative() local
1379 while ( i <= nPtRelMax && n++ < 100 ) in SetRelative()