fixed some bugs

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2003-06-24 11:01:14 +00:00
parent 20f8792b72
commit 8c69abce1a
7 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
<record id="0x101B" name="CHP" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record id="0x101B" name="CHP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>Character Properties.</description> <description>Character Properties.</description>

View File

@ -1,4 +1,4 @@
<record fromfile="true" name="DOP" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record fromfile="true" name="DOP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>Document Properties.</description> <description>Document Properties.</description>
@ -12,7 +12,7 @@
<bit number="4" mask="0x60" name="fpc"/> <bit number="4" mask="0x60" name="fpc"/>
<bit number="5" mask="0x80" name="unused1"/> <bit number="5" mask="0x80" name="unused1"/>
</field> </field>
<field type="short" size="2" name="unused2"/> <field type="byte" size="1" name="unused2"/>
<field type="short" size="2" name="footnoteInfo"> <field type="short" size="2" name="footnoteInfo">
<bit number="0" mask="0x0003" name="rncFtn"/> <bit number="0" mask="0x0003" name="rncFtn"/>
<bit number="1" mask="0xfffc" name="nFtn"/> <bit number="1" mask="0xfffc" name="nFtn"/>

View File

@ -1,4 +1,4 @@
<record fromfile="true" name="FIB" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record fromfile="true" name="FIB" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>File information Block.</description> <description>File information Block.</description>
@ -247,10 +247,10 @@
<field type="int" size="4" name="lcbSttbAutoCaption"/> <field type="int" size="4" name="lcbSttbAutoCaption"/>
<field type="int" size="4" name="fcPlcfwkb"/> <field type="int" size="4" name="fcPlcfwkb"/>
<field type="int" size="4" name="lcbPlcfwkb"/> <field type="int" size="4" name="lcbPlcfwkb"/>
<!-- <!--
possible typo - was possible typo - was
<field type="int" size="4" name="fcPlcfsplfcPlcfspl"/> <field type="int" size="4" name="fcPlcfsplfcPlcfspl"/>
documented as fcPlcfspl in MS Word Binary Format doc documented as fcPlcfspl in MS Word Binary Format doc
--> -->
<field type="int" size="4" name="fcPlcfspl"/> <field type="int" size="4" name="fcPlcfspl"/>
@ -275,7 +275,7 @@
Bug - this field is meant to be an array that "overlays" Bug - this field is meant to be an array that "overlays"
the following fields. See MS Word Binary Format doc the following fields. See MS Word Binary Format doc
for details. for details.
<field type="int" size="4" name="rgpgdbkd"/> <field type="int" size="4" name="rgpgdbkd"/>
--> -->
<field type="int" size="4" name="fcPgdMother"/> <field type="int" size="4" name="fcPgdMother"/>
<field type="int" size="4" name="lcbPgdMother"/> <field type="int" size="4" name="lcbPgdMother"/>
@ -333,7 +333,7 @@
Bug - this field is meant to "overlay" the following Bug - this field is meant to "overlay" the following
two fields. See MS Word Binary Format doc two fields. See MS Word Binary Format doc
for details. for details.
<field type="int" size="4" name="ftModified"/> <field type="int" size="4" name="ftModified"/>
--> -->
<field type="int" size="4" name="dwLowDateTime"/> <field type="int" size="4" name="dwLowDateTime"/>
<field type="int" size="4" name="dwHighDateTime"/> <field type="int" size="4" name="dwHighDateTime"/>

View File

@ -1,4 +1,4 @@
<record id="0x101A" name="PAP" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record id="0x101A" name="PAP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>Paragraph Properties.</description> <description>Paragraph Properties.</description>

View File

@ -1,4 +1,4 @@
<record id="0x101B" name="SEP" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record id="0x101B" name="SEP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>Section Properties.</description> <description>Section Properties.</description>
@ -64,4 +64,4 @@
<field type="short" size="2" name="unused6"/> <field type="short" size="2" name="unused6"/>
<field type="byte[]" size="212" name="olstAnm"/> <field type="byte[]" size="212" name="olstAnm"/>
</fields> </fields>
</record> </record>

View File

@ -1,4 +1,4 @@
<record id="0x101B" name="TAP" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record id="0x101B" name="TAP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>Table Properties.</description> <description>Table Properties.</description>
@ -21,4 +21,4 @@
<field type="short[]" size="4" name="brcVertical"/> <field type="short[]" size="4" name="brcVertical"/>
<field type="short[]" size="4" name="brcHorizontal"/> <field type="short[]" size="4" name="brcHorizontal"/>
</fields> </fields>
</record> </record>

View File

@ -1,4 +1,4 @@
<record id="0x101B" name="TC" package="org.apache.poi.hdf.model.hdftypes.definitions"> <record id="0x101B" name="TC" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<suffix>AbstractType</suffix> <suffix>AbstractType</suffix>
<extends>HDFType</extends> <extends>HDFType</extends>
<description>Table Cell Descriptor.</description> <description>Table Cell Descriptor.</description>
@ -20,4 +20,4 @@
<field type="short[]" size="4" name="brcBottom"/> <field type="short[]" size="4" name="brcBottom"/>
<field type="short[]" size="4" name="brcRight"/> <field type="short[]" size="4" name="brcRight"/>
</fields> </fields>
</record> </record>