Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java65 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 DReportWizard.java270 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 Dmakefile.mk57 ReportTextImplementation.java \
H A DDataimport.java215 …CurReportDocument = ReportTextImplementation.create( xMSF, i_documentUI, _textDocument, m_oResourc… in createReport()

Completed in 35 milliseconds