Searched refs:ReportExecutionException (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SOImageService.java | 59 throws ReportExecutionException, com.sun.star.uno.Exception in SOImageService() 63 throw new ReportExecutionException(); in SOImageService() 124 throw new ReportExecutionException("Failed to query Image-Size", ex); in getImageSize() 129 public Dimension getImageSize(final byte[] image) throws ReportExecutionException in getImageSize() 134 private String getMimeType(final XInputStream image) throws ReportExecutionException in getMimeType() 159 throw new ReportExecutionException(); in getMimeType() 163 throw new ReportExecutionException(); in getMimeType() 167 throw new ReportExecutionException(); in getMimeType() 171 throw new ReportExecutionException(); in getMimeType() 176 public String getMimeType(final InputStream image) throws ReportExecutionException in getMimeType() [all …]
|
H A D | ReportExecutionException.java | 25 public class ReportExecutionException extends Exception class 33 public ReportExecutionException() in ReportExecutionException() method in ReportExecutionException 49 public ReportExecutionException(Throwable cause) in ReportExecutionException() method in ReportExecutionException 61 public ReportExecutionException(String message) in ReportExecutionException() method in ReportExecutionException 78 public ReportExecutionException(String message, Throwable cause) in ReportExecutionException() method in ReportExecutionException
|
H A D | ImageService.java | 41 String getMimeType(final InputStream image) throws ReportExecutionException; in getMimeType() 48 String getMimeType(final byte[] image) throws ReportExecutionException; in getMimeType() 56 Dimension getImageSize(final InputStream image) throws ReportExecutionException; in getImageSize() 64 Dimension getImageSize(final byte[] image) throws ReportExecutionException; in getImageSize()
|
H A D | ReportJob.java | 62 throws ReportExecutionException, IOException; in execute()
|
H A D | ReportJobFactory.java | 36 …final NamedValue[] namedValue) throws IllegalArgumentException, ReportExecutionException, Exceptio… in createReportJob()
|
H A D | makefile.mk | 54 ReportExecutionException.java\
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | ImageProducer.java | 28 import com.sun.star.report.ReportExecutionException; 308 catch (ReportExecutionException e) in produceFromByteArray() 366 catch (ReportExecutionException e) in produceFromString() 448 catch (ReportExecutionException e) in produceFromURL() 465 throws IOException, ReportExecutionException in copyToOutputRepository()
|
H A D | OleProducer.java | 31 import com.sun.star.report.ReportExecutionException; 110 catch (ReportExecutionException ex) in produceOle()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 34 import com.sun.star.report.ReportExecutionException; 332 throws ReportExecutionException, IOException in execute() 382 throw new ReportExecutionException(message, e); in execute() 388 throws ReportExecutionException in getProcessorForContentType() 410 throw new ReportExecutionException("Invalid mime-type"); in getProcessorForContentType()
|
H A D | SOReportJobFactory.java | 49 import com.sun.star.report.ReportExecutionException; 237 …final NamedValue[] namedValue) throws IllegalArgumentException, ReportExecutionException, Exception in createReportJob()
|
Completed in 61 milliseconds