Lines Matching refs:queryInterface

58 …     xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.class, xTextDocument);  in TextSectionHandler()
88 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeLastTextSection()
102 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, _oTextSection… in removeTextSection()
115 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeInvisibleTextSections()
119 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSecti… in removeInvisibleTextSections()
120 …XPropertySet xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentT… in removeInvisibleTextSections()
138 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeAllTextSections()
142 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSecti… in removeAllTextSections()
143 …XPropertySet xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentT… in removeAllTextSections()
158 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in breakLinkofTextSections()
217 XNamed xSectionName = UnoRuntime.queryInterface(XNamed.class, oTextSection); in linkSectiontoTemplate()
258 … XTextContent xTextContentSection = UnoRuntime.queryInterface(XTextContent.class, xTextSection); in insertTextSection()