Lines Matching refs:i

103     for ( sal_uInt16 i = 0; i < aMetricArr.Count(); ++i )  in SwLoadOptPage()  local
105 String sMetric = aMetricArr.GetStringByPos( i ); in SwLoadOptPage()
106 FieldUnit eFUnit = (FieldUnit)aMetricArr.GetValue( i ); in SwLoadOptPage()
269 for ( sal_uInt16 i = 0; i < aMetricLB.GetEntryCount(); ++i ) in Reset() local
271 if ( (int)(sal_IntPtr)aMetricLB.GetEntryData( i ) == (int)eFieldUnit ) in Reset()
273 aMetricLB.SelectEntryPos( i ); in Reset()
441 sal_uInt16 i, nCount; in SwCaptionOptPage() local
450 for ( i = nCount; i; ) in SwCaptionOptPage()
451 if( ( pFldType = pMgr->GetFldType(USHRT_MAX, --i))->GetName() == in SwCaptionOptPage()
463 for ( i = 0; i < nCount; ++i ) in SwCaptionOptPage()
465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage()
466 sal_uInt16 nFmtId = pMgr->GetFormatId(TYP_SEQFLD, i); in SwCaptionOptPage()
467 aFormatBox.SetEntryData( i, reinterpret_cast<void*>(nFmtId) ); in SwCaptionOptPage()
469 aFormatBox.SelectEntryPos( i ); in SwCaptionOptPage()
472 for (i = 0; i < MAXLEVEL; i++) in SwCaptionOptPage()
473 aLbLevel.InsertEntry(String::CreateFromInt32(i + 1)); in SwCaptionOptPage()
614 for ( sal_uLong i = 0; i < aObjS.Count(); ++i ) in Reset() local
616 const SvGlobalName &rOleId = aObjS[i].GetClassName(); in Reset()
617 const String* pClassName = &aObjS[i].GetHumanName(); in Reset()
711 for (sal_uInt16 i = 0; i < nCount; i++) in IMPL_LINK() local
713 SwFieldType *pType = pMgr->GetFldType( USHRT_MAX, i ); in IMPL_LINK()
747 for (sal_uInt16 i = 0; i < aFormatBox.GetEntryCount(); i++) in IMPL_LINK() local
749 if (pOpt->GetNumType() == (sal_uInt16)(sal_uLong)aFormatBox.GetEntryData(i)) in IMPL_LINK()
751 aFormatBox.SelectEntryPos(i); in IMPL_LINK()
929 for( sal_uInt8 i = 0; i <= nLvl; ++i ) in DrawSample() local