]> source.dussan.org Git - poi.git/commit
added initial support for bookmark
authorSergey Vladimirov <sergey@apache.org>
Tue, 19 Jul 2011 16:18:27 +0000 (16:18 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 19 Jul 2011 16:18:27 +0000 (16:18 +0000)
commitaf6641682a317069f7121722a5d252a8becb4157
tree2c385cf29275f2ad5ac1187b09488cffada9d4e0
parentfbdcb0329d7a9b4958befaa8d840ab9304d7de35
added initial support for bookmark

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148428 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/BookmarkFirstDescriptor.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/BookmarksTables.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/FIBFieldHandler.java
src/scratchpad/src/org/apache/poi/hwpf/model/FileInformationBlock.java
src/scratchpad/src/org/apache/poi/hwpf/model/SavedByTable.java
src/scratchpad/src/org/apache/poi/hwpf/model/SttbfUtils.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/types/BKFAbstractType.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Bookmark.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/AllHWPFTests.java
src/scratchpad/testcases/org/apache/poi/hwpf/model/TestBookmarksTables.java [new file with mode: 0644]
src/types/definitions/bkf_type.xml [new file with mode: 0644]
src/types/styles/hdftype.xsl