Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java68 private ReportTextDocument m_aDoc;
83 ReportTextDocument getDoc() in getDoc()
158 … XTextCursor xTextCursor = ReportTextDocument.createTextCursor(m_aDoc.xTextDocument.getText()); in addTextSectionCopies()
163 xNamedTextSection.setName(ReportTextDocument.COPYOFGROUPSECTION + (i + 1)); in addTextSectionCopies()
164 renameTableofLastSection(ReportTextDocument.COPYOFTBLGROUPSECTION + (i + 1)); in addTextSectionCopies()
169 xNamedTextSection.setName(ReportTextDocument.COPYOFRECORDSECTION); in addTextSectionCopies()
170 renameTableofLastSection(ReportTextDocument.COPYOFTBLRECORDSECTION); in addTextSectionCopies()
187 boolean bIsGroupTable = (!sLinkRegion.equals(ReportTextDocument.RECORDSECTION)); in addLinkedTextSection()
397 … addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDatabaseDatatoReportDocument()
428 addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDataToRecordTable()
[all …]
H A DRecordTable.java57 …if ((xAllTextTables.hasByName(ReportTextDocument.TBLRECORDSECTION)) || (xAllTextTables.hasByName(R… in RecordTable()
60 if (xAllTextTables.hasByName(ReportTextDocument.COPYOFTBLRECORDSECTION)) in RecordTable()
62 oTable = xAllTextTables.getByName(ReportTextDocument.COPYOFTBLRECORDSECTION); in RecordTable()
66 oTable = xAllTextTables.getByName(ReportTextDocument.TBLRECORDSECTION); in RecordTable()
78 xTableName.setName(ReportTextDocument.TBLRECORDSECTION); in RecordTable()
H A DReportTextDocument.java55 class ReportTextDocument extends com.sun.star.wizards.text.TextDocument implements Comparator class
96 …public ReportTextDocument(XMultiServiceFactory xMSF, XTextDocument _textDocument, Resource oResour… in ReportTextDocument() method in ReportTextDocument
102 …public ReportTextDocument(XMultiServiceFactory xMSF, String _sPreviewURL, Resource oResource, Reco… in ReportTextDocument() method in ReportTextDocument
156 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in checkReportLayoutMode()
196 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in swapLayoutTemplate()
257 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in getReportPageStyles()
287 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in changePageOrientation()
323 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in loadSectionsfromTemplate()
657 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in removeFieldColumnByFieldName()
764 Logger.getLogger(ReportTextDocument.class.getName()).log(Level.SEVERE, null, e); in setLayoutSectionsVisible()
H A Dmakefile.mk56 ReportTextDocument.java \

Completed in 59 milliseconds