]> source.dussan.org Git - poi.git/log
poi.git
12 years agodisabled a test failing under jdk 1.5: it assumes rounding mode half-up and jdk 1.6+
Yegor Kozlov [Fri, 9 Dec 2011 13:26:49 +0000 (13:26 +0000)]
disabled a test failing under jdk 1.5: it assumes rounding mode half-up and jdk 1.6+

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212401 13f79535-47bb-0310-9956-ffa450edef68

12 years agoBugzilla 46288: fixed refcount of Fill pictures in HSLF
Yegor Kozlov [Fri, 9 Dec 2011 12:50:20 +0000 (12:50 +0000)]
Bugzilla 46288: fixed refcount of Fill pictures in HSLF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212381 13f79535-47bb-0310-9956-ffa450edef68

12 years agoBugzilla 51961: support compression of temp files in SXSSF
Yegor Kozlov [Fri, 9 Dec 2011 11:04:22 +0000 (11:04 +0000)]
Bugzilla 51961: support compression of temp files in SXSSF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212330 13f79535-47bb-0310-9956-ffa450edef68

12 years agoBugzilla 52268 - support cloning sheets with drawings in XSSF
Yegor Kozlov [Wed, 7 Dec 2011 08:49:09 +0000 (08:49 +0000)]
Bugzilla 52268 - support cloning sheets with drawings in XSSF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1211339 13f79535-47bb-0310-9956-ffa450edef68

12 years agoPatch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test...
Nick Burch [Tue, 6 Dec 2011 04:31:04 +0000 (04:31 +0000)]
Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210774 13f79535-47bb-0310-9956-ffa450edef68

12 years agoTest that shows that bug #52288 is already fixed
Nick Burch [Tue, 6 Dec 2011 03:33:11 +0000 (03:33 +0000)]
Test that shows that bug #52288 is already fixed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210768 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd test file for bug #51873 from Jeremy, and a test that uses it
Nick Burch [Mon, 5 Dec 2011 05:12:23 +0000 (05:12 +0000)]
Add test file for bug #51873 from Jeremy, and a test that uses it

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210332 13f79535-47bb-0310-9956-ffa450edef68

12 years agoPatch from Marcel May from bug #51875 - More XSSF formula new-line support
Nick Burch [Mon, 5 Dec 2011 00:52:39 +0000 (00:52 +0000)]
Patch from Marcel May from bug #51875 - More XSSF formula new-line support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210299 13f79535-47bb-0310-9956-ffa450edef68

12 years agoimproved rendering of groupped shapes in xslf
Yegor Kozlov [Sun, 4 Dec 2011 11:16:57 +0000 (11:16 +0000)]
improved rendering of groupped shapes in xslf

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210089 13f79535-47bb-0310-9956-ffa450edef68

12 years agoRestore HWPF support for inline Escher images (stored in Escher rather than direct...
Nick Burch [Mon, 28 Nov 2011 18:42:30 +0000 (18:42 +0000)]
Restore HWPF support for inline Escher images (stored in Escher rather than direct in a PICFAndOfficeArtData in the main stream), plus add test for this kind of file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207497 13f79535-47bb-0310-9956-ffa450edef68

12 years agoDemote the HPSF CodePageString null check from an exception to a Warning, as we seem...
Nick Burch [Mon, 28 Nov 2011 17:38:29 +0000 (17:38 +0000)]
Demote the HPSF CodePageString null check from an exception to a Warning, as we seem to be hitting it incorrectly (see bug #52258 for details)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207477 13f79535-47bb-0310-9956-ffa450edef68

12 years agoTest visio file that is giving HPSF issues
Nick Burch [Mon, 28 Nov 2011 17:33:56 +0000 (17:33 +0000)]
Test visio file that is giving HPSF issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207475 13f79535-47bb-0310-9956-ffa450edef68

12 years agoConvert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode, so...
Nick Burch [Mon, 28 Nov 2011 17:00:11 +0000 (17:00 +0000)]
Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode, so can exclude from copying nodes not just directly under the root

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207445 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd unit test for using FilteringDirectoryNode with EntryUtils.areDirectoriesIdentical
Nick Burch [Mon, 28 Nov 2011 16:51:06 +0000 (16:51 +0000)]
Add unit test for using FilteringDirectoryNode with EntryUtils.areDirectoriesIdentical

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207422 13f79535-47bb-0310-9956-ffa450edef68

12 years agoAdd a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows...
Nick Burch [Mon, 28 Nov 2011 16:44:16 +0000 (16:44 +0000)]
Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows certain parts to be ignored

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207412 13f79535-47bb-0310-9956-ffa450edef68

12 years agoUnit tests for POIFS EntryUtils
Nick Burch [Mon, 28 Nov 2011 15:54:51 +0000 (15:54 +0000)]
Unit tests for POIFS EntryUtils

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207333 13f79535-47bb-0310-9956-ffa450edef68

12 years agoStart on a new method for POIFS EntryUtils for checking to see if the two Directories...
Nick Burch [Fri, 25 Nov 2011 21:56:19 +0000 (21:56 +0000)]
Start on a new method for POIFS EntryUtils for checking to see if the two Directories have the same contents, plus stub out some tests for EntryUtils (to follow)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1206355 13f79535-47bb-0310-9956-ffa450edef68

12 years agomore progress with XSLF: made some methods publis as suggested on poi-dev, more tests
Yegor Kozlov [Thu, 24 Nov 2011 16:13:42 +0000 (16:13 +0000)]
more progress with XSLF: made some methods publis as suggested on poi-dev, more tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1205902 13f79535-47bb-0310-9956-ffa450edef68

12 years agoadded missing definition of the upArrow shape, moved support for line decorations...
Yegor Kozlov [Mon, 21 Nov 2011 13:10:14 +0000 (13:10 +0000)]
added missing definition of the upArrow shape, moved support for line decorations to XSLFSimpleShape

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1204477 13f79535-47bb-0310-9956-ffa450edef68

12 years agofixed TestXSLFTextParagraph that failed when the Arial font was not available
Yegor Kozlov [Sun, 20 Nov 2011 06:34:32 +0000 (06:34 +0000)]
fixed TestXSLFTextParagraph that failed when the Arial font was not available

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1204133 13f79535-47bb-0310-9956-ffa450edef68

12 years agoBugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF
Yegor Kozlov [Sat, 19 Nov 2011 12:28:33 +0000 (12:28 +0000)]
Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203969 13f79535-47bb-0310-9956-ffa450edef68

12 years agoavoid exception when breaking text with a trailing newline
Yegor Kozlov [Sat, 19 Nov 2011 12:25:38 +0000 (12:25 +0000)]
avoid exception when breaking text with a trailing newline

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203968 13f79535-47bb-0310-9956-ffa450edef68

12 years agoBugzilla 51803: fixed HSLF TextExtractor to extract content from master slide
Yegor Kozlov [Thu, 17 Nov 2011 17:35:42 +0000 (17:35 +0000)]
Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203295 13f79535-47bb-0310-9956-ffa450edef68

12 years agomisc improvements in text rendering in xlsf
Yegor Kozlov [Thu, 17 Nov 2011 10:33:59 +0000 (10:33 +0000)]
misc improvements in text rendering in xlsf

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203143 13f79535-47bb-0310-9956-ffa450edef68

12 years agoPatch from bug #52190 - null check on XWPF setFontFamily
Nick Burch [Wed, 16 Nov 2011 10:33:05 +0000 (10:33 +0000)]
Patch from bug #52190 - null check on XWPF setFontFamily

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1202620 13f79535-47bb-0310-9956-ffa450edef68

12 years agomore progress with PPTX2PNG
Yegor Kozlov [Mon, 14 Nov 2011 13:00:13 +0000 (13:00 +0000)]
more progress with PPTX2PNG

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1201687 13f79535-47bb-0310-9956-ffa450edef68

12 years agoimproved rendering of indented text in XSLF, also improved import content from extern...
Yegor Kozlov [Thu, 10 Nov 2011 13:59:16 +0000 (13:59 +0000)]
improved rendering of indented text in XSLF, also improved import content from external slides

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1200330 13f79535-47bb-0310-9956-ffa450edef68

12 years agokeep rat-check quiet, also started writing xslf docs
Yegor Kozlov [Mon, 7 Nov 2011 13:22:04 +0000 (13:22 +0000)]
keep rat-check quiet, also started writing xslf docs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198722 13f79535-47bb-0310-9956-ffa450edef68

12 years agoBugzilla 52062: ensure that temporary files in SXSSF are deleted
Yegor Kozlov [Mon, 7 Nov 2011 10:25:35 +0000 (10:25 +0000)]
Bugzilla 52062: ensure that temporary files in SXSSF are deleted

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198693 13f79535-47bb-0310-9956-ffa450edef68

12 years agomore progress with xlsf: support for gradient and texture fills, backgrounds, improve...
Yegor Kozlov [Mon, 7 Nov 2011 09:12:16 +0000 (09:12 +0000)]
more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198658 13f79535-47bb-0310-9956-ffa450edef68

12 years agoupdate test case
Sergey Vladimirov [Sun, 30 Oct 2011 09:11:20 +0000 (09:11 +0000)]
update test case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195134 13f79535-47bb-0310-9956-ffa450edef68

12 years agodifferent workarounds for old Word format
Sergey Vladimirov [Sun, 30 Oct 2011 08:59:16 +0000 (08:59 +0000)]
different workarounds for old Word format

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195133 13f79535-47bb-0310-9956-ffa450edef68

12 years agoFix 47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures() during...
Sergey Vladimirov [Sun, 30 Oct 2011 00:33:44 +0000 (00:33 +0000)]
Fix 47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures() during Escher tree walk
Fix 50936 - Exception parsing MS Word 8.0 file (as duplicate of 47958)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195080 13f79535-47bb-0310-9956-ffa450edef68

12 years agofix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBounds
Sergey Vladimirov [Sun, 30 Oct 2011 00:04:38 +0000 (00:04 +0000)]
fix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBounds

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195079 13f79535-47bb-0310-9956-ffa450edef68

12 years agofix additional issue found in bug 52032, add test files
Sergey Vladimirov [Sat, 29 Oct 2011 23:57:48 +0000 (23:57 +0000)]
fix additional issue found in bug 52032, add test files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195077 13f79535-47bb-0310-9956-ffa450edef68

12 years agoupdate list types definitions using new Grfhic class
Sergey Vladimirov [Sat, 29 Oct 2011 23:01:54 +0000 (23:01 +0000)]
update list types definitions using new Grfhic class

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195068 13f79535-47bb-0310-9956-ffa450edef68

12 years agofix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken after...
Sergey Vladimirov [Sat, 29 Oct 2011 22:34:09 +0000 (22:34 +0000)]
fix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken after revision 1178063)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195060 13f79535-47bb-0310-9956-ffa450edef68

12 years agoreplace exception with warning
Sergey Vladimirov [Sat, 29 Oct 2011 22:00:42 +0000 (22:00 +0000)]
replace exception with warning
update test case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1195053 13f79535-47bb-0310-9956-ffa450edef68

13 years agomore progress with PPTX2PNG: support for gradient and texture fill, also refactored...
Yegor Kozlov [Fri, 28 Oct 2011 14:25:53 +0000 (14:25 +0000)]
more progress with PPTX2PNG: support for gradient and texture fill, also refactored usages of colors in drawingML

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1190347 13f79535-47bb-0310-9956-ffa450edef68

13 years agokeep javac on JDK 1.5 quiet
Yegor Kozlov [Thu, 27 Oct 2011 08:02:03 +0000 (08:02 +0000)]
keep javac on JDK 1.5 quiet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189657 13f79535-47bb-0310-9956-ffa450edef68

13 years agocompact css
Sergey Vladimirov [Thu, 27 Oct 2011 06:17:03 +0000 (06:17 +0000)]
compact css

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189624 13f79535-47bb-0310-9956-ffa450edef68

13 years agoability to change CSS building procedure
Sergey Vladimirov [Thu, 27 Oct 2011 06:07:12 +0000 (06:07 +0000)]
ability to change CSS building procedure

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189618 13f79535-47bb-0310-9956-ffa450edef68

13 years agoability to extends documents facades
Sergey Vladimirov [Thu, 27 Oct 2011 05:58:54 +0000 (05:58 +0000)]
ability to extends documents facades

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189612 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix dead field structure boundaries
Sergey Vladimirov [Wed, 26 Oct 2011 14:12:07 +0000 (14:12 +0000)]
fix dead field structure boundaries

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189226 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd TOC support
Sergey Vladimirov [Wed, 26 Oct 2011 13:50:07 +0000 (13:50 +0000)]
add TOC support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189217 13f79535-47bb-0310-9956-ffa450edef68

13 years agoability to customize Excel-to-HTML CSS prefixes
Sergey Vladimirov [Wed, 26 Oct 2011 13:02:34 +0000 (13:02 +0000)]
ability to customize Excel-to-HTML CSS prefixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189180 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd TOC support
Sergey Vladimirov [Wed, 26 Oct 2011 11:52:59 +0000 (11:52 +0000)]
add TOC support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189145 13f79535-47bb-0310-9956-ffa450edef68

13 years agosupport for preset shape geometries in xslf
Yegor Kozlov [Wed, 26 Oct 2011 10:10:05 +0000 (10:10 +0000)]
support for preset shape geometries in xslf

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189105 13f79535-47bb-0310-9956-ffa450edef68

13 years agorestore JDK5 compatibility
Sergey Vladimirov [Mon, 24 Oct 2011 17:02:43 +0000 (17:02 +0000)]
restore JDK5 compatibility

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1188233 13f79535-47bb-0310-9956-ffa450edef68

13 years agodistinguish physical number of rows and last row number
Sergey Vladimirov [Mon, 24 Oct 2011 16:48:28 +0000 (16:48 +0000)]
distinguish physical number of rows and last row number

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1188219 13f79535-47bb-0310-9956-ffa450edef68

13 years agomore progress with PPTX2PNG
Yegor Kozlov [Mon, 24 Oct 2011 11:07:59 +0000 (11:07 +0000)]
more progress with PPTX2PNG

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1188091 13f79535-47bb-0310-9956-ffa450edef68

13 years agoexplicitly convert to float for JDK 5
Sergey Vladimirov [Sun, 23 Oct 2011 21:53:16 +0000 (21:53 +0000)]
explicitly convert to float for JDK 5

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187982 13f79535-47bb-0310-9956-ffa450edef68

13 years agoundeprecate get*() methods with 0 offset
Sergey Vladimirov [Sun, 23 Oct 2011 21:52:34 +0000 (21:52 +0000)]
undeprecate get*() methods with 0 offset

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187981 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadditional safety belts to handle broken files
Sergey Vladimirov [Sat, 22 Oct 2011 02:52:52 +0000 (02:52 +0000)]
additional safety belts to handle broken files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187647 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadding safety belts for property type 0x0100 and other unknown types
Sergey Vladimirov [Sat, 22 Oct 2011 02:40:20 +0000 (02:40 +0000)]
adding safety belts for property type 0x0100 and other unknown types

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187646 13f79535-47bb-0310-9956-ffa450edef68

13 years agosome files has strange property values... try to handle them.
Sergey Vladimirov [Sat, 22 Oct 2011 02:23:19 +0000 (02:23 +0000)]
some files has strange property values... try to handle them.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187644 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd license header; organize imports
Sergey Vladimirov [Sat, 22 Oct 2011 02:07:18 +0000 (02:07 +0000)]
add license header; organize imports

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187641 13f79535-47bb-0310-9956-ffa450edef68

13 years agorewrite VariantSupport to use TypedPropertyValue at max without breaking compatibility
Sergey Vladimirov [Sat, 22 Oct 2011 02:02:34 +0000 (02:02 +0000)]
rewrite VariantSupport to use TypedPropertyValue at max without breaking compatibility

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187640 13f79535-47bb-0310-9956-ffa450edef68

13 years agovalues in vector not padded
Sergey Vladimirov [Sat, 22 Oct 2011 02:01:26 +0000 (02:01 +0000)]
values in vector not padded

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187639 13f79535-47bb-0310-9956-ffa450edef68

13 years agoreplace exception with warning
Sergey Vladimirov [Sat, 22 Oct 2011 02:01:14 +0000 (02:01 +0000)]
replace exception with warning

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187638 13f79535-47bb-0310-9956-ffa450edef68

13 years agoaccept java string
Sergey Vladimirov [Sat, 22 Oct 2011 02:01:04 +0000 (02:01 +0000)]
accept java string

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187637 13f79535-47bb-0310-9956-ffa450edef68

13 years agoreplace exception with warning
Sergey Vladimirov [Sat, 22 Oct 2011 02:00:34 +0000 (02:00 +0000)]
replace exception with warning

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187636 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix type definition
Sergey Vladimirov [Sat, 22 Oct 2011 01:57:58 +0000 (01:57 +0000)]
fix type definition

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187634 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix NPE
Sergey Vladimirov [Sat, 22 Oct 2011 01:57:24 +0000 (01:57 +0000)]
fix NPE

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187633 13f79535-47bb-0310-9956-ffa450edef68

13 years agoremove unused
Sergey Vladimirov [Fri, 21 Oct 2011 23:45:22 +0000 (23:45 +0000)]
remove unused

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187596 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd classes that will replace VariantSupport class just a bit later
Sergey Vladimirov [Fri, 21 Oct 2011 23:45:01 +0000 (23:45 +0000)]
add classes that will replace VariantSupport class just a bit later

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187595 13f79535-47bb-0310-9956-ffa450edef68

13 years agoit's better to always specify offset for write and reading operations
Sergey Vladimirov [Fri, 21 Oct 2011 21:56:54 +0000 (21:56 +0000)]
it's better to always specify offset for write and reading operations
deprecate methods with default (0) offset

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187568 13f79535-47bb-0310-9956-ffa450edef68

13 years agoreuse code from LittleEndian class
Sergey Vladimirov [Fri, 21 Oct 2011 21:25:03 +0000 (21:25 +0000)]
reuse code from LittleEndian class

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187550 13f79535-47bb-0310-9956-ffa450edef68

13 years agoreuse code from LittleEndian class
Sergey Vladimirov [Fri, 21 Oct 2011 21:19:39 +0000 (21:19 +0000)]
reuse code from LittleEndian class

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187549 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd float read/write (put/get) support
Sergey Vladimirov [Fri, 21 Oct 2011 21:13:10 +0000 (21:13 +0000)]
add float read/write (put/get) support
expand cycles

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187542 13f79535-47bb-0310-9956-ffa450edef68

13 years agocode format and sort members (prepare for double and float additions)
Sergey Vladimirov [Fri, 21 Oct 2011 21:01:35 +0000 (21:01 +0000)]
code format and sort members (prepare for double and float additions)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187537 13f79535-47bb-0310-9956-ffa450edef68

13 years agoinitial support for rendering pptx slides into images with a PPTX2PNG command-line...
Yegor Kozlov [Fri, 21 Oct 2011 13:17:33 +0000 (13:17 +0000)]
initial support for rendering pptx slides into images with a PPTX2PNG command-line utility

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68

13 years agoAdd implementation of RATE from patch in bug #52050
Nick Burch [Wed, 19 Oct 2011 11:32:44 +0000 (11:32 +0000)]
Add implementation of RATE from patch in bug #52050

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1186111 13f79535-47bb-0310-9956-ffa450edef68

13 years agoPatch from bug #51566 - HSLF fix for finishing parsing the picture stream on the...
Nick Burch [Sat, 15 Oct 2011 14:43:00 +0000 (14:43 +0000)]
Patch from bug #51566 - HSLF fix for finishing parsing the picture stream on the first non-valid type

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183654 13f79535-47bb-0310-9956-ffa450edef68

13 years agoApply patch from bug #51974 - Avoid HWPF issue when identifying the picture type
Nick Burch [Sat, 15 Oct 2011 14:14:53 +0000 (14:14 +0000)]
Apply patch from bug #51974 - Avoid HWPF issue when identifying the picture type

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183645 13f79535-47bb-0310-9956-ffa450edef68

13 years agoApply patch from bug #52035 - Fix signed issue with very large word 6 files
Nick Burch [Sat, 15 Oct 2011 12:23:50 +0000 (12:23 +0000)]
Apply patch from bug #52035 - Fix signed issue with very large word 6 files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183629 13f79535-47bb-0310-9956-ffa450edef68

13 years agoImprove HPSF test failure message
Nick Burch [Sat, 15 Oct 2011 11:57:54 +0000 (11:57 +0000)]
Improve HPSF test failure message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183626 13f79535-47bb-0310-9956-ffa450edef68

13 years agoAllow Ole10Native to be created from a DirectoryNode, not only a a POIFS
Nick Burch [Sat, 15 Oct 2011 10:27:52 +0000 (10:27 +0000)]
Allow Ole10Native to be created from a DirectoryNode, not only a a POIFS

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1183618 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd picture height / width to PicturesManager arguments
Sergey Vladimirov [Sun, 9 Oct 2011 23:22:46 +0000 (23:22 +0000)]
add picture height / width to PicturesManager arguments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1180744 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd picture height / width to PicturesManager arguments
Sergey Vladimirov [Sun, 9 Oct 2011 23:00:39 +0000 (23:00 +0000)]
add picture height / width to PicturesManager arguments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1180740 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51681 - doc example bug
Nick Burch [Thu, 6 Oct 2011 23:14:09 +0000 (23:14 +0000)]
Fix bug #51681 - doc example bug

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179895 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix typo, leave the old version there deprecated for now
Nick Burch [Thu, 6 Oct 2011 19:44:48 +0000 (19:44 +0000)]
Fix typo, leave the old version there deprecated for now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179787 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFollow on for bug #51873 - may have another _ on the end
Nick Burch [Wed, 5 Oct 2011 22:14:24 +0000 (22:14 +0000)]
Follow on for bug #51873 - may have another _ on the end

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179462 13f79535-47bb-0310-9956-ffa450edef68

13 years agoAdd a bit more XSSFDrawing testing, not all of which works properly yet...
Nick Burch [Wed, 5 Oct 2011 22:13:52 +0000 (22:13 +0000)]
Add a bit more XSSFDrawing testing, not all of which works properly yet...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179461 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySource
Nick Burch [Wed, 5 Oct 2011 21:29:32 +0000 (21:29 +0000)]
Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySource

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179452 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51950 - XWPF may not always have footnotes in a document
Nick Burch [Wed, 5 Oct 2011 21:26:49 +0000 (21:26 +0000)]
Fix bug #51950 - XWPF may not always have footnotes in a document

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179449 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51963 - Correct AreaReference handling of references containing a sheet...
Nick Burch [Wed, 5 Oct 2011 21:18:25 +0000 (21:18 +0000)]
Fix bug #51963 - Correct AreaReference handling of references containing a sheet name which includes a comma

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179444 13f79535-47bb-0310-9956-ffa450edef68

13 years agoFix bug #51955 - XSSFReader supplied StylesTables need to have the theme data available
Nick Burch [Wed, 5 Oct 2011 21:05:00 +0000 (21:05 +0000)]
Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data available

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179440 13f79535-47bb-0310-9956-ffa450edef68

13 years agoBugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheet
Yegor Kozlov [Tue, 4 Oct 2011 12:36:21 +0000 (12:36 +0000)]
Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178769 13f79535-47bb-0310-9956-ffa450edef68

13 years ago-warning
Sergey Vladimirov [Sun, 2 Oct 2011 08:58:21 +0000 (08:58 +0000)]
-warning

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178154 13f79535-47bb-0310-9956-ffa450edef68

13 years agopreserve entries order in dictionaries
Sergey Vladimirov [Sun, 2 Oct 2011 08:58:11 +0000 (08:58 +0000)]
preserve entries order in dictionaries

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178153 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix VT_LPWSTR support
Sergey Vladimirov [Sun, 2 Oct 2011 08:44:05 +0000 (08:44 +0000)]
fix VT_LPWSTR support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178149 13f79535-47bb-0310-9956-ffa450edef68

13 years agoupdate testSectionMethods() test (due to padding)
Sergey Vladimirov [Sun, 2 Oct 2011 08:37:15 +0000 (08:37 +0000)]
update testSectionMethods() test (due to padding)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178148 13f79535-47bb-0310-9956-ffa450edef68

13 years agofix VT_BOOL support
Sergey Vladimirov [Sun, 2 Oct 2011 08:36:51 +0000 (08:36 +0000)]
fix VT_BOOL support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178147 13f79535-47bb-0310-9956-ffa450edef68

13 years agoalways pad properties to 4 bytes
Sergey Vladimirov [Sun, 2 Oct 2011 01:06:22 +0000 (01:06 +0000)]
always pad properties to 4 bytes
fix 51834 - Opening and Writing .doc file results in corrupt document

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178113 13f79535-47bb-0310-9956-ffa450edef68

13 years agopad VT_BOOL to 4 bytes
Sergey Vladimirov [Sun, 2 Oct 2011 00:59:03 +0000 (00:59 +0000)]
pad VT_BOOL to 4 bytes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178112 13f79535-47bb-0310-9956-ffa450edef68

13 years agocorrectly add padding to 16-bit integers
Sergey Vladimirov [Sun, 2 Oct 2011 00:55:56 +0000 (00:55 +0000)]
correctly add padding to 16-bit integers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178111 13f79535-47bb-0310-9956-ffa450edef68

13 years agorollback
Sergey Vladimirov [Sun, 2 Oct 2011 00:48:49 +0000 (00:48 +0000)]
rollback

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178109 13f79535-47bb-0310-9956-ffa450edef68

13 years agocorrectly handle 2-byte properties
Sergey Vladimirov [Sun, 2 Oct 2011 00:30:52 +0000 (00:30 +0000)]
correctly handle 2-byte properties

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178107 13f79535-47bb-0310-9956-ffa450edef68

13 years agoadd generics
Sergey Vladimirov [Sun, 2 Oct 2011 00:30:42 +0000 (00:30 +0000)]
add generics

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178106 13f79535-47bb-0310-9956-ffa450edef68