Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java162 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Int… in addTextSectionCopies()
168 …XNamed xNamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.RECORDSECTION, nul… in addTextSectionCopies()
174 …private XNamed addLinkedTextSection(XTextCursor xTextCursor, String sLinkRegion, DBColumn CurDBCol… in addLinkedTextSection() method in ReportTextImplementation
355addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toString(ColIndex + 1)… in insertDatabaseDatatoReportDocument()
373addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColInde… in insertDatabaseDatatoReportDocument()
395addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColInde… in insertDatabaseDatatoReportDocument()
397addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDatabaseDatatoReportDocument()
428 addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDataToRecordTable()

Completed in 13 milliseconds