Searched refs:oTextSection (Results 1 – 2 of 2) sorted by relevance
68 … Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in removeTextSectionbyName() local69 removeTextSection(oTextSection); in removeTextSectionbyName()89 Object oTextSection = xAllTextSections.getByIndex(xAllTextSections.getCount() - 1); in removeLastTextSection() local90 removeTextSection(oTextSection); in removeLastTextSection()157 Object oTextSection; in breakLinkofTextSections() local164 oTextSection = xAllTextSections.getByIndex(i); in breakLinkofTextSections()165 Helper.setUnoPropertyValues(oTextSection, new String[] in breakLinkofTextSections()180 public void breakLinkOfTextSection(Object oTextSection) in breakLinkOfTextSection() argument184 Helper.setUnoPropertyValues(oTextSection, new String[] in breakLinkOfTextSection()197 Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in linkSectiontoTemplate() local[all …]
143 Object oTextSection; in checkReportLayoutMode() local146 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(1)); in checkReportLayoutMode()150 oTextSection = xTextSections.getByName(RECORDSECTION); in checkReportLayoutMode()152 return AnyConverter.toBoolean(Helper.getUnoPropertyValue(oTextSection, ISVISIBLE)); in checkReportLayoutMode()749 Object oTextSection; in setLayoutSectionsVisible() local753 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(i + 1)); in setLayoutSectionsVisible()754 Helper.setUnoPropertyValue(oTextSection, ISVISIBLE, _IsVisible); in setLayoutSectionsVisible()758 oTextSection = xTextSections.getByName(RECORDSECTION); in setLayoutSectionsVisible()759 Helper.setUnoPropertyValue(oTextSection, ISVISIBLE, _IsVisible); in setLayoutSectionsVisible()