Lines Matching refs:xTextDocument

58 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n…  in ParagraphTabs_Center()  local
59 xText = xTextDocument.getText(); in ParagraphTabs_Center()
73 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Center()
83 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Center()
92 app.closeDocument(xTextDocument); in ParagraphTabs_Center()
116 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in ParagraphTabs_Left() local
117 xText = xTextDocument.getText(); in ParagraphTabs_Left()
131 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Left()
141 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Left()
150 app.closeDocument(xTextDocument); in ParagraphTabs_Left()
174 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in ParagraphTabs_Right() local
175 xText = xTextDocument.getText(); in ParagraphTabs_Right()
189 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Right()
199 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Right()
208 app.closeDocument(xTextDocument); in ParagraphTabs_Right()
232 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in ParagraphTabs_Decimal() local
233 xText = xTextDocument.getText(); in ParagraphTabs_Decimal()
248 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Decimal()
258 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Decimal()
267 app.closeDocument(xTextDocument); in ParagraphTabs_Decimal()
293 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in ParagraphTabs_Decimal_UserDefineCharacter() local
294 xText = xTextDocument.getText(); in ParagraphTabs_Decimal_UserDefineCharacter()
309 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Decimal_UserDefineCharacter()
319 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Decimal_UserDefineCharacter()
328 app.closeDocument(xTextDocument); in ParagraphTabs_Decimal_UserDefineCharacter()