Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java142 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in checkReportLayoutMode() local
146 oTextSection = xTextSections.getByName(GROUPSECTION + String.valueOf(1)); in checkReportLayoutMode()
150 oTextSection = xTextSections.getByName(RECORDSECTION); in checkReportLayoutMode()
748 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in setLayoutSectionsVisible() local
753 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 10 milliseconds