Searched refs:xTextContentTextSection (Results 1 – 1 of 1) sorted by relevance
102 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, _oTextSection… in removeTextSection() local103 xText.removeTextContent(xTextContentTextSection); in removeTextSection()119 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSecti… in removeInvisibleTextSections() local120 …t xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentTextSection); in removeInvisibleTextSections()124 xText.removeTextContent(xTextContentTextSection); in removeInvisibleTextSections()142 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSecti… in removeAllTextSections() local143 …t xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentTextSection); in removeAllTextSections()144 xText.removeTextContent(xTextContentTextSection); in removeAllTextSections()
Completed in 8 milliseconds