latest changes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2004-03-02 06:59:22 +00:00
parent be07b1422a
commit c806acb760
7 changed files with 20 additions and 17 deletions

View File

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

View File

@ -1,4 +1,4 @@
<record fromfile="true" name="DOP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<record fromfile="true" name="DOP" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
<extends>HDFType</extends>
<description>Document Properties.</description>

View File

@ -1,4 +1,4 @@
<record fromfile="true" name="FIB" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<record fromfile="true" name="FIB" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
<extends>HDFType</extends>
<description>File information Block.</description>
@ -45,7 +45,7 @@
<field type="int" size="2" name="chsTables" longname="default extcharset"/>
<field type="int" size="4" name="fcMin" longname="offset first char"/>
<field type="int" size="4" name="fcMac" longname="offset last char"/>
<field type="int" size="2" name="csw" longname="count shorts"/>
<!--<field type="int" size="2" name="csw" longname="count shorts"/>
<field type="int" size="2" name="wMagicCreated" longname="creator id or beg shorts"/>
<field type="int" size="2" name="wMagicRevised" longname="revisor id"/>
@ -246,14 +246,14 @@
<field type="int" size="4" name="fcSttbAutoCaption"/>
<field type="int" size="4" name="lcbSttbAutoCaption"/>
<field type="int" size="4" name="fcPlcfwkb"/>
<field type="int" size="4" name="lcbPlcfwkb"/>
<field type="int" size="4" name="lcbPlcfwkb"/> -->
<!--
possible typo - was
<field type="int" size="4" name="fcPlcfsplfcPlcfspl"/>
documented as fcPlcfspl in MS Word Binary Format doc
-->
<field type="int" size="4" name="fcPlcfspl"/>
<!--<field type="int" size="4" name="fcPlcfspl"/>
<field type="int" size="4" name="lcbPlcfspl"/>
<field type="int" size="4" name="fcPlcftxbxTxt"/>
@ -270,14 +270,14 @@
<field type="int" size="4" name="fcSttbttmbd"/>
<field type="int" size="4" name="cbSttbttmbd"/>
<field type="int" size="4" name="fcUnused"/>
<field type="int" size="4" name="lcbUnused"/>
<field type="int" size="4" name="lcbUnused"/> -->
<!--
Bug - this field is meant to be an array that "overlays"
the following fields. See MS Word Binary Format doc
for details.
<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="fcBkdMother"/>
<field type="int" size="4" name="lcbBkdMother"/>
@ -328,14 +328,14 @@
<field type="int" size="4" name="fcPlcocx"/>
<field type="int" size="4" name="lcbPlcocx"/>
<field type="int" size="4" name="fcPlcfbteLvc"/>
<field type="int" size="4" name="lcbPlcfbteLvc"/>
<field type="int" size="4" name="lcbPlcfbteLvc"/> -->
<!--
Bug - this field is meant to "overlay" the following
two fields. See MS Word Binary Format doc
for details.
<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="fcPlcflvc"/>
<field type="int" size="4" name="lcbPlcflvc"/>
@ -347,7 +347,7 @@
<field type="int" size="4" name="fcSttbListNames"/>
<field type="int" size="4" name="lcbSttbListNames"/>
<field type="int" size="4" name="fcSttbfUssr"/>
<field type="int" size="4" name="lcbSttbfUssr"/>
<field type="int" size="4" name="lcbSttbfUssr"/> -->
</fields>

View File

@ -1,4 +1,4 @@
<record id="0x101A" name="PAP" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<record id="0x101A" name="PAP" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
<extends>HDFType</extends>
<description>Paragraph Properties.</description>
@ -63,8 +63,8 @@
<field type="int" size="4" name="dyaFromText"/>
<field type="int" size="2" name="dyaHeight"/>
<field type="byte" size="1" name="fMinHeight"/>
<field type="short" size="2" name="shd"/>
<field type="short" size="2" name="dcs"/>
<field type="ShadingDescriptor" size="2" name="shd"/>
<field type="DropCapSpecifier" size="2" name="dcs"/>
<field type="byte" size="1" name="lvl"/>
<field type="byte" size="1" name="fNumRMIns"/>
<field type="byte[]" size="84" name="anld"/>
@ -75,5 +75,8 @@
<field type="int" size="2" name="itbdMac"/>
<field type="int[]" size="128" name="rgdxaTab"/>
<field type="byte[]" size="128" name="rgtbd"/>
<field type="byte" size="1" name="tableLevel"/>
<field type="byte" size="1" name="fTtpEmbedded"/>
<field type="byte" size="1" name="embeddedCellMark"/>
</fields>
</record>

View File

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

View File

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

View File

@ -1,4 +1,4 @@
<record fromfile="true" id="0x101B" name="TC" package="org.apache.poi.hwpf.model.hdftypes.definitions">
<record fromfile="true" id="0x101B" name="TC" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
<extends>HDFType</extends>
<description>Table Cell Descriptor.</description>