Home
last modified time | relevance | path

Searched refs:aTestFile (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx84 ::osl::File aTestFile( _sFilename ); in t_fileExist()
85 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()
88 aTestFile.close( ); in t_fileExist()
142 ::osl::File aTestFile( suFilePath ); in TEST_F()
144 nError1 = aTestFile.open ( OpenFlag_Read ); in TEST_F()
149 nError1 = aTestFile.read( buffer_read, 400, nCount_read ); in TEST_F()
152 aTestFile.sync(); in TEST_F()
153 aTestFile.close(); in TEST_F()
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx210 ::utl::TempFile aTestFile(sName,sal_False,&sExt); in getNewOutputName()
211 if ( !aTestFile.IsValid() ) in getNewOutputName()
218 sFileURL = aTestFile.GetURL(); in getNewOutputName()
/trunk/main/toolkit/workben/layout/
H A Dtest.cxx115 void LayoutTest::LoadFile( const OUString &aTestFile ) in LoadFile() argument
131 aParams[0] <<= aTestFile; in LoadFile()
H A Deditor.hxx41 void loadFile( const rtl::OUString &aTestFile );
H A Deditor.cxx1708 void loadFile( const rtl::OUString &aTestFile );
1791 void EditorImpl::loadFile( const rtl::OUString &aTestFile ) in loadFile() argument
1825 aParams[0] <<= aTestFile; in loadFile()
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx79 ::osl::File aTestFile( _sFilename ); in t_fileExist()
80 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()
83 aTestFile.close( ); in t_fileExist()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java388 File aTestFile = new File(sTempFile); in checkLoadingWithPassword() local
389 String sTestURL = URLHelper.getFileURLFromSystemPath(aTestFile); in checkLoadingWithPassword()
/trunk/main/svx/source/gallery2/
H A Dgallery1.cxx298 String aTestFile( RTL_CONSTASCII_USTRINGPARAM( "cdefghij.klm" ) ); in ImplLoadSubDirs() local
300 aTestURL.Append( aTestFile ); in ImplLoadSubDirs()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3469 ::rtl::OUString aTestFile( aRootURL ); in TEST_F()
3470 concatURL( aTestFile, aTmpName2 ); in TEST_F()
3471 ::osl::File testFile( aTestFile ); in TEST_F()
3478 deleteTestFile( aTestFile); in TEST_F()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx115 rtl::OUString aTestFile( RTL_CONSTASCII_USTRINGPARAM( "file://" ) ); in doTestCode() local
116 aTestFile += rtl::OUString( pHome, strlen( pHome ), RTL_TEXTENCODING_MS_1252 ); in doTestCode()
117 aTestFile += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/pdf_export_test.pdf" ) ); in doTestCode()
120 aContext.URL = aTestFile; in doTestCode()

Completed in 129 milliseconds