Lines Matching refs:xTextDocument

66 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n…  in testParagraphShadow_BottomRight()  local
67 xText = xTextDocument.getText(); in testParagraphShadow_BottomRight()
80 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_BottomRight()
90 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_BottomRight()
99 app.closeDocument(xTextDocument); in testParagraphShadow_BottomRight()
122 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphShadow_BottomLeft() local
123 xText = xTextDocument.getText(); in testParagraphShadow_BottomLeft()
136 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_BottomLeft()
146 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_BottomLeft()
155 app.closeDocument(xTextDocument); in testParagraphShadow_BottomLeft()
178 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphShadow_TopLeft() local
179 xText = xTextDocument.getText(); in testParagraphShadow_TopLeft()
192 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_TopLeft()
202 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_TopLeft()
211 app.closeDocument(xTextDocument); in testParagraphShadow_TopLeft()
234 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphShadow_TopRight() local
235 xText = xTextDocument.getText(); in testParagraphShadow_TopRight()
248 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_TopRight()
258 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_TopRight()
267 app.closeDocument(xTextDocument); in testParagraphShadow_TopRight()
290 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphShadow_None() local
291 xText = xTextDocument.getText(); in testParagraphShadow_None()
304 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_None()
314 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_None()
323 app.closeDocument(xTextDocument); in testParagraphShadow_None()