Lines Matching refs:nMax

241 	sal_uLong i, nMax = SOT_FORMAT_FILE_LIST;  in RegisterFormatName()  local
242 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in RegisterFormatName()
249 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatName()
250 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in RegisterFormatName()
258 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in RegisterFormatName()
274 return nMax + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatName()
281 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in RegisterFormatMimeType() local
282 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in RegisterFormatMimeType()
286 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatMimeType()
287 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in RegisterFormatMimeType()
293 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in RegisterFormatMimeType()
309 return nMax + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatMimeType()
409 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormatIdFromMimeType() local
410 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in GetFormatIdFromMimeType()
417 nMax = SOT_FORMATSTR_ID_USER_END; in GetFormatIdFromMimeType()
418 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in GetFormatIdFromMimeType()
427 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in GetFormatIdFromMimeType()
448 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormat() local
450 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in GetFormat()
457 nMax = SOT_FORMATSTR_ID_USER_END; in GetFormat()
458 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in GetFormat()
466 for( i = 0, nMax = rL.Count(); i < nMax; i++ ) in GetFormat()