/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | StorageRepository.java | 149 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists() 153 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists() 188 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable() 192 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable() 196 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable() 215 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 219 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 223 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 227 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() 231 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in openInputRepository() [all …]
|
H A D | SDBCReportDataFactory.java | 145 private static final Log LOGGER = LogFactory.getLog(SDBCReportDataFactory.class); field in SDBCReportDataFactory 294 LOGGER.error("ReportProcessing failed", ex); in getOrderStatement()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | ImageProducer.java | 76 private static final Log LOGGER = LogFactory.getLog(ImageProducer.class); field in ImageProducer 199 LOGGER.debug("Want to produce image " + imageData); in produceImage() 258 LOGGER.warn("Failed to produce image from Blob", e); in produceFromBlob() 262 LOGGER.warn("Failed to produce image from Blob", e); in produceFromBlob() 306 LOGGER.warn("Failed to load image from local input-repository", e); in produceFromByteArray() 310 LOGGER.warn("Failed to create image from local input-repository", e); in produceFromByteArray() 364 LOGGER.warn("Failed to load image from local input-repository", e); in produceFromString() 368 LOGGER.warn("Failed to create image from local input-repository", e); in produceFromString() 446 LOGGER.warn("Failed to load image from local input-repository" + e); in produceFromURL() 450 LOGGER.warn("Failed to create image from local input-repository" + e); in produceFromURL()
|
H A D | OleProducer.java | 51 private static final Log LOGGER = LogFactory.getLog(OleProducer.class); field in OleProducer 112 LOGGER.error("ReportProcessing failed", ex); in produceOle() 116 LOGGER.error("ReportProcessing failed", ex); in produceOle() 121 LOGGER.error("ReportProcessing failed", ex); in produceOle()
|
H A D | OfficeDocumentReportTarget.java | 121 protected static final Log LOGGER = LogFactory.getLog(OfficeDocumentReportTarget.class); field in OfficeDocumentReportTarget 526 …LOGGER.debug("Starting " + getCurrentState() + '/' + states.size() + ' ' + ReportTargetUtil.getNam… in startElement() 729 LOGGER.error("ReportProcessing failed", ioe); in startElement() 783 LOGGER.warn("List of styles is not yet implemented."); in performStyleProcessing() 1000 …LOGGER.debug("Finished " + getCurrentState() + "/" + states.size() + " " + ReportTargetUtil.getNam… in endElement() 1191 LOGGER.error("ReportProcessing failed", e); in finishBuffering() 1328 LOGGER.debug("Image " + imageData + " Width: " + width + ", Height: " + height); in startImageProcessing() 1347 … LOGGER.debug("Image data returned from context is invalid. Maybe this is not an image?"); in startImageProcessing() 1444 …LOGGER.debug("There is no image-context, so we have to rely on the image's natural bounds. " + "Th… in startImageProcessing() 1461 …LOGGER.debug("Image " + imageData + " A-Width: " + imageAreaWidthVal + ", A-Height: " + imageAreaH… in startImageProcessing()
|
H A D | StyleUtilities.java | 55 private static final Log LOGGER = LogFactory.getLog(StyleUtilities.class); field in StyleUtilities 189 … LOGGER.warn("Inconsistent styles: " + styleFamily + ":" + styleParent + " does not exist."); in copyStyleInternal() 310 LOGGER.warn("Dangling data style: " + styleName); in performDataStyleProcessing()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementLayoutController.java | 67 private static final Log LOGGER = LogFactory.getLog(ImageElementLayoutController.class); field in ImageElementLayoutController 127 … LOGGER.warn("Image is not contained in a table. Unable to calculate the image-size."); in createContext() 135 LOGGER.warn("Rowspan or colspan for image-size calculation was invalid."); in createContext() 142 LOGGER.warn("Table-Cell has no parent. Unable to calculate the image-size."); in createContext() 152 …LOGGER.warn("Table-Cell is not a direct child of the table-row. Unable to calculate the image-size… in createContext() 159 LOGGER.warn("Table-Row has no Table. Unable to calculate the image-size."); in createContext() 169 LOGGER.warn( in createContext() 180 …LOGGER.warn("Table-Cell is not a direct child of the table-row. Unable to calculate the image-size… in createContext()
|
H A D | FormattedTextLayoutController.java | 59 private static final Log LOGGER = LogFactory.getLog(FormattedTextLayoutController.class); field in FormattedTextLayoutController 98 LOGGER.debug("Parse Exception", e); in isValueChanged() 220 …LOGGER.error("The Table-Cell does not have a office:value attribute defined. Your content will be … in computeValueType()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
H A D | DocumentContentReadHandler.java | 57 private static final Log LOGGER = LogFactory.getLog(DocumentContentReadHandler.class); field in DocumentContentReadHandler 109 LOGGER.debug("Failed to create resource-key for 'styles.xml'. Ignoring.", e); in parseStylesXml() 114 LOGGER.debug("Failed to parse resource for 'styles.xml'. Ignoring.", e); in parseStylesXml() 146 LOGGER.debug("Failed to create resource-key for 'content.xml'. Ignoring."); in parseContentXml() 151 LOGGER.debug("Failed to parse resource for 'content.xml'. Ignoring."); in parseContentXml()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 83 private static final Log LOGGER = LogFactory.getLog(PentahoReportJob.class); field in PentahoReportJob 304 LOGGER.error("ReportProcessing failed", ex); in collectGroupExpressions() 373 LOGGER.debug("Report processing time: " + (endTime - startTime)); in execute()
|
H A D | SOReportJobFactory.java | 87 private static final Log LOGGER = LogFactory.getLog(_SOReportJobFactory.class); field in SOReportJobFactory._SOReportJobFactory 224 LOGGER.error("ReportProcessing failed", e); in execute() 229 LOGGER.error("Detected an IncompatibleClassChangeError"); in execute()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeParserUtil.java | 46 private static final Log LOGGER = LogFactory.getLog(OfficeParserUtil.class); field in OfficeParserUtil 75 LOGGER.warn("Unable to load mapping rules. Parsing services may not be available.", e); in OfficeParserUtil()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 316 LOGGER.error("ReportProcessing failed", ex); in handleParagraph()
|