Searched refs:xNamedTextSection (Results 1 – 1 of 1) sorted by relevance
162 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Int… in addTextSectionCopies() local163 xNamedTextSection.setName(ReportTextDocument.COPYOFGROUPSECTION + (i + 1)); in addTextSectionCopies()168 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.RECORDSECTION, nul… in addTextSectionCopies() local169 xNamedTextSection.setName(ReportTextDocument.COPYOFRECORDSECTION); in addTextSectionCopies()176 XNamed xNamedTextSection = null; in addLinkedTextSection() local181 xNamedTextSection = UnoRuntime.queryInterface( XNamed.class, xTextSection ); in addLinkedTextSection()200 return xNamedTextSection; in addLinkedTextSection()
Completed in 19 milliseconds