Lines Matching refs:i

297 	sal_uLong i;  in ~IconChoiceDialog()  local
307 for ( i = 0; i < nCount; ++i ) in ~IconChoiceDialog()
309 IconChoicePageData* pData = maPageList.GetObject(i); in ~IconChoiceDialog()
330 for ( i=0; i<maIconCtrl.GetEntryCount(); i++) in ~IconChoiceDialog()
332 SvxIconChoiceCtrlEntry* pEntry = maIconCtrl.GetEntry ( i ); in ~IconChoiceDialog()
381 for ( sal_uLong i=0; i<maPageList.Count(); i++ ) in Paint() local
383 IconChoicePageData* pData = (IconChoicePageData*)maPageList.GetObject ( i ); in Paint()
543 for ( sal_uLong i=0; i<maPageList.Count(); i++ ) in SetPosSizeCtrls() local
545 IconChoicePageData* pData = (IconChoicePageData*)maPageList.GetObject ( i ); in SetPosSizeCtrls()
873 for ( sal_uInt16 i = 0; i < nCount; ++i ) in DeActivatePageImpl() local
875 IconChoicePageData* pObj = (IconChoicePageData*)maPageList.GetObject(i); in DeActivatePageImpl()
928 sal_uInt16 i; in GetInputRanges() local
929 for ( i = 0; i < nCount; ++i ) in GetInputRanges()
931 IconChoicePageData* pData = maPageList.GetObject (i); in GetInputRanges()
952 for ( i = 0; i < nCount; ++i ) in GetInputRanges()
953 aUS[i] = rPool.GetWhich( aUS[i] ); in GetInputRanges()
1043 for ( sal_uLong i = 0; i < nCount; ++i ) in QueryClose() local
1045 IconChoicePageData* pData = maPageList.GetObject(i); in QueryClose()
1113 for ( sal_uLong i=0; i<maPageList.Count() && !bFound; i++ ) in GetPageData() local
1115 IconChoicePageData* pData = (IconChoicePageData*)maPageList.GetObject ( i ); in GetPageData()
1182 for ( sal_uInt16 i = 0; i < nCount; ++i ) in Ok() local
1184 IconChoicePageData* pData = GetPageData ( i ); in Ok()
1221 for ( sal_uInt16 i=0; i<maIconCtrl.GetEntryCount(); i++) in FocusOnIcon() local
1223 SvxIconChoiceCtrlEntry* pEntry = maIconCtrl.GetEntry ( i ); in FocusOnIcon()