Home
last modified time | relevance | path

Searched refs:LOGGER (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java149 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 DSDBCReportDataFactory.java145 private static final Log LOGGER = LogFactory.getLog(SDBCReportDataFactory.class); field in SDBCReportDataFactory
294 LOGGER.error("ReportProcessing failed", ex); in getOrderStatement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java76 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 DOleProducer.java51 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 DOfficeDocumentReportTarget.java121 protected static final Log LOGGER = LogFactory.getLog(OfficeDocumentReportTarget.class); field in OfficeDocumentReportTarget
526LOGGER.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()
1000LOGGER.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()
1347LOGGER.debug("Image data returned from context is invalid. Maybe this is not an image?"); in startImageProcessing()
1444LOGGER.debug("There is no image-context, so we have to rely on the image's natural bounds. " + "Th… in startImageProcessing()
1461LOGGER.debug("Image " + imageData + " A-Width: " + imageAreaWidthVal + ", A-Height: " + imageAreaH… in startImageProcessing()
H A DStyleUtilities.java55 private static final Log LOGGER = LogFactory.getLog(StyleUtilities.class); field in StyleUtilities
189LOGGER.warn("Inconsistent styles: " + styleFamily + ":" + styleParent + " does not exist."); in copyStyleInternal()
310 LOGGER.warn("Dangling data style: " + styleName); in performDataStyleProcessing()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java67 private static final Log LOGGER = LogFactory.getLog(ImageElementLayoutController.class); field in ImageElementLayoutController
127LOGGER.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()
152LOGGER.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()
180LOGGER.warn("Table-Cell is not a direct child of the table-row. Unable to calculate the image-size… in createContext()
H A DFormattedTextLayoutController.java59 private static final Log LOGGER = LogFactory.getLog(FormattedTextLayoutController.class); field in FormattedTextLayoutController
98 LOGGER.debug("Parse Exception", e); in isValueChanged()
220LOGGER.error("The Table-Cell does not have a office:value attribute defined. Your content will be … in computeValueType()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java57 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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java83 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 DSOReportJobFactory.java87 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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java46 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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java316 LOGGER.error("ReportProcessing failed", ex); in handleParagraph()

Completed in 115 milliseconds