]> source.dussan.org Git - poi.git/commit
split stylesheet into additional structures according to latest specification
authorSergey Vladimirov <sergey@apache.org>
Wed, 21 Sep 2011 13:24:46 +0000 (13:24 +0000)
committerSergey Vladimirov <sergey@apache.org>
Wed, 21 Sep 2011 13:24:46 +0000 (13:24 +0000)
commit1a43e9b2799c305f988b06189c837e989d39571e
tree6c07fb0cd1ea6938fdb83da44c2859c3c9b83e6e
parentcaacbbdabce2431ea5f49ce7ca8e30d53dab215f
split stylesheet into additional structures according to latest specification

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173622 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
src/scratchpad/src/org/apache/poi/hwpf/dev/FieldIterator.java
src/scratchpad/src/org/apache/poi/hwpf/dev/HWPFLister.java
src/scratchpad/src/org/apache/poi/hwpf/dev/RecordUtil.java
src/scratchpad/src/org/apache/poi/hwpf/model/StdfBase.java
src/scratchpad/src/org/apache/poi/hwpf/model/StdfPost2000.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/Stshif.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/StyleDescription.java
src/scratchpad/src/org/apache/poi/hwpf/model/StyleSheet.java
src/scratchpad/src/org/apache/poi/hwpf/model/types/StdfPost2000AbstractType.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/types/StshifAbstractType.java [new file with mode: 0644]
src/types/definitions/StdfPost2000_type.xml [new file with mode: 0644]
src/types/definitions/Stshif_type.xml [new file with mode: 0644]