]> source.dussan.org Git - poi.git/commitdiff
Fixed email address
authorGlen Stampoultzis <glens@apache.org>
Mon, 11 Feb 2002 04:23:11 +0000 (04:23 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 11 Feb 2002 04:23:11 +0000 (04:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352086 13f79535-47bb-0310-9956-ffa450edef68

46 files changed:
src/documentation/xdocs/who.xml
src/java/org/apache/poi/hssf/dev/BiffViewer.java
src/java/org/apache/poi/hssf/model/Sheet.java
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/record/AreaRecord.java
src/java/org/apache/poi/hssf/record/BarRecord.java
src/java/org/apache/poi/hssf/record/BeginRecord.java
src/java/org/apache/poi/hssf/record/ChartRecord.java
src/java/org/apache/poi/hssf/record/DatRecord.java
src/java/org/apache/poi/hssf/record/DataFormatRecord.java
src/java/org/apache/poi/hssf/record/EndRecord.java
src/java/org/apache/poi/hssf/record/FrameRecord.java
src/java/org/apache/poi/hssf/record/GridsetRecord.java
src/java/org/apache/poi/hssf/record/LegendRecord.java
src/java/org/apache/poi/hssf/record/PlotGrowthRecord.java
src/java/org/apache/poi/hssf/record/RecordFactory.java
src/java/org/apache/poi/hssf/record/SeriesRecord.java
src/java/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java
src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/util/POILogger.java
src/records/definitions/area_record.xml
src/records/definitions/bar_record.xml
src/records/definitions/dat_record.xml
src/records/definitions/dataformat_record.xml
src/records/definitions/font_example.xml
src/records/definitions/frame_record.xml
src/records/definitions/legend_record.xml
src/records/definitions/plotgrowth_record.xml
src/records/definitions/series_record.xml
src/scratchpad/src/org/apache/poi/generator/FieldIterator.java
src/scratchpad/src/org/apache/poi/generator/RecordUtil.java
src/testcases/org/apache/poi/hssf/record/TestAreaRecord.java
src/testcases/org/apache/poi/hssf/record/TestBarRecord.java
src/testcases/org/apache/poi/hssf/record/TestDatRecord.java
src/testcases/org/apache/poi/hssf/record/TestDataFormatRecord.java
src/testcases/org/apache/poi/hssf/record/TestFrameRecord.java
src/testcases/org/apache/poi/hssf/record/TestLegendRecord.java
src/testcases/org/apache/poi/hssf/record/TestPlotGrowthRecord.java
src/testcases/org/apache/poi/hssf/record/TestRecordFactory.java
src/testcases/org/apache/poi/hssf/record/TestSeriesRecord.java
src/testcases/org/apache/poi/hssf/usermodel/TestReadWriteChart.java
src/testcases/org/apache/poi/util/TestPOILogFactory.java
src/testcases/org/apache/poi/util/TestPOILogger.java
src/testcases/org/apache/poi/util/TestStringUtil.java

index ad24487d77f90d954ad7a7d5f8cf8228357af1f4..250bbb77b420ce8edbe63c819c6072fc60602ac6 100644 (file)
@@ -46,7 +46,7 @@
   </s2>
   <s2 title="Developers">
     <ul>
-      <li>Glen Stampoultzis (gstamp at iprimus dot com dot au)</li>
+      <li>Glen Stampoultzis (glens at apache.org)</li>
       <li>Nicola Ken Barozzi (barozzi at nicolaken dot com)</li>
     </ul>
   </s2>
index f95556f131ae8c9d680bead0f27707d6c5d57b35..a9557b4efbbe89f7d794c147e5ee785d0df5b29d 100644 (file)
@@ -79,7 +79,7 @@ import org.apache.poi.hssf.usermodel.*;
 /**
  * Utillity for reading in BIFF8 records and displaying data from them.
  * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  * @see #main
  */
 
index d2437c8ef8219571cdbc4efabfe03bd72e20e19a..004a4b85bd1d4dfd3432dec119fa154dbf627848 100644 (file)
@@ -83,7 +83,7 @@ import org.apache.poi.hssf.record
  * before even attempting to use this.
  * <P>
  * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  * @see org.apache.poi.hssf.model.Workbook
  * @see org.apache.poi.hssf.usermodel.HSSFSheet
  * @version 1.0-pre
index 271f1b89136cea11341632b1ce6a53382e0aab99..e839f0d830cf8a372c0d247327e759618bc33802 100644 (file)
@@ -80,7 +80,7 @@ import org.apache.poi.hssf.HSSFLog;
  * before even attempting to use this.
  *
  * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  * @see org.apache.poi.hssf.usermodel.HSSFWorkbook
  * @version 1.0-pre
  */
index a43969bb5994755b125d1c552d80ed9b3b61da3a..6e4f89f76c2a99fe3c7cc2cf5fca411b1e238955 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class AreaRecord
     extends Record
index b01368cd644eb2411f493bc63324758b5e3f1928..309ed9c1589ce263679fddf248a9812361bfe240 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class BarRecord
     extends Record
index ec27b9c374de51e3d1f73d6a2a895c7855925b1e..2e2fbc4d0e5e8042c3d5c0240a0d103d962530ca 100644 (file)
@@ -63,7 +63,7 @@ import org.apache.poi.util.LittleEndian;
  *
  * @see EndRecord
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 
 public class BeginRecord
index 30a8981cd8ff9a0782a85dabf2ac2fc09f7e6c8a..32ecacf14e0bd9da0efa749ce7e77bd73fef58e1 100644 (file)
@@ -65,7 +65,7 @@ import org.apache.poi.util.LittleEndian;
  * This is currently based on BIFF4 but will up updated to take into
  * account changed required by BIFF8.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 
 public class ChartRecord
index 9121ce3f559a563f7648fb213d9c0ece80360827..fd62a3ef102514cae6418082d70a92729914646a 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class DatRecord
     extends Record
index 6aa5c8a224d4e6ca7d3f29d5b62ee36b7eedc80a..2f143bce679ed5c8fd5478740b7001799c4b835f 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class DataFormatRecord
     extends Record
index fba75ef9a9ad9793d4bee8ac47b8cd426490afeb..d632ab325ecfae61110c508c2e7f93d0992f8443 100644 (file)
@@ -63,7 +63,7 @@ import org.apache.poi.util.LittleEndian;
  *
  * @see BeginRecord
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 
 public class EndRecord
index 89cdbbb8140fa05222ca4eaa43e82836a9304498..ad980f22c307ff42fdd90c28c1643132cedf70df 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class FrameRecord
     extends Record
@@ -186,7 +186,7 @@ public class FrameRecord
     /**
      * Get the border type field for the Frame record.
      *
-     * @return  One of 
+     * @return  One of
      *        BORDER_TYPE_REGULAR
      *        BORDER_TYPE_SHADOW
      */
@@ -199,7 +199,7 @@ public class FrameRecord
      * Set the border type field for the Frame record.
      *
      * @param field_1_borderType
-     *        One of 
+     *        One of
      *        BORDER_TYPE_REGULAR
      *        BORDER_TYPE_SHADOW
      */
index 1cf42aa43c4f0b17d8515791a439f0b0b851070c..b4a3faba9da9eaf818b75286bd12edce1e021055 100644 (file)
@@ -64,7 +64,7 @@ import org.apache.poi.util.LittleEndian;
  * REFERENCE:  PG 320 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
  *
  * @author Andrew C. Oliver (acoliver at apache dot org)
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  *
  * @version 2.0-pre
  */
index 5f5e73d6909ff24549b7f9975ab408995131d73f..740b866876f546584846a664755a955a3ac64e92 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class LegendRecord
     extends Record
@@ -305,7 +305,7 @@ public class LegendRecord
     /**
      * Get the type field for the Legend record.
      *
-     * @return  One of 
+     * @return  One of
      *        TYPE_BOTTOM
      *        TYPE_CORNER
      *        TYPE_TOP
@@ -322,7 +322,7 @@ public class LegendRecord
      * Set the type field for the Legend record.
      *
      * @param field_5_type
-     *        One of 
+     *        One of
      *        TYPE_BOTTOM
      *        TYPE_CORNER
      *        TYPE_TOP
@@ -338,7 +338,7 @@ public class LegendRecord
     /**
      * Get the spacing field for the Legend record.
      *
-     * @return  One of 
+     * @return  One of
      *        SPACING_CLOSE
      *        SPACING_MEDIUM
      *        SPACING_OPEN
@@ -352,7 +352,7 @@ public class LegendRecord
      * Set the spacing field for the Legend record.
      *
      * @param field_6_spacing
-     *        One of 
+     *        One of
      *        SPACING_CLOSE
      *        SPACING_MEDIUM
      *        SPACING_OPEN
index 25a5f68f28eb36036e63476d1587ce0937a9c62f..2af130c757cb93a6f78fee23e7662af665a3b05a 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class PlotGrowthRecord
     extends Record
index 4b1400a87a68f156dd10d6c65351346755be11b0..e3a6b18ea407272a4c538d436cedb6f4f37f2fb8 100644 (file)
@@ -71,7 +71,7 @@ import org.apache.poi.util.HexDump;
  *
  * @author Andrew C. Oliver (acoliver at apache dot org)
  * @author Marc Johnson (mjohnson at apache dot org)
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  * @version 1.0-pre
  */
 
index 6225b0e312b3db5ef1a335d80766da6c0bdb7727..ce3f20979053b919bb14e695a9c1bd1d9ee682c3 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
  * NOTE: This source is automatically generated please do not modify this file.  Either subclass or
  *       remove the record in src/records/definitions.
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class SeriesRecord
     extends Record
@@ -224,7 +224,7 @@ public class SeriesRecord
     /**
      * Get the category data type field for the Series record.
      *
-     * @return  One of 
+     * @return  One of
      *        CATEGORY_DATA_TYPE_DATES
      *        CATEGORY_DATA_TYPE_NUMERIC
      *        CATEGORY_DATA_TYPE_SEQUENCE
@@ -239,7 +239,7 @@ public class SeriesRecord
      * Set the category data type field for the Series record.
      *
      * @param field_1_categoryDataType
-     *        One of 
+     *        One of
      *        CATEGORY_DATA_TYPE_DATES
      *        CATEGORY_DATA_TYPE_NUMERIC
      *        CATEGORY_DATA_TYPE_SEQUENCE
@@ -253,7 +253,7 @@ public class SeriesRecord
     /**
      * Get the values data type field for the Series record.
      *
-     * @return  One of 
+     * @return  One of
      *        VALUES_DATA_TYPE_DATES
      *        VALUES_DATA_TYPE_NUMERIC
      *        VALUES_DATA_TYPE_SEQUENCE
@@ -268,7 +268,7 @@ public class SeriesRecord
      * Set the values data type field for the Series record.
      *
      * @param field_2_valuesDataType
-     *        One of 
+     *        One of
      *        VALUES_DATA_TYPE_DATES
      *        VALUES_DATA_TYPE_NUMERIC
      *        VALUES_DATA_TYPE_SEQUENCE
@@ -314,7 +314,7 @@ public class SeriesRecord
     /**
      * Get the bubble series type field for the Series record.
      *
-     * @return  One of 
+     * @return  One of
      *        BUBBLE_SERIES_TYPE_DATES
      *        BUBBLE_SERIES_TYPE_NUMERIC
      *        BUBBLE_SERIES_TYPE_SEQUENCE
@@ -329,7 +329,7 @@ public class SeriesRecord
      * Set the bubble series type field for the Series record.
      *
      * @param field_5_bubbleSeriesType
-     *        One of 
+     *        One of
      *        BUBBLE_SERIES_TYPE_DATES
      *        BUBBLE_SERIES_TYPE_NUMERIC
      *        BUBBLE_SERIES_TYPE_SEQUENCE
index 9545cc372d0608df8e48f52b0143810cd0c4bb3c..ac8bd935056e5a87a052c8232220877892f39ede 100644 (file)
@@ -68,7 +68,7 @@ import java.util.TreeMap;
  * Aggregate value records together.  Things are easier to handle that way.
  *
  * @author  andy
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  */
 
 public class ValueRecordsAggregate
index 8d8611a8e472bd3b7f9598bae16bcfe0445dff23..4a6caf10af0c1735a28564115b15cf5f2d3a8118 100644 (file)
@@ -68,7 +68,7 @@ import java.util.GregorianCalendar;
  * Contains methods for dealing with Excel dates.
  *
  * @author  Michael Harhen
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  */
 
 public class HSSFDateUtil
index e20c65d9aa684f949576b6fcdaaa81fd06937371..a9b1bab2104e9bd2ce3eb91e2b75b31abf6a5058 100644 (file)
@@ -73,7 +73,7 @@ import java.util.TreeMap;
 /**
  * High level representation of a worksheet.
  * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  * @version 1.0-pre
  */
 
index 6133d75ffc63b20f6b8010d7097547fb170202ee..d664e9a5e6dae07227bbcdeeddce901dfdbb1c2f 100644 (file)
@@ -83,7 +83,7 @@ import org.apache.poi.hssf.record.*;
  * @see org.apache.poi.hssf.model.Workbook
  * @see org.apache.poi.hssf.usermodel.HSSFSheet
  * @author  Andrew C. Oliver (acoliver at apache dot org)
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  * @version 2.0-pre
  */
 
index 87f0efac006e3800b9393ba88c65eaabfc715d08..1b3186b6c7b7082bfdd55ddfd2f60edc56ad04d8 100644 (file)
@@ -67,7 +67,7 @@ import java.util.*;
  * message.<p>
  *
  * @author Marc Johnson (mjohnson at apache dot org)
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 
 public class POILogger
index efb32392620dfa4d52b290b6ce8beb3dd48f70f4..c8519edb18396e25918faef3cfcff88ec9d80b9e 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x101A" name="Area" package="org.apache.poi.hssf.record">
     <description>The area record is used to define a area chart.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="format flags">
             <bit number="0" name="stacked" description="series is stacked"/>
index 41aff58aba3bcae2c4d73914e0860396665a911d..2b8649f7afc81e06c49d3c7b071a14a7719029e0 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1017" name="Bar" package="org.apache.poi.hssf.record">
     <description>The bar record is used to define a bar chart.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="bar space" description="space between bars"/>
         <field type="int" size="2" name="category space" default="50" description="space between categories"/>
index 2497eca8517cb9b1514e1584bbd059382319279a..789eead50c205c93ca5a2a1f1bf4aeb62219a41d 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1063" name="Dat" package="org.apache.poi.hssf.record">
     <description>The dat record is used to store options for the chart.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="options">
             <bit number="0" name="horizontal border" description="has a horizontal border"/>
index a56f6102b758c8879d370cb4926a1774d34aa186..dc015fbf697a1743a694c23f3c9f69210140170a 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1006" name="DataFormat" package="org.apache.poi.hssf.record">
     <description>The data format record is used to index into a series.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="point number" description="0xFFFF for entire series"/>
         <field type="int" size="2" name="series index" description="relative index"/>
index f077ac9739d78ccc2f6e4419602d8e1ab0fc9bd0..7cdba9381df1787184d99273056a319637a1c333 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x31" name="Font" package="org.apache.poi.hssf.records">
     <description>Describes a font record.  In Excel a font belongs in the font table.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="font height"/>
         <field type="bits" size="2" name="attributes">
index b7a63c41e0baccdaa6be670aa2bbedafdee75fb1..4daaee03c2038515fe91a2d6410c24180a2fdab6 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1032" name="Frame" package="org.apache.poi.hssf.record">
     <description>The frame record indicates whether there is a border around the displayed text of a chart.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="border type">
             <const name="regular" value="0" description="regular rectangle or no border"/>
index 732f6f35dcbc60c9af55bb11d601bfb6ec0560a9..4b7e74c1b38b537a638a738751c1723f8c56ac7a 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1015" name="Legend" package="org.apache.poi.hssf.record">
     <description>The legend record specifies the location of legend on a chart and it's overall size.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="4" name="x position"/>
         <field type="int" size="4" name="y position"/>
index b5ab94afbb6a7cd5787f9179129e381edbe77991..493c6dc6d8c1ce342cebcd94c85cc45cb5c621ca 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1064" name="PlotGrowth" package="org.apache.poi.hssf.record">
     <description>The plot growth record specifies the scaling factors used when a font is scaled.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="4" name="horizontalScale"/>
         <field type="int" size="4" name="verticalScale"/>
index eccf92c3eb2017182ff551e20d2d06923607bbec..87b2ece238212fe45b4d485ea984cd701314a7ed 100644 (file)
@@ -1,6 +1,6 @@
 <record id="0x1003" name="Series" package="org.apache.poi.hssf.record">
     <description>The series record describes the overall data for a series.</description>
-    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
+    <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
         <field type="int" size="2" name="category data type">
             <const name="dates" value="0"/>
index f419f5af698d118d327070b3b472f93a06ed6b4c..7db42b942deeafafeb604f61d9c1d0db207ae2e3 100644 (file)
@@ -58,7 +58,7 @@ package org.apache.poi.generator;
 /**
  * For iterating through our fields.  Todo: Change this to javascript in the style sheet.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class FieldIterator
 {
index 64660e5a9b9a7f087d1b9e19f7ac087aa092126e..8645d77f09d422a724b32a08d9feb8c768452c7c 100644 (file)
@@ -59,7 +59,7 @@ package org.apache.poi.generator;
  * Helper functions for the record transformations. TODO: Change this to
  * javascript in the style sheet.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class RecordUtil
 {
index decbedc77c25079a80a57fa22a38db377464e125..aeb4d250bce52c7be61edea397fec13affd6b7a5 100644 (file)
@@ -65,7 +65,7 @@ import junit.framework.TestCase;
  * Excel file.
  *
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestAreaRecord
         extends TestCase
index 9d9b78cc763327f0cae1243577c2128f009634d9..4cfd3a0d35511b2fc537a800844cb278745fa3e8 100644 (file)
@@ -65,7 +65,7 @@ import junit.framework.TestCase;
  * Excel file.
  *
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestBarRecord
         extends TestCase
index 3c6bdc7ba0729d38c96ce422e6ed67dfd8ed8357..df8f8f774257269f4741b1b49023cf0651f873af 100644 (file)
@@ -65,7 +65,7 @@ import junit.framework.TestCase;
  * Excel file.
  *
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestDatRecord
         extends TestCase
index 36f07c14fc9fed03c05a8cb585931d687c9969cd..e44cf26dd38795d6f9d8bc66c2f07bff71005f84 100644 (file)
@@ -65,7 +65,7 @@ import junit.framework.TestCase;
  * Excel file.
  *
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestDataFormatRecord
         extends TestCase
index ffa47d41b6203ec154a8087d9927284b7af50272..ca7083c90e6075b3585f4539c2fcb4ffdfa3aaa8 100644 (file)
@@ -65,7 +65,7 @@ import junit.framework.TestCase;
  * Excel file.
  *
 
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestFrameRecord
         extends TestCase
index ca719e0484890afb9b7cc8f3527800120975079b..33544d69443f04be72a65123f681e9247f17f7a0 100644 (file)
@@ -61,7 +61,7 @@ import junit.framework.TestCase;
  * class works correctly.  Test data taken directly from a real
  * Excel file.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestLegendRecord
         extends TestCase
index 0a1ede490a4eaf765ee10ea22fccf1ccb14d9ad8..bcc4d51f2239590d85b37065bfa26e67039a491d 100644 (file)
@@ -64,7 +64,7 @@ import junit.framework.TestCase;
  * class works correctly.  Test data taken directly from a real
  * Excel file.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestPlotGrowthRecord
         extends TestCase
index be582ab1e7ecb79f62c760916865ba99ae0efc48..44daeab1797051791d11350232198503af4b1860 100644 (file)
@@ -59,7 +59,7 @@ import junit.framework.TestCase;
 
 /**
  * Tests the record factory
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  * @author Andrew C. Oliver (acoliver at apache dot org)
  */
 
index 2d1881f4e285908bc9b9c499621817175da9b734..eb0bc90334cbb2d00b9c674f603c92c2dc10ca91 100644 (file)
@@ -64,7 +64,7 @@ import junit.framework.TestCase;
  * class works correctly.  Test data taken directly from a real
  * Excel file.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 public class TestSeriesRecord
         extends TestCase
index 1c53b1c07feba0a3500281bce3b112f60a64fbba..3d175ee7782b06845ecb855be9ff0121d352166a 100644 (file)
@@ -72,7 +72,7 @@ import java.util.Date;
 import java.util.GregorianCalendar;
 
 /**
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 
 public class TestReadWriteChart
index 6e57520a133196170cb045197d27f6f33d688045..0cb3fa10734b962af3ac1f01daccb94648630ab3 100644 (file)
@@ -63,7 +63,7 @@ import java.io.*;
 
 /**
  * @author Marc Johnson (mjohnson at apache dot org)
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  */
 
 public class TestPOILogFactory
index b3c112802038d2346ceea02c27026c201410008b..2fcf0a63616843025229b90faf2d1ad30302eec1 100644 (file)
@@ -63,7 +63,7 @@ import java.io.FileInputStream;
 /**
  * Tests the log class.
  *
- * @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author Glen Stampoultzis (glens at apache.org)
  * @author Marc Johnson (mjohnson at apache dot org)
  */
 
index dcb6c2539fffbf8eb9f668c1d24b14a1efa4e3e8..c80bce4320852600ffca381ec6013d2ec3a384a4 100644 (file)
@@ -63,7 +63,7 @@ import java.text.NumberFormat;
  * Unit test for StringUtil
  *
  * @author  Marc Johnson (mjohnson at apache dot org
- * @author  Glen Stampoultzis (gstamp at iprimus dot com dot au)
+ * @author  Glen Stampoultzis (glens at apache.org)
  */
 
 public class TestStringUtil