Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java51 String workingFilePath = ""; field in DocumentTest
63 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 12 milliseconds