Home
last modified time | relevance | path

Searched refs:sDocumentName (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/testgraphical/source/
H A Dgraphical_compare.pm191 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 …]
/aoo41x/main/qadevOOo/runner/graphical/
H A DOffice.java101 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 DOpenOfficePostscriptCreator.java99 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 DMSOfficePostscriptCreator.java97 String sDocumentName = m_sDocumentName + ".ps"; in storeAsPostscript() local
101 File aFile = new File(sDocumentName); in storeAsPostscript()
104 String sBasename = FileHelper.getBasename(sDocumentName); in storeAsPostscript()
/aoo41x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java339 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 34 milliseconds