Home
last modified time | relevance | path

Searched refs:sInputFileURL (Results 1 – 3 of 3) sorted by relevance

/trunk/main/writerfilter/qa/cppunittests/doctok/
H A Dtestdoctok.cxx130 rtl::OUString sInputFileURL( absfile ); in TEST_F() local
132 for (sal_Int32 n = 0; n < sInputFileURL.getLength(); ++n) in TEST_F()
134 sal_uChar nC = sInputFileURL[n]; in TEST_F()
144 xStream = xSimpleFileAccess->openFileRead(sInputFileURL); in TEST_F()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java84 String sInputFileURL = URLHelper.getFileURLFromSystemPath(m_sDocumentName); in load() local
85 m_aDocument = loadFromURL(m_aParameterHelper, sInputFileURL); in load()
88 GlobalLogWriter.println("loadDocumentFromURL() failed with document: " + sInputFileURL); in load()
89 throw new OfficeException("load(): failed with document" + sInputFileURL); in load()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java810 String sInputFileURL = URLHelper.getFileURLFromSystemPath(_sAbsoluteInputFile); in buildReference() local
856 return printToFile(_aGTA, sInputFileURL, sOutputFileURL, sPrintFileURL); in buildReference()

Completed in 32 milliseconds