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);
255 my $sPropertyFile = appendPath(getProjectOutput() , $sDocumentName . ".build.props");
314 … my $sFailure = "Failed after try to create Postscript/pdf document for " . $sDocumentName;
361 $sInputPath = appendPath($sInputPath, $sDocumentName);
390 …y $sFailure = "Failed after try to create JPEG from Postscript/pdf document for " . $sDocumentName;
409 $sInputPath = appendPath($sInputPath, $sDocumentName);
[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()