Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java61 public void removeTextSectionbyName(String SectionName) in removeTextSectionbyName() argument
66 if (xAllTextSections.hasByName(SectionName)) in removeTextSectionbyName()
68 … Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in removeTextSectionbyName()
78 public boolean hasTextSectionByName(String SectionName) in hasTextSectionByName() argument
81 return xAllTextSections.hasByName(SectionName); in hasTextSectionByName()
193 public void linkSectiontoTemplate(String TemplateName, String SectionName) in linkSectiontoTemplate() argument
197 Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in linkSectiontoTemplate()
198 linkSectiontoTemplate(oTextSection, TemplateName, SectionName); in linkSectiontoTemplate()
215 oSectionLink, SectionName in linkSectiontoTemplate()
219 if (NewSectionName.compareTo(SectionName) != 0) in linkSectiontoTemplate()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java301 String SectionName = GROUPSECTION + Integer.toString(i + 1); in loadSectionsfromTemplate() local
302 oTextTableHandler.renameTextTable("Tbl_" + SectionName, "MyTextTable"); in loadSectionsfromTemplate()
303 oTextSectionHandler.linkSectiontoTemplate(sTemplateUrl, SectionName); in loadSectionsfromTemplate()
304 oTextTableHandler.renameTextTable("MyTextTable", "Tbl_" + SectionName); in loadSectionsfromTemplate()

Completed in 18 milliseconds