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()139 int TextSectionCount = xAllTextSections.getCount(); in removeAllTextSections()159 int iSectionCount = xAllTextSections.getCount(); in breakLinkofTextSections()[all …]
Completed in 20 milliseconds