You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sa...@apache.org on 2003/06/24 13:01:15 UTC

cvs commit: jakarta-poi/src/types/definitions chp_type.xml dop_type.xml fib_type.xml pap_type.xml sep_type.xml tap_type.xml tc_type.xml

sackley     2003/06/24 04:01:15

  Modified:    src/types/definitions chp_type.xml dop_type.xml fib_type.xml
                        pap_type.xml sep_type.xml tap_type.xml tc_type.xml
  Log:
  fixed some bugs
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-poi/src/types/definitions/chp_type.xml
  
  Index: chp_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/chp_type.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- chp_type.xml	3 May 2002 01:56:53 -0000	1.4
  +++ chp_type.xml	24 Jun 2003 11:01:14 -0000	1.5
  @@ -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>
       <extends>HDFType</extends>
       <description>Character Properties.</description>
  
  
  
  1.3       +2 -2      jakarta-poi/src/types/definitions/dop_type.xml
  
  Index: dop_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/dop_type.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dop_type.xml	18 Apr 2002 11:56:06 -0000	1.2
  +++ dop_type.xml	24 Jun 2003 11:01:14 -0000	1.3
  @@ -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>
       <extends>HDFType</extends>
       <description>Document Properties.</description>
  @@ -12,7 +12,7 @@
           <bit number="4" mask="0x60" name="fpc"/>
           <bit number="5" mask="0x80" name="unused1"/>
         </field>
  -      <field type="short" size="2" name="unused2"/>
  +      <field type="byte" size="1" name="unused2"/>
         <field type="short" size="2" name="footnoteInfo">
           <bit number="0" mask="0x0003" name="rncFtn"/>
           <bit number="1" mask="0xfffc" name="nFtn"/>
  
  
  
  1.9       +5 -5      jakarta-poi/src/types/definitions/fib_type.xml
  
  Index: fib_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/fib_type.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- fib_type.xml	11 Apr 2003 02:36:17 -0000	1.8
  +++ fib_type.xml	24 Jun 2003 11:01:14 -0000	1.9
  @@ -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>
       <extends>HDFType</extends>
       <description>File information Block.</description>
  @@ -247,10 +247,10 @@
       <field type="int" size="4" name="lcbSttbAutoCaption"/>
       <field type="int" size="4" name="fcPlcfwkb"/>
       <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"/>
  @@ -275,7 +275,7 @@
           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="rgpgdbkd"/>
       -->
       <field type="int" size="4" name="fcPgdMother"/>
       <field type="int" size="4" name="lcbPgdMother"/>
  @@ -333,7 +333,7 @@
           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="ftModified"/>
       -->
       <field type="int" size="4" name="dwLowDateTime"/>
       <field type="int" size="4" name="dwHighDateTime"/>
  
  
  
  1.3       +1 -1      jakarta-poi/src/types/definitions/pap_type.xml
  
  Index: pap_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/pap_type.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pap_type.xml	3 May 2002 01:56:53 -0000	1.2
  +++ pap_type.xml	24 Jun 2003 11:01:14 -0000	1.3
  @@ -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>
       <extends>HDFType</extends>
       <description>Paragraph Properties.</description>
  
  
  
  1.3       +2 -2      jakarta-poi/src/types/definitions/sep_type.xml
  
  Index: sep_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/sep_type.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sep_type.xml	3 May 2002 01:56:53 -0000	1.2
  +++ sep_type.xml	24 Jun 2003 11:01:14 -0000	1.3
  @@ -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>
       <extends>HDFType</extends>
       <description>Section Properties.</description>
  @@ -64,4 +64,4 @@
         <field type="short" size="2" name="unused6"/>
         <field type="byte[]" size="212" name="olstAnm"/>
       </fields>
  -</record>
  \ No newline at end of file
  +</record>
  
  
  
  1.5       +2 -2      jakarta-poi/src/types/definitions/tap_type.xml
  
  Index: tap_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/tap_type.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tap_type.xml	3 May 2002 01:56:53 -0000	1.4
  +++ tap_type.xml	24 Jun 2003 11:01:14 -0000	1.5
  @@ -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>
       <extends>HDFType</extends>
       <description>Table Properties.</description>
  @@ -21,4 +21,4 @@
         <field type="short[]" size="4" name="brcVertical"/>
         <field type="short[]" size="4" name="brcHorizontal"/>
       </fields>
  -</record>
  \ No newline at end of file
  +</record>
  
  
  
  1.3       +2 -2      jakarta-poi/src/types/definitions/tc_type.xml
  
  Index: tc_type.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/definitions/tc_type.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tc_type.xml	3 May 2002 01:56:53 -0000	1.2
  +++ tc_type.xml	24 Jun 2003 11:01:14 -0000	1.3
  @@ -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>
       <extends>HDFType</extends>
       <description>Table Cell Descriptor.</description>
  @@ -20,4 +20,4 @@
         <field type="short[]" size="4" name="brcBottom"/>
         <field type="short[]" size="4" name="brcRight"/>
       </fields>
  -</record>
  \ No newline at end of file
  +</record>