Home
last modified time | relevance | path

Searched refs:xAllTextSections (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java65 XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in removeTextSectionbyName() local
66 if (xAllTextSections.hasByName(SectionName)) in removeTextSectionbyName()
80 … com.sun.star.container.XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in hasTextSectionByName() local
81 return xAllTextSections.hasByName(SectionName); in hasTextSectionByName()
88 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeLastTextSection() local
89 Object oTextSection = xAllTextSections.getByIndex(xAllTextSections.getCount() - 1); in removeLastTextSection()
115 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeInvisibleTextSections() local
116 int TextSectionCount = xAllTextSections.getCount(); in removeInvisibleTextSections()
139 int TextSectionCount = xAllTextSections.getCount(); in removeAllTextSections()
159 int iSectionCount = xAllTextSections.getCount(); in breakLinkofTextSections()
[all …]

Completed in 12 milliseconds