Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java88 public static final String GROUPSECTION = "GroupField"; field in ReportTextDocument
92 public static final String COPYOFGROUPSECTION = "CopyOf" + GROUPSECTION;
146 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(1)); in checkReportLayoutMode()
301 String SectionName = GROUPSECTION + Integer.toString(i + 1); in loadSectionsfromTemplate()
487 … oTextSectionHandler.insertTextSection(GROUPSECTION + GroupCount, sPath, GroupCount == 1); in addGroupNametoDocument()
669 sInvisibleSectionNames[i] = GROUPSECTION + i; in removeAllVisibleTextSections()
753 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(i + 1)); in setLayoutSectionsVisible()
H A DReportTextImplementation.java162 …medTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toStr… in addTextSectionCopies()
355 …addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toString(ColIndex + 1)… in insertDatabaseDatatoReportDocument()

Completed in 29 milliseconds