Lines Matching refs:odtDocument
49 private static XTextDocument odtDocument = null; field in PageCountField
91 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testPageCountFieldODT()
92 createPageCountField(odtDocument); in testPageCountFieldODT()
93 int PageCount = getPageCount(odtDocument); in testPageCountFieldODT()
95 odtDocument = SWUtil.saveAndReload(odtDocument, app); in testPageCountFieldODT()
96 …t page count field still exist after odt sample file saved", isContainPageCountField(odtDocument)); in testPageCountFieldODT()
97 PageCount = getPageCount(odtDocument); in testPageCountFieldODT()
99 SWUtil.saveAsDoc(odtDocument, Testspace.getUrl(odtSaveAsDocSample)); in testPageCountFieldODT()
100 app.closeDocument(odtDocument); in testPageCountFieldODT()
129 odtDocument = SWUtil.openDocumentFromURL(Testspace.getUrl(docSaveAsODTSample), app); in testPageCountFieldDOC()
131 …field still exist after doc sample file save as odt format", isContainPageCountField(odtDocument)); in testPageCountFieldDOC()
132 PageCount = getPageCount(odtDocument); in testPageCountFieldDOC()
134 app.closeDocument(odtDocument); in testPageCountFieldDOC()