Home | History | Annotate | Download | only in Common

Lines Matching full:formats

49 #define kFormatsFolderName TEXT("Formats")

289 Formats.Add(item);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
425 Formats.Clear();
443 Formats.Add(item);
464 for (int i = 0; i < Formats.Size(); i++)
466 const CArcInfoEx &arc = Formats[i];
479 for (int i = 0; i < Formats.Size(); i++)
480 if (Formats[i].FindExtension(ext) >= 0)
487 for (int i = 0; i < Formats.Size(); i++)
488 if (Formats[i].Name.CompareNoCase(arcType) == 0)