Searched refs:sDocumentName (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/testgraphical/source/ |
H A D | graphical_compare.pm | 191 my $sDocumentName = shift; 207 set_logfile( appendPath(getProjectOutput(), $sDocumentName . ".txt" )); 209 print("$sDocumentName"); 211 log_print("Graphical compare on document: '$sDocumentName'\n"); 245 $sInputPath = appendPath($sInputPath, $sDocumentName); 361 $sInputPath = appendPath($sInputPath, $sDocumentName); 409 $sInputPath = appendPath($sInputPath, $sDocumentName); 471 my $sInputPath = appendPath(getProjectOutputReference(), $sDocumentName); 497 my $sFailure = "Failed after compare JPEGs $sDocumentName\n"; 554 print("\nPrint output of test: $sDocumentName\n"); [all …]
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | Office.java | 101 String sDocumentName = (String)aList.get(i); in load() local 102 m_aOffice.load(sDocumentName); in load() 111 … String sValue = FileHelper.getBasename(sDocumentName); // name of the corresponding report in load()
|
H A D | OpenOfficePostscriptCreator.java | 99 String sDocumentName = FileHelper.appendPath(m_sOutputURL, m_sBasename); in storeAsPostscript() local 104 String sPrintURL = sDocumentName + ".ps"; in storeAsPostscript() 106 …impl_printToFileWithOOo(m_aParameterHelper, m_aDocument, sDocumentName, sPrintURL /*_sPrintFileURL… in storeAsPostscript() 112 String sPDFURL = sDocumentName + ".pdf"; in storeAsPostscript()
|
H A D | MSOfficePostscriptCreator.java | 97 String sDocumentName = m_sDocumentName + ".ps"; in storeAsPostscript() local 101 File aFile = new File(sDocumentName); in storeAsPostscript() 104 String sBasename = FileHelper.getBasename(sDocumentName); in storeAsPostscript()
|
/aoo42x/main/vcl/qa/complex/memCheck/ |
H A D | CheckMemoryUsage.java | 339 final String sDocumentName = FileHelper.getBasename(_sDocument) + "_" + j + ".pdf"; in loadAndSaveNTimesDocument() local 340 … final String sFilename = FileHelper.appendPath(m_aTempDir.getOfficeTempDir(), sDocumentName); in loadAndSaveNTimesDocument()
|
Completed in 22 milliseconds