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()306 …if (oTextSectionHandler.xTextSectionsSupplier.getTextSections().getElementNames().length > CurDBMe… 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()671 …eAccessTextSections = UnoRuntime.queryInterface(XNameAccess.class, oTextSectionHandler.xTextSectio… in removeAllVisibleTextSections()[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()