Searched refs:oTextSectionHandler (Results 1 – 2 of 2) sorted by relevance
79 public TextSectionHandler oTextSectionHandler; field in ReportTextDocument111 oTextSectionHandler = new TextSectionHandler(xMSFDoc, xTextDocument); in lateInit()142 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in checkReportLayoutMode()303 oTextSectionHandler.linkSectiontoTemplate(sTemplateUrl, SectionName); in loadSectionsfromTemplate()308 oTextSectionHandler.linkSectiontoTemplate(sTemplateUrl, RECORDSECTION); in loadSectionsfromTemplate()338 oTextSectionHandler.insertTextSection(RECORDSECTION, TemplateName, bAddParagraph); in setupRecordSection()487 … oTextSectionHandler.insertTextSection(GROUPSECTION + GroupCount, sPath, GroupCount == 1); in addGroupNametoDocument()510 oTextSectionHandler.removeLastTextSection(); in removeGroupName()678 oTextSectionHandler.removeTextSectionbyName(sSectionName); in removeAllVisibleTextSections()748 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in setLayoutSectionsVisible()[all …]
105 getDoc().oTextSectionHandler.removeAllTextSections(); in clearDocument()406 getDoc().oTextSectionHandler.breakLinkofTextSections(); in insertDatabaseDatatoReportDocument()419 getDoc().oTextSectionHandler.removeInvisibleTextSections(); in insertDatabaseDatatoReportDocument()494 getDoc().oTextSectionHandler.breakLinkofTextSections(); in store()554 getDoc().oTextSectionHandler.removeTextSectionbyName("RecordSection"); in removeTextTableAndTextSection()
Completed in 41 milliseconds