diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-02-11 04:23:11 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-02-11 04:23:11 +0000 |
commit | 2f4ae62dafadd736f0a67e823d66c3b49f4aaced (patch) | |
tree | 3a86b6618fce4bbeff361f142b7a1be3eff31baa /src/records | |
parent | 18ffb78a0bfd439a7eb434085f40f5b7390eafca (diff) | |
download | poi-2f4ae62dafadd736f0a67e823d66c3b49f4aaced.tar.gz poi-2f4ae62dafadd736f0a67e823d66c3b49f4aaced.zip |
Fixed email address
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/records')
-rw-r--r-- | src/records/definitions/area_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/bar_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/dat_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/dataformat_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/font_example.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/frame_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/legend_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/plotgrowth_record.xml | 2 | ||||
-rw-r--r-- | src/records/definitions/series_record.xml | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/records/definitions/area_record.xml b/src/records/definitions/area_record.xml index efb3239262..c8519edb18 100644 --- a/src/records/definitions/area_record.xml +++ b/src/records/definitions/area_record.xml @@ -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"/> diff --git a/src/records/definitions/bar_record.xml b/src/records/definitions/bar_record.xml index 41aff58aba..2b8649f7af 100644 --- a/src/records/definitions/bar_record.xml +++ b/src/records/definitions/bar_record.xml @@ -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"/> diff --git a/src/records/definitions/dat_record.xml b/src/records/definitions/dat_record.xml index 2497eca851..789eead50c 100644 --- a/src/records/definitions/dat_record.xml +++ b/src/records/definitions/dat_record.xml @@ -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"/> diff --git a/src/records/definitions/dataformat_record.xml b/src/records/definitions/dataformat_record.xml index a56f6102b7..dc015fbf69 100644 --- a/src/records/definitions/dataformat_record.xml +++ b/src/records/definitions/dataformat_record.xml @@ -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"/> diff --git a/src/records/definitions/font_example.xml b/src/records/definitions/font_example.xml index f077ac9739..7cdba9381d 100644 --- a/src/records/definitions/font_example.xml +++ b/src/records/definitions/font_example.xml @@ -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"> diff --git a/src/records/definitions/frame_record.xml b/src/records/definitions/frame_record.xml index b7a63c41e0..4daaee03c2 100644 --- a/src/records/definitions/frame_record.xml +++ b/src/records/definitions/frame_record.xml @@ -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"/> diff --git a/src/records/definitions/legend_record.xml b/src/records/definitions/legend_record.xml index 732f6f35dc..4b7e74c1b3 100644 --- a/src/records/definitions/legend_record.xml +++ b/src/records/definitions/legend_record.xml @@ -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"/> diff --git a/src/records/definitions/plotgrowth_record.xml b/src/records/definitions/plotgrowth_record.xml index b5ab94afbb..493c6dc6d8 100644 --- a/src/records/definitions/plotgrowth_record.xml +++ b/src/records/definitions/plotgrowth_record.xml @@ -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"/> diff --git a/src/records/definitions/series_record.xml b/src/records/definitions/series_record.xml index eccf92c3eb..87b2ece238 100644 --- a/src/records/definitions/series_record.xml +++ b/src/records/definitions/series_record.xml @@ -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"/> |