/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
H A D | DocumentContentReadHandler.java | 91 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeParserUtil.java | 65 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 90 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/loader/ |
H A D | InputRepositoryLoader.java | 46 private ResourceManager resourceManager; field in InputRepositoryLoader 162 this.resourceManager = manager; in setResourceManager() 167 return resourceManager; in getResourceManager()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | StyleMapper.java | 86 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
H A D | ChartRawReportProcessor.java | 90 final ResourceManager resourceManager = report.getResourceManager(); in createReportTarget() local 92 return new ChartRawReportTarget(job, resourceManager, report.getBaseResource(), in createReportTarget()
|
H A D | ChartRawReportTarget.java | 66 final ResourceManager resourceManager, in ChartRawReportTarget() argument 75 …super(reportJob, resourceManager, baseResource, inputRepository, outputRepository, target, imageSe… in ChartRawReportTarget()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportProcessor.java | 93 final ResourceManager resourceManager = report.getResourceManager(); in createReportTarget() local 95 return new TextRawReportTarget(job, resourceManager, report.getBaseResource(), in createReportTarget()
|
H A D | TextRawReportTarget.java | 133 final ResourceManager resourceManager, in TextRawReportTarget() argument 142 …super(reportJob, resourceManager, baseResource, inputRepository, outputRepository, target, imageSe… in TextRawReportTarget()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportProcessor.java | 92 final ResourceManager resourceManager = report.getResourceManager(); in createReportTarget() local 93 …return new SpreadsheetRawReportTarget(job, resourceManager, report.getBaseResource(), inputReposit… in createReportTarget()
|
H A D | SpreadsheetRawReportTarget.java | 176 final ResourceManager resourceManager, in SpreadsheetRawReportTarget() argument 185 …super(reportJob, resourceManager, baseResource, inputRepository, outputRepository, target, imageSe… in SpreadsheetRawReportTarget()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 286 final ResourceManager resourceManager, in OfficeDocumentReportTarget() argument 295 super(reportJob, resourceManager, baseResource); in OfficeDocumentReportTarget()
|