Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java87 public static final String RECORDSECTION = "RecordSection"; field in ReportTextDocument
91 public static final String COPYOFRECORDSECTION = "CopyOf" + RECORDSECTION;
150 oTextSection = xTextSections.getByName(RECORDSECTION); in checkReportLayoutMode()
308 oTextSectionHandler.linkSectiontoTemplate(sTemplateUrl, RECORDSECTION); in loadSectionsfromTemplate()
338 oTextSectionHandler.insertTextSection(RECORDSECTION, TemplateName, bAddParagraph); in setupRecordSection()
666 sInvisibleSectionNames[0] = RECORDSECTION; in removeAllVisibleTextSections()
756 if (xTextSections.hasByName(RECORDSECTION)) in setLayoutSectionsVisible()
758 oTextSection = xTextSections.getByName(RECORDSECTION); in setLayoutSectionsVisible()
H A DReportTextImplementation.java168 …NamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.RECORDSECTION, null, null); in addTextSectionCopies()
187 boolean bIsGroupTable = (!sLinkRegion.equals(ReportTextDocument.RECORDSECTION)); in addLinkedTextSection()

Completed in 22 milliseconds