Lines Matching refs:xTextDocument

63 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n…  in testParagraphAlignmentJustified()  local
64 xText = xTextDocument.getText(); in testParagraphAlignmentJustified()
77 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentJustified()
87 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentJustified()
96 app.closeDocument(xTextDocument); in testParagraphAlignmentJustified()
128 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphAlignmentLeft() local
129 xText = xTextDocument.getText(); in testParagraphAlignmentLeft()
139 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentLeft()
149 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentLeft()
159 app.closeDocument(xTextDocument); in testParagraphAlignmentLeft()
187 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphAlignmentRight() local
188 xText = xTextDocument.getText(); in testParagraphAlignmentRight()
199 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentRight()
209 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentRight()
218 app.closeDocument(xTextDocument); in testParagraphAlignmentRight()
244 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphAlignmentCenter() local
245 xText = xTextDocument.getText(); in testParagraphAlignmentCenter()
256 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentCenter()
266 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentCenter()
276 app.closeDocument(xTextDocument); in testParagraphAlignmentCenter()