Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java110 protected ReportTextImplementation( XMultiServiceFactory i_serviceFactory ) in ReportTextImplementation() argument
112 super( i_serviceFactory, ReportLayouter.SOOPTLANDSCAPE ); in ReportTextImplementation()
126 …static IReportDocument create( XMultiServiceFactory i_serviceFactory, XDatabaseDocumentUI i_docume… in create() argument
128 ReportTextImplementation a = new ReportTextImplementation( i_serviceFactory ); in create()
H A DReportWizard.java97 … public ReportWizard(XMultiServiceFactory i_serviceFactory, final PropertyValue[] i_wizardContext) in ReportWizard() argument
99 super(i_serviceFactory, 34320, i_wizardContext); in ReportWizard()
/trunk/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java77 public QueryWizardImplementation( XMultiServiceFactory i_serviceFactory ) in QueryWizardImplementation() argument
80 m_serviceFactory = i_serviceFactory; in QueryWizardImplementation()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java76 public TableWizardImplementation(com.sun.star.lang.XMultiServiceFactory i_serviceFactory) in TableWizardImplementation() argument
79 m_serviceFactory = i_serviceFactory; in TableWizardImplementation()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java89 public static IReportDocument create(XMultiServiceFactory i_serviceFactory) in create() argument
91 return new ReportBuilderImplementation(i_serviceFactory); in create()

Completed in 29 milliseconds