Searched refs:xTextSectionsSupplier (Results 1 – 5 of 5) sorted by relevance
47 public XTextSectionsSupplier xTextSectionsSupplier; field in TextSectionHandler58 … xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.class, xTextDocument); in TextSectionHandler()65 XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in removeTextSectionbyName()68 … Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in removeTextSectionbyName()80 … com.sun.star.container.XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in hasTextSectionByName()88 … xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSec… in removeLastTextSection()115 … xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSec… in removeInvisibleTextSections()138 … xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSec… in removeAllTextSections()197 Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in linkSectiontoTemplate()251 if (xTextSectionsSupplier.getTextSections().hasByName(sectionName)) in insertTextSection()[all …]
602 …XTextSectionsSupplier xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.clas… in getSections() local603 String[] allSections = xTextSectionsSupplier.getTextSections().getElementNames(); in getSections()609 …XTextSectionsSupplier xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.clas… in getSection() local610 return ((Any) (xTextSectionsSupplier.getTextSections().getByName(name))).getObject(); in getSection()717 …XTextSectionsSupplier xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.clas… in deleteHiddenSections() local718 String[] allSections = xTextSectionsSupplier.getTextSections().getElementNames(); in deleteHiddenSections()
142 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in checkReportLayoutMode()306 …if (oTextSectionHandler.xTextSectionsSupplier.getTextSections().getElementNames().length > CurDBMe… in loadSectionsfromTemplate()671 … UnoRuntime.queryInterface(XNameAccess.class, oTextSectionHandler.xTextSectionsSupplier.getTextSec… in removeAllVisibleTextSections()748 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in setLayoutSectionsVisible()
62 … Object oSection = mySectionHandler.xTextSectionsSupplier.getTextSections().getByName(sElement); in switchElement()
67 … Object oSection = mySectionHandler.xTextSectionsSupplier.getTextSections().getByName(sElement); in switchElement()
Completed in 253 milliseconds