Searched refs:_sOutputURL (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 330 String _sOutputURL) in storeAsPDF() argument 340 bBack = storeAsPDF(_aGTA, aDoc, _sOutputURL); in storeAsPDF() 341 createInfoFile(_sOutputURL, _aGTA, "as pdf"); in storeAsPDF() 350 String _sOutputURL) in storeAsPDF() argument 355 bBack = exportToPDF(_aDoc, _sOutputURL); in storeAsPDF() 384 String _sOutputURL, in printToFileWithOOo() argument 393 if ( _sInputURL.equals(_sOutputURL) ) in printToFileWithOOo() 520 String _sOutputURL, in impl_printToFileWithOOo() argument 533 if (_sOutputURL != null) in impl_printToFileWithOOo() 545 aStorable.storeAsURL(_sOutputURL, szEmptyArgs); in impl_printToFileWithOOo() [all …]
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 399 String _sOutputURL) throws OfficeException in storeAsPDF() argument 404 bBack = exportToPDF(_aDoc, _sOutputURL); in storeAsPDF() 415 FileHelper.createInfoFile(_sOutputURL, _aGTA, "as pdf"); in storeAsPDF() 467 String _sOutputURL, in impl_printToFileWithOOo() argument 480 if (_sOutputURL != null) in impl_printToFileWithOOo() 492 aStorable.storeAsURL(_sOutputURL, szEmptyArgs); in impl_printToFileWithOOo() 498 XComponent aDoc = loadFromURL(_aGTA, _sOutputURL); in impl_printToFileWithOOo() 501 … GlobalLogWriter.println("Reload stored file test failed, can't reload file: " + _sOutputURL); in impl_printToFileWithOOo() 521 String sOutputFilename = FileHelper.getSystemPathFromFileURL(_sOutputURL); in impl_printToFileWithOOo()
|
Completed in 19 milliseconds