Lines Matching refs:testfile
790 CFile *testfile; in SetOutFile() local
834 testfile = output_file_list.GetAt(index); in SetOutFile()
836 pathname = testfile->GetFilePath(); in SetOutFile()
840 m_outfile = testfile; in SetOutFile()
850 testfile = new CFile(); in SetOutFile()
851 if (!testfile->Open(outfile, CFile::modeCreate | CFile::modeWrite)) in SetOutFile()
856 delete testfile; in SetOutFile()
859 output_file_list.Add(testfile); in SetOutFile()
860 m_outfile = testfile; in SetOutFile()
3501 CFile *testfile; in WriteExternWidgetsToDefaultFile() local
3516 testfile = output_file_list.GetAt(0); in WriteExternWidgetsToDefaultFile()
3518 if (!testfile) in WriteExternWidgetsToDefaultFile()
3523 CString default_filename = testfile->GetFileName(); in WriteExternWidgetsToDefaultFile()