Lines Matching refs:xTextDocument

68 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n…  in testNumberingAndBullet_CharacterBullet1()  local
69 xText = xTextDocument.getText(); in testNumberingAndBullet_CharacterBullet1()
77 … (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDocument); in testNumberingAndBullet_CharacterBullet1()
90 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingAndBullet_CharacterBullet1()
100 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingAndBullet_CharacterBullet1()
109 app.closeDocument(xTextDocument); in testNumberingAndBullet_CharacterBullet1()
137 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingAndBullet_CharacterBullet2() local
138 xText = xTextDocument.getText(); in testNumberingAndBullet_CharacterBullet2()
146 … (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDocument); in testNumberingAndBullet_CharacterBullet2()
159 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingAndBullet_CharacterBullet2()
169 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingAndBullet_CharacterBullet2()
178 app.closeDocument(xTextDocument); in testNumberingAndBullet_CharacterBullet2()