Home
last modified time | relevance | path

Searched refs:ReportExecutionException (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DSOImageService.java59 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 DReportExecutionException.java25 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 DImageService.java41 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 DReportJob.java62 throws ReportExecutionException, IOException; in execute()
H A DReportJobFactory.java36 …final NamedValue[] namedValue) throws IllegalArgumentException, ReportExecutionException, Exceptio… in createReportJob()
H A Dmakefile.mk54 ReportExecutionException.java\
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java28 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 DOleProducer.java31 import com.sun.star.report.ReportExecutionException;
110 catch (ReportExecutionException ex) in produceOle()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java34 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 DSOReportJobFactory.java49 import com.sun.star.report.ReportExecutionException;
237 …final NamedValue[] namedValue) throws IllegalArgumentException, ReportExecutionException, Exception in createReportJob()

Completed in 34 milliseconds