/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarReportData.java | 27 import org.jfree.report.DataSourceException; 38 throws com.sun.star.report.DataSourceException in StarReportData() 60 catch (com.sun.star.report.DataSourceException e) in setCursorPosition() 67 throws DataSourceException in close() 73 catch (com.sun.star.report.DataSourceException e) in close() 80 throws DataSourceException in getCursorPosition() 99 throws DataSourceException in next() 110 catch (com.sun.star.report.DataSourceException e) in next() 117 throws DataSourceException in get() 135 throws DataSourceException in getColumnCount() [all …]
|
H A D | StarReportDataFactory.java | 25 import com.sun.star.report.DataSourceException; 70 catch (DataSourceException dse) in queryData() 79 catch (org.jfree.report.DataSourceException e) in queryData()
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 131 public int getColumnCount() throws DataSourceException in getColumnCount() 146 public boolean absolute(final int row) throws DataSourceException in absolute() 163 throw new DataSourceException(e.getMessage(), e); in absolute() 167 public boolean next() throws DataSourceException in next() 179 throw new DataSourceException(e.getMessage(), e); in next() 183 public void close() throws DataSourceException in close() 293 public Object getObject(final int column) throws DataSourceException in getObject() 329 throw new DataSourceException(ex.getMessage(), ex); in getObject() 333 throw new DataSourceException(ex.getMessage(), ex); in getObject() 337 throw new DataSourceException(ex.getMessage(), ex); in getObject() [all …]
|
H A D | DataSourceException.java | 31 public class DataSourceException extends Exception class 39 public DataSourceException() in DataSourceException() method in DataSourceException 52 public DataSourceException(String message) in DataSourceException() method in DataSourceException 69 public DataSourceException(String message, Throwable cause) in DataSourceException() method in DataSourceException 86 public DataSourceException(Throwable cause) in DataSourceException() method in DataSourceException
|
H A D | DataSource.java | 37 int getRowCount() throws DataSourceException; in getRowCount() 39 boolean absolute(int row) throws DataSourceException; in absolute() 41 boolean next() throws DataSourceException; in next() 43 void close() throws DataSourceException; in close()
|
H A D | DataRow.java | 37 int getColumnCount() throws DataSourceException; in getColumnCount() 39 String getColumnName(int column) throws DataSourceException; in getColumnName() 41 Object getObject(int column) throws DataSourceException; in getObject()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
H A D | ChartRawReportTarget.java | 40 import org.jfree.report.DataSourceException; 93 …protected void startContent(final AttributeMap attrs) throws IOException, DataSourceException, Rep… in startContent() 104 …protected void endContent(final AttributeMap attrs) throws IOException, DataSourceException, Repor… in endContent() 116 throws IOException, DataSourceException, ReportProcessingException in startReportSection() 121 throws IOException, DataSourceException, ReportProcessingException in endReportSection() 125 …protected void startOther(final AttributeMap attrs) throws IOException, DataSourceException, Repor… in startOther() 147 …protected void endOther(final AttributeMap attrs) throws IOException, DataSourceException, ReportP… in endOther() 188 throws DataSourceException, ReportProcessingException in processContent() 247 public void processText(final String text) throws DataSourceException, ReportProcessingException in processText() 257 throws DataSourceException, ReportProcessingException in endReport()
|
H A D | ChartRawReportProcessor.java | 30 import org.jfree.report.DataSourceException; 96 …lic void processReport(final ReportJob job) throws ReportDataFactoryException, DataSourceException, in processReport()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | OfficeGroupInstanceSectionLayoutController.java | 27 import org.jfree.report.DataSourceException; 61 throws DataSourceException, ReportDataFactoryException, ReportProcessingException in initialize() 68 throws DataSourceException, ReportProcessingException, ReportDataFactoryException in processContent() 89 throws DataSourceException, ReportProcessingException, in processChild() 107 protected boolean isDisplayable(final Node node) throws DataSourceException in isDisplayable() 119 throws DataSourceException in _isDisplayable() 166 throws DataSourceException in computeAttributes()
|
H A D | OfficeReportLayoutController.java | 28 import org.jfree.report.DataSourceException; 89 throws DataSourceException, ReportDataFactoryException, in initialize() 114 throws DataSourceException, ReportProcessingException, in processContent() 194 throws DataSourceException, ReportProcessingException, ReportDataFactoryException in delegateSpreadsheetSection() 211 DataSourceException in delegateToTemplates() 224 DataSourceException in delegateSection()
|
H A D | AbstractReportElementLayoutController.java | 30 import org.jfree.report.DataSourceException; 78 throws DataSourceException, ReportDataFactoryException, in advance() 197 throws DataSourceException, ReportDataFactoryException, in join() 208 DataSourceException; in delegateContentGeneration() 238 catch (DataSourceException e) in isReferenceChanged()
|
H A D | TableCellLayoutController.java | 33 import org.jfree.report.DataSourceException; 64 throws DataSourceException in computeAttributes() 99 private DataFlags computeValue(final AttributeMap attributeMap) throws DataSourceException in computeValue() 171 catch (DataSourceException e) in getDisplayStyleName() 191 catch (DataSourceException e) in getDisplayStyleName()
|
H A D | ObjectOleLayoutController.java | 36 import org.jfree.report.DataSourceException; 71 catch (DataSourceException e) in isValueChanged() 79 …ortTarget target) throws ReportProcessingException, ReportDataFactoryException, DataSourceException in delegateContentGeneration() 104 catch (DataSourceException e) in delegateContentGeneration()
|
H A D | VariablesDeclarationLayoutController.java | 33 import org.jfree.report.DataSourceException; 89 throws DataSourceException, ReportDataFactoryException, in advance() 136 throws DataSourceException in generateVariableSetSection() 182 throws DataSourceException, ReportDataFactoryException, in join()
|
H A D | OfficeGroupLayoutController.java | 29 import org.jfree.report.DataSourceException; 84 throws DataSourceException, ReportDataFactoryException, in initialize() 101 throws DataSourceException, ReportProcessingException, in processContent() 192 throws DataSourceException in computeAttributes()
|
H A D | OfficeGroupSectionLayoutController.java | 29 import org.jfree.report.DataSourceException; 58 throws DataSourceException, ReportProcessingException, ReportDataFactoryException in startElement() 86 throws DataSourceException in computeAttributes()
|
H A D | OfficeDetailLayoutController.java | 27 import org.jfree.report.DataSourceException; 77 throws DataSourceException, ReportDataFactoryException, in initialize() 99 throws DataSourceException, ReportProcessingException, ReportDataFactoryException in startElement()
|
H A D | ImageElementLayoutController.java | 33 import org.jfree.report.DataSourceException; 76 DataSourceException in delegateContentGeneration() 100 throws ReportProcessingException, DataSourceException in generateImage()
|
H A D | OfficePageSectionLayoutController.java | 24 import org.jfree.report.DataSourceException; 43 … flowController, final Element element, final ReportTarget reportTarget) throws DataSourceException in computeAttributes()
|
H A D | FixedTextLayoutController.java | 27 import org.jfree.report.DataSourceException; 67 DataSourceException in delegateContentGeneration()
|
H A D | OfficeTableLayoutController.java | 29 import org.jfree.report.DataSourceException; 52 throws DataSourceException in computeAttributes()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 86 import org.jfree.report.DataSourceException; 351 throws DataSourceException, ReportProcessingException in startReport() 520 throws DataSourceException, ReportProcessingException in startElement() 805 throws IOException, DataSourceException, ReportProcessingException in startReportSection() 817 throws IOException, DataSourceException, ReportProcessingException in startGroup() 834 throws IOException, DataSourceException, ReportProcessingException in startGroupInstance() 839 throws IOException, DataSourceException, ReportProcessingException in startGroupBody() 847 throws DataSourceException, ReportProcessingException in processText() 896 throws DataSourceException, ReportProcessingException in processContent() 934 throws DataSourceException, ReportProcessingException in endElement() [all …]
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 55 import org.jfree.report.DataSourceException; 194 …public void startOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExcep… in startOther() 279 …tion(final AttributeMap attrs, final int role) throws IOException, DataSourceException, ReportProc… in startReportSection() 291 …tion(final AttributeMap attrs, final int role) throws IOException, DataSourceException, ReportProc… in endReportSection() 640 …protected void endOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExce… in endOther() 724 public void processText(final String text) throws DataSourceException, ReportProcessingException in processText() 733 …public void processContent(final DataFlags value) throws DataSourceException, ReportProcessingExce… in processContent() 747 protected void startContent(final AttributeMap attrs) throws IOException, DataSourceException, in startContent() 826 protected void endContent(final AttributeMap attrs) throws IOException, DataSourceException, in endContent() 838 …public void endReport(final ReportStructureRoot report) throws DataSourceException, ReportProcessi… in endReport()
|
H A D | SpreadsheetRawReportProcessor.java | 31 import org.jfree.report.DataSourceException; 96 …lic void processReport(final ReportJob job) throws ReportDataFactoryException, DataSourceException, in processReport()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 56 import org.jfree.report.DataSourceException; 435 throws DataSourceException, ReportProcessingException in startReport() 515 throws IOException, DataSourceException, ReportProcessingException in startContent() 537 throws IOException, DataSourceException, ReportProcessingException in startOther() 1070 throws IOException, DataSourceException, ReportProcessingException in startReportSection() 1119 throws IOException, DataSourceException, ReportProcessingException in startGroup() 1156 throws IOException, DataSourceException, ReportProcessingException in startGroupInstance() 1165 throws IOException, DataSourceException, ReportProcessingException in endGroup() 1197 throws IOException, DataSourceException, ReportProcessingException in endReportSection() 1257 throws DataSourceException, ReportProcessingException in endReport() [all …]
|