Searched refs:ReportTextImplementation (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/report/ |
| H A D | ReportTextImplementation.java | 65 public class ReportTextImplementation extends ReportImplementationHelper implements IReportDocument class 110 protected ReportTextImplementation( XMultiServiceFactory i_serviceFactory ) in ReportTextImplementation() method in ReportTextImplementation 128 ReportTextImplementation a = new ReportTextImplementation( i_serviceFactory ); in create() 198 … Logger.getLogger( ReportTextImplementation.class.getName() ).log( Level.SEVERE, null, ex ); in addLinkedTextSection() 306 … Logger.getLogger( ReportTextImplementation.class.getName() ).log( Level.SEVERE, null, ex ); in reconnectToDatabase() 410 … Logger.getLogger( ReportTextImplementation.class.getName() ).log( Level.SEVERE, null, ex ); in insertDatabaseDatatoReportDocument() 595 … Logger.getLogger( ReportTextImplementation.class.getName() ).log( Level.SEVERE, null, ex ); in createAndOpenReportDocument() 635 … Logger.getLogger( ReportTextImplementation.class.getName() ).log( Level.SEVERE, null, e ); in getReportPath()
|
| H A D | ReportWizard.java | 270 if (m_reportDocument instanceof ReportTextImplementation) in executeQuery() 294 if (m_reportDocument instanceof ReportTextImplementation) in executeQuery() 480 m_reportDocument = new ReportTextImplementation(xMSF); in startReportWizard() 589 if (_aDocument instanceof ReportTextImplementation) in getBlindTextNote()
|
| H A D | Dataimport.java | 215 …CurReportDocument = ReportTextImplementation.create( xMSF, i_documentUI, _textDocument, m_oResourc… in createReport()
|
| /trunk/main/wizards/ |
| H A D | Jar_report.mk | 56 wizards/com/sun/star/wizards/report/ReportTextImplementation \
|