Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java162 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Int… in addTextSectionCopies() local
163 xNamedTextSection.setName(ReportTextDocument.COPYOFGROUPSECTION + (i + 1)); in addTextSectionCopies()
168 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.RECORDSECTION, nul… in addTextSectionCopies() local
169 xNamedTextSection.setName(ReportTextDocument.COPYOFRECORDSECTION); in addTextSectionCopies()
176 XNamed xNamedTextSection = null; in addLinkedTextSection() local
181 xNamedTextSection = UnoRuntime.queryInterface( XNamed.class, xTextSection ); in addLinkedTextSection()
200 return xNamedTextSection; in addLinkedTextSection()

Completed in 7 milliseconds