aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
authorSergey Vladimirov <sergey@apache.org>2011-09-21 09:48:16 +0000
committerSergey Vladimirov <sergey@apache.org>2011-09-21 09:48:16 +0000
commitfa3c093c1379afd02d4073aa2476b829bc1b84e0 (patch)
tree33b7efbce8d1937f1d31f5159324b0ee8b7a89f8 /src/types
parent54bc9d8ea6e0026b3d578956aef26625e4b017eb (diff)
downloadpoi-fa3c093c1379afd02d4073aa2476b829bc1b84e0.tar.gz
poi-fa3c093c1379afd02d4073aa2476b829bc1b84e0.zip
rename STD to StdfBase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/types')
-rw-r--r--src/types/definitions/StdfBase_type.xml (renamed from src/types/definitions/std_type.xml)42
1 files changed, 27 insertions, 15 deletions
diff --git a/src/types/definitions/std_type.xml b/src/types/definitions/StdfBase_type.xml
index 334b3136be..5b9918ffef 100644
--- a/src/types/definitions/std_type.xml
+++ b/src/types/definitions/StdfBase_type.xml
@@ -17,10 +17,10 @@
limitations under the License.
====================================================================
-->
-<record fromfile="true" name="STD" package="org.apache.poi.hwpf.model.types">
+<record fromfile="true" name="StdfBase" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
- <description>Each individual style description is stored in an STD structure. &lt;p&gt;Class and
- fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and
+ <description>The StdfBase structure specifies general information about a style. &lt;p&gt;Class
+ and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and
[MS-DOC] - v20110608 Word (.doc) Binary File Format
</description>
<author>Sergey Vladimirov; according to Microsoft Office Word 97-2007 Binary File Format
@@ -45,21 +45,33 @@
<bit number="1" mask="0x000F" name="cupx" description="number of UPXs (and UPEs)"/>
<bit number="2" mask="0xFFF0" name="istdNext" description="next style"/>
</field>
- <field type="int" size="2" name="bchUpe" description="An unsigned integer that specifies the size, in bytes, of std in LPStd. This value MUST be equal to cbStd in LPStd"/>
- <field type="short" size="2" name="grfstd" description="A GRFSTD that specifies miscellaneous style properties">
+ <field type="int" size="2" name="bchUpe"
+ description="An unsigned integer that specifies the size, in bytes, of std in LPStd. This value MUST be equal to cbStd in LPStd"/>
+ <field type="short" size="2" name="grfstd"
+ description="A GRFSTD that specifies miscellaneous style properties">
<bit number="1" mask="0x0001" name="fAutoRedef" description="number of UPXs (and UPEs)"/>
- <bit number="2" mask="0x0002" name="fHidden" description="Specifies whether this style is not shown in the application UI"/>
- <bit number="3" mask="0x0004" name="f97LidsSet" description="Specifies whether sprmCRgLid0_80 and sprmCRgLid1_80 were applied, as appropriate, to this paragraph or character style for compatibility with applications that do not support sprmCRgLid0, sprmCRgLid1, and sprmCFNoProof"/>
- <bit number="4" mask="0x0008" name="fCopyLang" description="If f97LidsSet is 1, this value specifies whether the applied compatibility sprmCRgLid0_80 or sprmCRgLid1_80 specified an actual language or a special LID value (0x0400) signifying that no proofing is needed for the text. This MUST be ignored if f97LidsSet is 0"/>
- <bit number="5" mask="0x0010" name="fPersonalCompose" description="Specifies whether this character style can be used to automatically format the new message text in a new e-mail"/>
- <bit number="6" mask="0x0020" name="fPersonalReply" description="Specifies whether this character style can be used to automatically format the new message text when replying to an e-mail"/>
- <bit number="7" mask="0x0040" name="fPersonal" description="Specifies whether this character style was applied to format all message text from one or more users in an e-mail"/>
+ <bit number="2" mask="0x0002" name="fHidden"
+ description="Specifies whether this style is not shown in the application UI"/>
+ <bit number="3" mask="0x0004" name="f97LidsSet"
+ description="Specifies whether sprmCRgLid0_80 and sprmCRgLid1_80 were applied, as appropriate, to this paragraph or character style for compatibility with applications that do not support sprmCRgLid0, sprmCRgLid1, and sprmCFNoProof"/>
+ <bit number="4" mask="0x0008" name="fCopyLang"
+ description="If f97LidsSet is 1, this value specifies whether the applied compatibility sprmCRgLid0_80 or sprmCRgLid1_80 specified an actual language or a special LID value (0x0400) signifying that no proofing is needed for the text. This MUST be ignored if f97LidsSet is 0"/>
+ <bit number="5" mask="0x0010" name="fPersonalCompose"
+ description="Specifies whether this character style can be used to automatically format the new message text in a new e-mail"/>
+ <bit number="6" mask="0x0020" name="fPersonalReply"
+ description="Specifies whether this character style can be used to automatically format the new message text when replying to an e-mail"/>
+ <bit number="7" mask="0x0040" name="fPersonal"
+ description="Specifies whether this character style was applied to format all message text from one or more users in an e-mail"/>
<bit number="8" mask="0x0080" name="fNoHtmlExport" description="This value MUST be 0 and MUST be ignored"/>
- <bit number="9" mask="0x0100" name="fSemiHidden" description="Specifies whether this style is not shown in the simplified main styles UI of the application"/>
- <bit number="10" mask="0x0200" name="fLocked" description="Specifies whether this style is prevented from being applied by using the application UI"/>
+ <bit number="9" mask="0x0100" name="fSemiHidden"
+ description="Specifies whether this style is not shown in the simplified main styles UI of the application"/>
+ <bit number="10" mask="0x0200" name="fLocked"
+ description="Specifies whether this style is prevented from being applied by using the application UI"/>
<bit number="11" mask="0x0400" name="fInternalUse" description="This bit is undefined and MUST be ignored"/>
- <bit number="12" mask="0x0800" name="fUnhideWhenUsed" description="Specifies whether the fSemiHidden property is to be set to 0 when this style is used"/>
- <bit number="13" mask="0x1000" name="fQFormat" description="Specifies whether this style is shown in the Ribbon Style gallery"/>
+ <bit number="12" mask="0x0800" name="fUnhideWhenUsed"
+ description="Specifies whether the fSemiHidden property is to be set to 0 when this style is used"/>
+ <bit number="13" mask="0x1000" name="fQFormat"
+ description="Specifies whether this style is shown in the Ribbon Style gallery"/>
<bit number="14" mask="0xE000" name="fReserved" description="This value MUST be 0 and MUST be ignored"/>
</field>
</fields>