Searched refs:oTextSection (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextSectionHandler.java | 69 removeTextSection(oTextSection); in removeTextSectionbyName() 89 Object oTextSection = xAllTextSections.getByIndex(xAllTextSections.getCount() - 1); in removeLastTextSection() local 90 removeTextSection(oTextSection); in removeLastTextSection() 157 Object oTextSection; in breakLinkofTextSections() local 164 oTextSection = xAllTextSections.getByIndex(i); in breakLinkofTextSections() 165 Helper.setUnoPropertyValues(oTextSection, new String[] in breakLinkofTextSections() 180 public void breakLinkOfTextSection(Object oTextSection) in breakLinkOfTextSection() argument 184 Helper.setUnoPropertyValues(oTextSection, new String[] in breakLinkOfTextSection() 198 linkSectiontoTemplate(oTextSection, TemplateName, SectionName); in linkSectiontoTemplate() 210 Helper.setUnoPropertyValues(oTextSection, new String[] in linkSectiontoTemplate() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextDocument.java | 143 Object oTextSection; in checkReportLayoutMode() local 146 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() local 753 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()
|
Completed in 21 milliseconds