Searched refs:workingFilePath (Results 1 – 1 of 1) sorted by relevance
51 String workingFilePath = ""; field in DocumentTest63 workingFilePath = prepareData("uno/sw/DocumentTest.odt"); in setUp()116 XComponent component = unoApp.loadDocument(workingFilePath); in testSaveDocument()125 component = unoApp.loadDocument(workingFilePath); in testSaveDocument()141 File saveAsFile = new File(workingFilePath + ".doc"); in testSaveAsDocument()142 XComponent component = unoApp.loadDocument(workingFilePath); in testSaveAsDocument()161 File saveAsFile = new File(workingFilePath + ".pdf"); in testExportAsPDF()162 XComponent component = unoApp.loadDocument(workingFilePath); in testExportAsPDF()192 File saveAsFile = new File(workingFilePath + ".ott"); in testSaveAsTemplate()193 XComponent component = unoApp.loadDocument(workingFilePath); in testSaveAsTemplate()
Completed in 11 milliseconds