Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java79 public TextSectionHandler oTextSectionHandler; field in ReportTextDocument
111 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()
487oTextSectionHandler.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 …]
H A DReportTextImplementation.java105 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 31 milliseconds