Lines Matching refs:i

99 	for(sal_uInt16 i=0; i < nSize; ++i)  in InitListBox()  local
100 { const SvxBoxEntry* pTmp = new SvxBoxEntry(ListBox::GetEntry(i), i); in InitListBox()
208 for (sal_uInt16 i=0; i < aEntryLst.Count(); i++) in GetSelectSvxBoxEntry() local
210 if(aEntryLst[i]->aName == aName ) in GetSelectSvxBoxEntry()
211 return *aEntryLst[i]; in GetSelectSvxBoxEntry()
225 for(sal_uInt16 i=0; i < nSize; ++i) in GetModifiedCount() local
226 { if(aEntryLst[i]->bModified) in GetModifiedCount()
258 for(sal_uInt16 i=0; i < nSize; ++i) in GetModifiedEntry() local
259 { if(aEntryLst[i]->bModified) in GetModifiedEntry()
261 return *aEntryLst[i]; in GetModifiedEntry()
294 for(sal_uInt16 i=0; i < nSize; ++i) in GetNewCount() local
295 { if(aEntryLst[i]->bNew) in GetNewCount()
309 for(sal_uInt16 i=0; i < nSize; ++i) in GetNewEntry() local
310 { if(aEntryLst[i]->bNew) in GetNewEntry()
312 return *aEntryLst[i]; in GetNewEntry()
367 for(sal_uInt16 i=0; i < nSize; ++i) in InitComboBox() local
368 { const SvxBoxEntry* pTmp = new SvxBoxEntry(ComboBox::GetEntry(i), i); in InitComboBox()
467 for(sal_uInt16 i=0; i < nSize; ++i) in GetModifiedCount() local
468 { if(aEntryLst[i]->bModified) in GetModifiedCount()
500 for(sal_uInt16 i=0; i < nSize; ++i) in GetModifiedEntry() local
501 { if(aEntryLst[i]->bModified) in GetModifiedEntry()
503 return *aEntryLst[i]; in GetModifiedEntry()
536 for(sal_uInt16 i=0; i < nSize; ++i) in GetNewCount() local
537 { if(aEntryLst[i]->bNew) in GetNewCount()
551 for(sal_uInt16 i=0; i < nSize; ++i) in GetNewEntry() local
552 { if(aEntryLst[i]->bNew) in GetNewEntry()
554 return *aEntryLst[i]; in GetNewEntry()