summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/output
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/com/sun/star/report/pentaho/output')
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/OleProducer.java4
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/StyleUtilities.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/StylesWriter.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportProcessor.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportTarget.java6
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportProcessor.java3
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportTarget.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/text/MasterPageFactory.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/text/PageBreakDefinition.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/text/PageContext.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportProcessor.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java1
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java1
15 files changed, 0 insertions, 25 deletions
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java b/reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java
index a40b82680c5f..e34c585e00a3 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java
@@ -62,7 +62,6 @@ import org.pentaho.reporting.libraries.base.util.WaitingImageObserver;
/**
* This class manages the images embedded in a report.
*
- * @author Thomas Morgner
* @since 31.03.2007
*/
public class ImageProducer
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java b/reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java
index 5c18b4884ba4..e9b91ada8df8 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java
@@ -108,7 +108,6 @@ import org.w3c.css.sac.LexicalUnit;
/**
* Todo: Document me!
*
- * @author Thomas Morgner
* @since 08.03.2007
*/
public abstract class OfficeDocumentReportTarget extends AbstractReportTarget
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/OleProducer.java b/reportbuilder/java/com/sun/star/report/pentaho/output/OleProducer.java
index e0d9d90bde5f..c3bc3291a780 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/OleProducer.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/OleProducer.java
@@ -36,10 +36,6 @@ import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-/**
- *
- * @author Ocke Janssen
- */
public class OleProducer
{
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/StyleUtilities.java b/reportbuilder/java/com/sun/star/report/pentaho/output/StyleUtilities.java
index dc06fcad122d..2357635551fd 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/StyleUtilities.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/StyleUtilities.java
@@ -41,7 +41,6 @@ import org.jfree.report.util.AttributeNameGenerator;
/**
* Todo: Document me!
*
- * @author Thomas Morgner
* @since 13.03.2007
*/
public class StyleUtilities
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/StylesWriter.java b/reportbuilder/java/com/sun/star/report/pentaho/output/StylesWriter.java
index 31217420d621..0b568cf86f12 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/StylesWriter.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/StylesWriter.java
@@ -55,7 +55,6 @@ import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
/**
* This class writes the style collection into a 'styles.xml' document.
*
- * @author Thomas Morgner
* @since 09.03.2007
*/
public class StylesWriter
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportProcessor.java b/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportProcessor.java
index 02c433897459..56ebb6c807bd 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportProcessor.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportProcessor.java
@@ -34,7 +34,6 @@ import org.pentaho.reporting.libraries.resourceloader.ResourceManager;
/**
*
- * @author Ocke Janssen
*/
public class ChartRawReportProcessor extends SinglePassReportProcessor
{
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportTarget.java b/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportTarget.java
index 563e75262404..3d1446522a7c 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportTarget.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ChartRawReportTarget.java
@@ -41,10 +41,6 @@ import org.pentaho.reporting.libraries.xmlns.common.AttributeList;
import org.pentaho.reporting.libraries.xmlns.writer.XmlWriter;
import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
-/**
- *
- * @author Ocke Janssen
- */
public class ChartRawReportTarget extends OfficeDocumentReportTarget
{
@@ -95,7 +91,6 @@ public class ChartRawReportTarget extends OfficeDocumentReportTarget
protected void endContent(final AttributeMap attrs) throws IOException, DataSourceException, ReportProcessingException
{
final XmlWriter xmlWriter = getXmlWriter();
- //xmlWriter.writeCloseTag();
while (closeTags > 0)
{
xmlWriter.writeCloseTag();
@@ -231,7 +226,6 @@ public class ChartRawReportTarget extends OfficeDocumentReportTarget
final XmlWriter xmlWriter = getXmlWriter();
xmlWriter.writeTag(namespace, elementType, attrList, XmlWriter.OPEN);
++closeTags;
- // System.out.println("elementType = " + elementType);
}
// /////////////////////////////////////////////////////////////////////////
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportProcessor.java b/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportProcessor.java
index a06ed445ead8..52f6619f7cbd 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportProcessor.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportProcessor.java
@@ -35,9 +35,6 @@ import org.jfree.report.flow.ReportTarget;
import org.pentaho.reporting.libraries.resourceloader.ResourceManager;
-/**
- * @author Michael D'Amour
- */
public class SpreadsheetRawReportProcessor extends AbstractReportProcessor
{
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportTarget.java b/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportTarget.java
index 878afc4755ed..7418445007a3 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportTarget.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/SpreadsheetRawReportTarget.java
@@ -67,7 +67,6 @@ import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
/**
* Creation-Date: 03.11.2007
*
- * @author Michael D'Amour
*/
public class SpreadsheetRawReportTarget extends OfficeDocumentReportTarget
{
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/MasterPageFactory.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/MasterPageFactory.java
index af9dc9d2519b..e8854ef35826 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/MasterPageFactory.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/MasterPageFactory.java
@@ -37,7 +37,6 @@ import org.jfree.report.util.AttributeNameGenerator;
/**
* Todo: Document me!
*
- * @author Thomas Morgner
* @since 14.03.2007
*/
public class MasterPageFactory
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageBreakDefinition.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageBreakDefinition.java
index 363130e4b163..f968f036dcd0 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageBreakDefinition.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageBreakDefinition.java
@@ -20,7 +20,6 @@ package com.sun.star.report.pentaho.output.text;
/**
* Todo: Document me!
*
- * @author Thomas Morgner
* @since 24.03.2007
*/
public class PageBreakDefinition
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageContext.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageContext.java
index 9e2881024e68..a170be7efead 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageContext.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/PageContext.java
@@ -24,7 +24,6 @@ import org.jfree.layouting.input.style.values.CSSNumericValue;
/**
* Todo: Document me!
*
- * @author Thomas Morgner
* @since 24.03.2007
*/
public class PageContext
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportProcessor.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportProcessor.java
index 8489ebaccf6c..294bc83a2067 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportProcessor.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportProcessor.java
@@ -36,7 +36,6 @@ import org.pentaho.reporting.libraries.resourceloader.ResourceManager;
/**
* Creation-Date: 03.07.2006, 17:08:25
*
- * @author Thomas Morgner
*/
public class TextRawReportProcessor extends SinglePassReportProcessor
{
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
index 9cfa3dccceae..865ae47ac24e 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
@@ -71,7 +71,6 @@ import org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport;
/**
* Creation-Date: 03.07.2006, 16:28:00
*
- * @author Thomas Morgner
*/
public class TextRawReportTarget extends OfficeDocumentReportTarget
{
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
index eb967b8b99cb..a15877c73fc4 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java
@@ -29,7 +29,6 @@ import org.jfree.report.util.AttributeNameGenerator;
* its original name. If a variable contains more than one type, it is also
* keyed by the type.
*
- * @author Thomas Morgner
* @since 26.03.2007
*/
public class VariablesDeclarations