Searched refs:xAllTextSections (Results 1 – 1 of 1) sorted by relevance
65 XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in removeTextSectionbyName() local66 if (xAllTextSections.hasByName(SectionName)) in removeTextSectionbyName()80 … com.sun.star.container.XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in hasTextSectionByName() local81 return xAllTextSections.hasByName(SectionName); in hasTextSectionByName()88 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeLastTextSection() local89 Object oTextSection = xAllTextSections.getByIndex(xAllTextSections.getCount() - 1); in removeLastTextSection()115 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeInvisibleTextSections() local116 int TextSectionCount = xAllTextSections.getCount(); in removeInvisibleTextSections()119 …tContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSections.getByIndex(i)… in removeInvisibleTextSections()138 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeAllTextSections() local[all …]