Home
last modified time | relevance | path

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

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java91 final ResourceManager resourceManager = getRootHandler().getResourceManager(); in parseStylesXml() local
96 resourceManager.deriveKey(contextKey, "styles.xml"); in parseStylesXml()
98 resourceManager.create(key, contextKey, OfficeStylesCollection.class); in parseStylesXml()
130 final ResourceManager resourceManager = getRootHandler().getResourceManager(); in parseContentXml() local
134 resourceManager.deriveKey(contextKey, "content.xml"); in parseContentXml()
136 resourceManager.create(key, contextKey, JFreeReport.class); in parseContentXml()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java65 final ResourceManager resourceManager = new ResourceManager(); in OfficeParserUtil() local
66 resourceManager.registerDefaults(); in OfficeParserUtil()
69 …final Resource res = resourceManager.createDirectly("res://com/sun/star/report/pentaho/parser/sele… in OfficeParserUtil()
79 "org.jfree.report.namespaces.", resourceManager); in OfficeParserUtil()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java90 private final ResourceManager resourceManager; field in PentahoReportJob
150 this.resourceManager = new ResourceManager(); in PentahoReportJob()
151 this.resourceManager.registerDefaults(); in PentahoReportJob()
152 this.resourceManager.registerLoader(new InputRepositoryLoader(inputRepository)); in PentahoReportJob()
173 …final Resource res = resourceManager.createDirectly("sun:oo://" + reportResource, OfficeDocument.c… in parseReport()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryLoader.java46 private ResourceManager resourceManager; field in InputRepositoryLoader
162 this.resourceManager = manager; in setResourceManager()
167 return resourceManager; in getResourceManager()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapper.java86 public static StyleMapper loadInstance(final ResourceManager resourceManager) in loadInstance() argument
89 …final Resource resource = resourceManager.createDirectly("res://com/sun/star/report/pentaho/styles… in loadInstance()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportProcessor.java90 final ResourceManager resourceManager = report.getResourceManager(); in createReportTarget() local
92 return new ChartRawReportTarget(job, resourceManager, report.getBaseResource(), in createReportTarget()
H A DChartRawReportTarget.java66 final ResourceManager resourceManager, in ChartRawReportTarget() argument
75 …super(reportJob, resourceManager, baseResource, inputRepository, outputRepository, target, imageSe… in ChartRawReportTarget()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportProcessor.java93 final ResourceManager resourceManager = report.getResourceManager(); in createReportTarget() local
95 return new TextRawReportTarget(job, resourceManager, report.getBaseResource(), in createReportTarget()
H A DTextRawReportTarget.java133 final ResourceManager resourceManager, in TextRawReportTarget() argument
142 …super(reportJob, resourceManager, baseResource, inputRepository, outputRepository, target, imageSe… in TextRawReportTarget()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportProcessor.java92 final ResourceManager resourceManager = report.getResourceManager(); in createReportTarget() local
93 …return new SpreadsheetRawReportTarget(job, resourceManager, report.getBaseResource(), inputReposit… in createReportTarget()
H A DSpreadsheetRawReportTarget.java176 final ResourceManager resourceManager, in SpreadsheetRawReportTarget() argument
185 …super(reportJob, resourceManager, baseResource, inputRepository, outputRepository, target, imageSe… in SpreadsheetRawReportTarget()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java286 final ResourceManager resourceManager, in OfficeDocumentReportTarget() argument
295 super(reportJob, resourceManager, baseResource); in OfficeDocumentReportTarget()

Completed in 88 milliseconds