Searched refs:xTextSections (Results 1 – 1 of 1) sorted by relevance
142 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in checkReportLayoutMode() local146 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(1)); in checkReportLayoutMode()150 oTextSection = xTextSections.getByName(RECORDSECTION); in checkReportLayoutMode()748 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in setLayoutSectionsVisible() local753 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(i + 1)); in setLayoutSectionsVisible()756 if (xTextSections.hasByName(RECORDSECTION)) in setLayoutSectionsVisible()758 oTextSection = xTextSections.getByName(RECORDSECTION); in setLayoutSectionsVisible()
Completed in 34 milliseconds