Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx89 ::osl::File aTestFile( _sFilename ); in t_fileExist()
90 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()
93 aTestFile.close( ); in t_fileExist()
147 ::osl::File aTestFile( suFilePath ); in logfile_001()
149 nError1 = aTestFile.open ( OpenFlag_Read ); in logfile_001()
155 nError1 = aTestFile.read( buffer_read, 400, nCount_read ); in logfile_001()
158 aTestFile.sync(); in logfile_001()
159 aTestFile.close(); in logfile_001()
/aoo4110/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx209 ::utl::TempFile aTestFile(sName,sal_False,&sExt); in getNewOutputName()
210 if ( !aTestFile.IsValid() ) in getNewOutputName()
217 sFileURL = aTestFile.GetURL(); in getNewOutputName()
/aoo4110/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()
/aoo4110/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx76 ::osl::File aTestFile( _sFilename ); in t_fileExist()
77 nError1 = aTestFile.open ( OpenFlag_Read ); in t_fileExist()
80 aTestFile.close( ); in t_fileExist()
/aoo4110/main/svtools/bmpmaker/
H A Dbmpsum.cxx360 DirEntry aTestFile( aLangPath ); in ProcessFileList() local
362 if( aTestFile.Exists() ) in ProcessFileList()
/aoo4110/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()
/aoo4110/main/svx/source/gallery2/
H A Dgallery1.cxx298 String aTestFile( RTL_CONSTASCII_USTRINGPARAM( "cdefghij.klm" ) ); in ImplLoadSubDirs() local
300 aTestURL.Append( aTestFile ); in ImplLoadSubDirs()
/aoo4110/main/sal/qa/osl/file/
H A Dosl_File.cxx3910 ::rtl::OUString aTestFile( aRootURL ); in open_004()
3911 concatURL( aTestFile, aTmpName2 ); in open_004()
3912 ::osl::File testFile( aTestFile ); in open_004()
3919 deleteTestFile( aTestFile); in open_004()
/aoo4110/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 96 milliseconds