Lines Matching refs:nMax

243 	sal_uLong i, nMax = SOT_FORMAT_FILE_LIST;  in RegisterFormatName()  local
244 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in RegisterFormatName()
251 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatName()
252 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in RegisterFormatName()
260 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in RegisterFormatName()
276 return nMax + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatName()
283 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in RegisterFormatMimeType() local
284 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in RegisterFormatMimeType()
288 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatMimeType()
289 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in RegisterFormatMimeType()
295 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in RegisterFormatMimeType()
311 return nMax + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatMimeType()
411 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormatIdFromMimeType() local
412 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in GetFormatIdFromMimeType()
419 nMax = SOT_FORMATSTR_ID_USER_END; in GetFormatIdFromMimeType()
420 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in GetFormatIdFromMimeType()
429 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in GetFormatIdFromMimeType()
450 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormat() local
452 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in GetFormat()
459 nMax = SOT_FORMATSTR_ID_USER_END; in GetFormat()
460 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in GetFormat()
468 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in GetFormat()