Searched refs:aOutputFile (Results 1 – 7 of 7) sorted by relevance
92 String aOutputFile; in implImport() local96 … ::utl::LocalFileHelper::ConvertURLToPhysicalName( aOutputURL, aOutputFile ) && aOutputFile.Len() ) in implImport()100 …aJStr = pEnv->NewStringUTF( ByteString( aOutputFile.GetBuffer(), RTL_TEXTENCODING_UTF8 ).GetBuffer… in implImport()
479 File aOutputFile( aTempFileURL ); in doExport() local480 /* File::RC rc = */ aOutputFile.open( OpenFlag_Write ); in doExport()483 Reference< XOutputStream > xIS( new comphelper::OSLOutputStreamWrapper( aOutputFile ) ); in doExport()679 File aOutputFile( aTempFileURL ); in import() local680 rc = aOutputFile.open( OpenFlag_Write ); in import()682 Reference< XOutputStream > xOS( new OSLOutputStreamWrapper( aOutputFile ) ); in import()
238 osl::File aOutputFile( aTempFileURL ); in savePackage() local239 /* osl::File::RC rc = */ aOutputFile.open( OpenFlag_Write ); in savePackage()240 Reference< XOutputStream > xOS( new OSLOutputStreamWrapper( aOutputFile ) ); in savePackage()
529 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath() local530 aOutputFile.mkdirs(); in getOutputPath()546 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in storeComponent() local547 aOutputFile.mkdirs(); in storeComponent()
590 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath() local591 aOutputFile.mkdirs(); in getOutputPath()608 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in storeComponent() local609 aOutputFile.mkdirs(); in storeComponent()
124 osl::File aOutputFile( rPath ); in copyGraphic() local125 if( aOutputFile.open( OpenFlag_Write|OpenFlag_Create ) == osl::FileBase::E_None ) in copyGraphic()127 Reference< XOutputStream > xOutput( new comphelper::OSLOutputStreamWrapper( aOutputFile ) ); in copyGraphic()
457 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath() local458 aOutputFile.mkdirs(); in getOutputPath()
Completed in 130 milliseconds