]> source.dussan.org Git - poi.git/log
poi.git
9 years ago#58200 Prepare for evaluating SXSSF cell formulas in limited cases
Nick Burch [Fri, 31 Jul 2015 19:19:33 +0000 (19:19 +0000)]
#58200 Prepare for evaluating SXSSF cell formulas in limited cases

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

9 years agoUse more specific return types in SXSSF, which avoids casts, and also fix some long...
Nick Burch [Fri, 31 Jul 2015 17:23:01 +0000 (17:23 +0000)]
Use more specific return types in SXSSF, which avoids casts, and also fix some long-standing TODOs on 1904 dates

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

9 years agoHave XSSF rich test strings report if they have formatting applied or not, and fix...
Nick Burch [Fri, 31 Jul 2015 17:22:05 +0000 (17:22 +0000)]
Have XSSF rich test strings report if they have formatting applied or not, and fix them to only add the formatting child element when needed

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

9 years agoAvoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Windows...
Nick Burch [Wed, 29 Jul 2015 16:36:32 +0000 (16:36 +0000)]
Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Windows, and add a note on Java 7 possible cleanup #58098

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

9 years agotemporary activate jaxp debugging to find jaxb/stax error on gump build
Andreas Beeker [Mon, 27 Jul 2015 20:24:09 +0000 (20:24 +0000)]
temporary activate jaxp debugging to find jaxb/stax error on gump build

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

9 years agoTry to adjust the string that we use for canComputeColumnWidht() so it works on freeb...
Dominik Stadler [Mon, 27 Jul 2015 16:43:14 +0000 (16:43 +0000)]
Try to adjust the string that we use for canComputeColumnWidht() so it works on freebsd/OpenJDK 1.6 as well

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

9 years agoAdjust test that is failing on freebsd some more
Dominik Stadler [Mon, 27 Jul 2015 16:08:08 +0000 (16:08 +0000)]
Adjust test that is failing on freebsd some more

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

9 years agoAdjust init of PresetGeometries to not keep the object if static initialization fails
Dominik Stadler [Mon, 27 Jul 2015 15:39:34 +0000 (15:39 +0000)]
Adjust init of PresetGeometries to not keep the object if static initialization fails

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

9 years agoImprove error message slightly, add tests to verify things failing in Gump-build...
Dominik Stadler [Mon, 27 Jul 2015 08:44:04 +0000 (08:44 +0000)]
Improve error message slightly, add tests to verify things failing in Gump-build currently

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

9 years agoJavadoc fixes
Andreas Beeker [Sun, 26 Jul 2015 00:25:27 +0000 (00:25 +0000)]
Javadoc fixes

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

9 years agoAnnotation for unimplemented drawing handlers.
Andreas Beeker [Sat, 25 Jul 2015 19:24:51 +0000 (19:24 +0000)]
Annotation for unimplemented drawing handlers.
Ignore unsupported image types (e.g. wmf).

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

9 years agofixed NPE with Jaxb proxy classes
Andreas Beeker [Sat, 25 Jul 2015 00:25:07 +0000 (00:25 +0000)]
fixed NPE with Jaxb proxy classes

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

9 years agomerged common_sl branch to trunk
Andreas Beeker [Fri, 24 Jul 2015 21:47:55 +0000 (21:47 +0000)]
merged common_sl branch to trunk

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

9 years agoBug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was introduced...
Dominik Stadler [Fri, 24 Jul 2015 11:58:01 +0000 (11:58 +0000)]
Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was introduced via bug 54920

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

9 years agoWhen verifying that the source-package can be built copy over third party libs before...
Dominik Stadler [Thu, 23 Jul 2015 12:33:00 +0000 (12:33 +0000)]
When verifying that the source-package can be built copy over third party libs before starting to build to not download these files from scratch every time

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

9 years agoYet another adjustment to the test as it seems that small values can be computed...
Dominik Stadler [Wed, 22 Jul 2015 20:30:24 +0000 (20:30 +0000)]
Yet another adjustment to the test as it seems that small values can be computed, only larger ones fail, let's find out at which point it fails

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

9 years agoStill more checks to track down why canComputeColumnWidth() returns true, but width...
Dominik Stadler [Wed, 22 Jul 2015 15:26:41 +0000 (15:26 +0000)]
Still more checks to track down why canComputeColumnWidth() returns true, but width is still returned 0 on freebsd...

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

9 years agoStill more checks to track down why canComputeColumnWidth() returns true, but width...
Dominik Stadler [Wed, 22 Jul 2015 14:03:11 +0000 (14:03 +0000)]
Still more checks to track down why canComputeColumnWidth() returns true, but width is still returned 0 on freebsd...

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

9 years agoStill more checks to track down why canComputeColumnWidth() returns true, but width...
Dominik Stadler [Wed, 22 Jul 2015 12:43:48 +0000 (12:43 +0000)]
Still more checks to track down why canComputeColumnWidth() returns true, but width is still returned 0 on freebsd...

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

9 years agoAllow creating of an empty Themes Table on request
Nick Burch [Wed, 22 Jul 2015 00:04:59 +0000 (00:04 +0000)]
Allow creating of an empty Themes Table on request

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

9 years agoJavadoc fixes
Nick Burch [Tue, 21 Jul 2015 23:57:44 +0000 (23:57 +0000)]
Javadoc fixes

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

9 years agoBug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader
Dominik Stadler [Mon, 20 Jul 2015 14:03:35 +0000 (14:03 +0000)]
Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader

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

9 years agoFix inconsistent whitespace/indents
Nick Burch [Mon, 20 Jul 2015 04:56:05 +0000 (04:56 +0000)]
Fix inconsistent whitespace/indents

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

9 years ago#58130 CF DataBar example and tests
Nick Burch [Mon, 20 Jul 2015 04:43:36 +0000 (04:43 +0000)]
#58130 CF DataBar example and tests

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

9 years ago#58130 CF DataBar support
Nick Burch [Mon, 20 Jul 2015 03:52:50 +0000 (03:52 +0000)]
#58130 CF DataBar support

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

9 years ago#58130 Begin CF DataBar support
Nick Burch [Mon, 20 Jul 2015 03:21:57 +0000 (03:21 +0000)]
#58130 Begin CF DataBar support

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

9 years ago#58130 Support for creating CF Color Scale Formattings
Nick Burch [Mon, 20 Jul 2015 02:49:12 +0000 (02:49 +0000)]
#58130 Support for creating CF Color Scale Formattings

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

9 years ago#58130 HSSF CF Color Scale color support
Nick Burch [Mon, 20 Jul 2015 00:47:27 +0000 (00:47 +0000)]
#58130 HSSF CF Color Scale color support

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

9 years agoMove some of the XSSF Color logic to a base class, so that the HSSF Extended Color...
Nick Burch [Mon, 20 Jul 2015 00:46:50 +0000 (00:46 +0000)]
Move some of the XSSF Color logic to a base class, so that the HSSF Extended Color wrapper can use it

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

9 years ago#58130 Enable CF ColorScale support on the rule, and begin testing
Nick Burch [Sun, 19 Jul 2015 22:35:37 +0000 (22:35 +0000)]
#58130 Enable CF ColorScale support on the rule, and begin testing

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

9 years agoXSSF color scale CF objects
Nick Burch [Sun, 19 Jul 2015 22:22:09 +0000 (22:22 +0000)]
XSSF color scale CF objects

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

9 years ago#58130 CF Threshold formats differ slightly between types
Nick Burch [Sun, 19 Jul 2015 22:09:41 +0000 (22:09 +0000)]
#58130 CF Threshold formats differ slightly between types

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

9 years agoStart on the Extended Color used in CF, but also in SheetExt
Nick Burch [Sun, 19 Jul 2015 21:29:07 +0000 (21:29 +0000)]
Start on the Extended Color used in CF, but also in SheetExt

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

9 years agodisable jaxb class generation, because the order is different with each run common_sl common_sl
Andreas Beeker [Sun, 19 Jul 2015 19:46:25 +0000 (19:46 +0000)]
disable jaxb class generation, because the order is different with each run

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

9 years agomerge trunk to common sl branch
Andreas Beeker [Sun, 19 Jul 2015 19:32:41 +0000 (19:32 +0000)]
merge trunk to common sl branch

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

9 years agomerge trunk to common sl branch
Andreas Beeker [Sun, 19 Jul 2015 19:00:32 +0000 (19:00 +0000)]
merge trunk to common sl branch

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

9 years agoUse global constant, this and the previous checkin fixes pull request 17 on github
Dominik Stadler [Sun, 19 Jul 2015 12:15:17 +0000 (12:15 +0000)]
Use global constant, this and the previous checkin fixes pull request 17 on github

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

9 years agoBug 57484: Allow processing of non-OOXML core namespace packages
Dominik Stadler [Sun, 19 Jul 2015 12:11:19 +0000 (12:11 +0000)]
Bug 57484: Allow processing of non-OOXML core namespace packages

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

9 years agoFurther HSSF Color Gradient support
Nick Burch [Sun, 19 Jul 2015 04:59:51 +0000 (04:59 +0000)]
Further HSSF Color Gradient support

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

9 years agoStart decoding the CF color scales for HSSF
Nick Burch [Sun, 19 Jul 2015 04:39:17 +0000 (04:39 +0000)]
Start decoding the CF color scales for HSSF

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

9 years ago#58130 Stub the CF Color Scale unit tests
Nick Burch [Sun, 19 Jul 2015 02:54:25 +0000 (02:54 +0000)]
#58130 Stub the CF Color Scale unit tests

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

9 years ago#58130 Fix the icon formatting read/write CF test
Nick Burch [Sun, 19 Jul 2015 02:35:04 +0000 (02:35 +0000)]
#58130 Fix the icon formatting read/write CF test

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

9 years ago#58130 More CF Icon unit tests
Nick Burch [Sun, 19 Jul 2015 00:08:26 +0000 (00:08 +0000)]
#58130 More CF Icon unit tests

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

9 years agoIntroduce dirty flag for paragraphs and store them to records on save
Andreas Beeker [Sat, 18 Jul 2015 20:35:28 +0000 (20:35 +0000)]
Introduce dirty flag for paragraphs and store them to records on save

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

9 years agoSimplify CF icon rule asserts
Nick Burch [Sat, 18 Jul 2015 18:50:52 +0000 (18:50 +0000)]
Simplify CF icon rule asserts

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

9 years ago#58130 Mostly there with CF Icon sets
Nick Burch [Sat, 18 Jul 2015 04:55:27 +0000 (04:55 +0000)]
#58130 Mostly there with CF Icon sets

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

9 years ago#58130 Improve enum lookup by name, and work around a docs ordering bug
Nick Burch [Sat, 18 Jul 2015 04:52:45 +0000 (04:52 +0000)]
#58130 Improve enum lookup by name, and work around a docs ordering bug

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

9 years ago#58130 Interface defintions for two more CF types
Nick Burch [Sat, 18 Jul 2015 04:51:51 +0000 (04:51 +0000)]
#58130 Interface defintions for two more CF types

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

9 years agoOne more try to find out why autosize fails on the freebsd CI machine
Dominik Stadler [Fri, 17 Jul 2015 08:42:10 +0000 (08:42 +0000)]
One more try to find out why autosize fails on the freebsd CI machine

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

9 years agoStart on XSSF CF Iconset for #58130
Nick Burch [Fri, 17 Jul 2015 02:55:22 +0000 (02:55 +0000)]
Start on XSSF CF Iconset for #58130

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

9 years agoXSSF CF thresholds
Nick Burch [Fri, 17 Jul 2015 02:41:20 +0000 (02:41 +0000)]
XSSF CF thresholds

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

9 years agoFix inconsistent indents/whitespace
Nick Burch [Fri, 17 Jul 2015 01:22:39 +0000 (01:22 +0000)]
Fix inconsistent indents/whitespace

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

9 years ago#58130 more progress towards supporting other CF types
Nick Burch [Fri, 17 Jul 2015 01:20:20 +0000 (01:20 +0000)]
#58130 more progress towards supporting other CF types

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

9 years agoUpdate objects / method signatures for the new CF Thresholds, to better match what...
Nick Burch [Thu, 16 Jul 2015 21:23:54 +0000 (21:23 +0000)]
Update objects / method signatures for the new CF Thresholds, to better match what the other CF bits expose where

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

9 years agoStart on conditional formatting thresholds
Nick Burch [Thu, 16 Jul 2015 19:34:06 +0000 (19:34 +0000)]
Start on conditional formatting thresholds

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

9 years ago* Some more checks as test still fails on freebsd CI machine
Dominik Stadler [Thu, 16 Jul 2015 14:17:13 +0000 (14:17 +0000)]
* Some more checks as test still fails on freebsd CI machine

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

9 years ago* Make on unit test not fail if Fonts are not available on the machine
Dominik Stadler [Thu, 16 Jul 2015 09:06:47 +0000 (09:06 +0000)]
* Make on unit test not fail if Fonts are not available on the machine
* Refactor SheetUtil a bit to reduce code-duplication, adjust JavaDoc for -1 return values
* Add method to check if we can compute text-width
* Add unit-tests which verify some more of SheetUtil

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

9 years agoFixup printing record name in case of unknown sid
Dominik Stadler [Thu, 16 Jul 2015 03:49:44 +0000 (03:49 +0000)]
Fixup printing record name in case of unknown sid

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

9 years agoMore coverage of class EscherDump
Dominik Stadler [Thu, 16 Jul 2015 03:42:17 +0000 (03:42 +0000)]
More coverage of class EscherDump

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

9 years agoReport which actual record a failing sid represents
Dominik Stadler [Thu, 16 Jul 2015 03:42:11 +0000 (03:42 +0000)]
Report which actual record a failing sid represents

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

9 years agoAdd default cleanup-settings
Dominik Stadler [Thu, 16 Jul 2015 03:42:05 +0000 (03:42 +0000)]
Add default cleanup-settings

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

9 years agoFix some Eclipse warnings and adjust use of Generics, Comments, close()
Dominik Stadler [Thu, 16 Jul 2015 03:41:57 +0000 (03:41 +0000)]
Fix some Eclipse warnings and adjust use of Generics, Comments, close()

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

9 years agounpin externals
Andreas Beeker [Wed, 15 Jul 2015 22:43:18 +0000 (22:43 +0000)]
unpin externals

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

9 years ago3.13-beta1 prepare
Andreas Beeker [Wed, 15 Jul 2015 22:33:23 +0000 (22:33 +0000)]
3.13-beta1 prepare

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

9 years agojavadoc fix
Andreas Beeker [Wed, 15 Jul 2015 22:06:20 +0000 (22:06 +0000)]
javadoc fix

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

9 years agojunit fixes
Andreas Beeker [Wed, 15 Jul 2015 00:30:21 +0000 (00:30 +0000)]
junit fixes
set font size via Double
color handling via HSL calculation

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

9 years agoFurther HSSF support towards CF IconSets #58130
Nick Burch [Wed, 15 Jul 2015 00:04:53 +0000 (00:04 +0000)]
Further HSSF support towards CF IconSets #58130

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

9 years agoStart on high-level HSSF representation of Icon CF #58130
Nick Burch [Tue, 14 Jul 2015 23:44:33 +0000 (23:44 +0000)]
Start on high-level HSSF representation of Icon CF #58130

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

9 years agoHSSF record support for CF Iconset rules
Nick Burch [Tue, 14 Jul 2015 23:30:53 +0000 (23:30 +0000)]
HSSF record support for CF Iconset rules

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

9 years agoLookup
Nick Burch [Tue, 14 Jul 2015 23:22:53 +0000 (23:22 +0000)]
Lookup

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

9 years agoMore CF Icon descriptions and interfaces #58130
Nick Burch [Tue, 14 Jul 2015 22:43:22 +0000 (22:43 +0000)]
More CF Icon descriptions and interfaces #58130

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

9 years agoIcon set / multi-state constants #58130
Nick Burch [Tue, 14 Jul 2015 22:33:05 +0000 (22:33 +0000)]
Icon set / multi-state constants #58130

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

9 years agoMore CF colour tests
Nick Burch [Tue, 14 Jul 2015 21:54:28 +0000 (21:54 +0000)]
More CF colour tests

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

9 years agoStart checking the CF colours in the unit tests
Nick Burch [Tue, 14 Jul 2015 21:45:23 +0000 (21:45 +0000)]
Start checking the CF colours in the unit tests

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

9 years agoFix javadoc warnings
Nick Burch [Tue, 14 Jul 2015 21:22:44 +0000 (21:22 +0000)]
Fix javadoc warnings

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

9 years ago#58138 CF Border colour getters and setters on Color objects as well as shorts
Nick Burch [Tue, 14 Jul 2015 21:19:13 +0000 (21:19 +0000)]
#58138 CF Border colour getters and setters on Color objects as well as shorts

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

9 years agoSupport unsetting the XSSF CF pattern colours
Nick Burch [Tue, 14 Jul 2015 21:10:14 +0000 (21:10 +0000)]
Support unsetting the XSSF CF pattern colours

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

9 years ago#58138 Color object support for HSSF CF borders
Nick Burch [Tue, 14 Jul 2015 20:52:07 +0000 (20:52 +0000)]
#58138 Color object support for HSSF CF borders

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

9 years agoUnset the border formattings when set to 0
Nick Burch [Tue, 14 Jul 2015 20:40:15 +0000 (20:40 +0000)]
Unset the border formattings when set to 0

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

9 years agoFix inconsistent whitespace/indents
Nick Burch [Tue, 14 Jul 2015 20:37:27 +0000 (20:37 +0000)]
Fix inconsistent whitespace/indents

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

9 years agoPrepare HSSFBorderFormatting for #58138
Nick Burch [Tue, 14 Jul 2015 20:36:10 +0000 (20:36 +0000)]
Prepare HSSFBorderFormatting for #58138

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

9 years agoCleaner code for checking and casting the Color objects
Nick Burch [Tue, 14 Jul 2015 19:29:18 +0000 (19:29 +0000)]
Cleaner code for checking and casting the Color objects

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

9 years agoFix inconsistent whitespace/formatting
Nick Burch [Tue, 14 Jul 2015 18:35:04 +0000 (18:35 +0000)]
Fix inconsistent whitespace/formatting

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

9 years agoProvide format-agnostic conditional formatting patter colour getters and setters
Nick Burch [Tue, 14 Jul 2015 18:32:35 +0000 (18:32 +0000)]
Provide format-agnostic conditional formatting patter colour getters and setters

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

9 years agoFix inconsistent whitespace/formatting
Nick Burch [Tue, 14 Jul 2015 18:14:50 +0000 (18:14 +0000)]
Fix inconsistent whitespace/formatting

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

9 years agoProvide format-agnostic conditional formatting font colour getter and setter
Nick Burch [Tue, 14 Jul 2015 18:05:28 +0000 (18:05 +0000)]
Provide format-agnostic conditional formatting font colour getter and setter

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

9 years agoConstant for the Office 2010 Conditional Formatting extensions namespace
Nick Burch [Tue, 14 Jul 2015 16:12:40 +0000 (16:12 +0000)]
Constant for the Office 2010 Conditional Formatting extensions namespace

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

9 years agoBug 58133 - Agile encryption - wrong checksum calculation
Andreas Beeker [Mon, 13 Jul 2015 22:49:59 +0000 (22:49 +0000)]
Bug 58133 - Agile encryption - wrong checksum calculation

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

9 years agoCheck more of the complex CF cases from the test files
Nick Burch [Mon, 13 Jul 2015 20:25:52 +0000 (20:25 +0000)]
Check more of the complex CF cases from the test files

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

9 years agoConsistent whitespace/indents
Nick Burch [Mon, 13 Jul 2015 20:12:50 +0000 (20:12 +0000)]
Consistent whitespace/indents

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

9 years agoMove some test checks to using ConditionType instead of raw bytes
Nick Burch [Mon, 13 Jul 2015 20:11:47 +0000 (20:11 +0000)]
Move some test checks to using ConditionType instead of raw bytes

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

9 years agoEnable CF2007 test for XLSX too
Nick Burch [Mon, 13 Jul 2015 19:56:09 +0000 (19:56 +0000)]
Enable CF2007 test for XLSX too

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

9 years agoProvide a Conditional Formatting type class, and deprecate the byte-based types,...
Nick Burch [Mon, 13 Jul 2015 19:47:21 +0000 (19:47 +0000)]
Provide a Conditional Formatting type class, and deprecate the byte-based types, to better work with the wider range

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

9 years agoHave the HSSF ConditionalFormattingTable look for CF12 records as well, and begin...
Nick Burch [Mon, 13 Jul 2015 18:55:42 +0000 (18:55 +0000)]
Have the HSSF ConditionalFormattingTable look for CF12 records as well, and begin more detailed testing of the high level rules #58130

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

9 years agoFix inconsistent indents/whitespace
Nick Burch [Mon, 13 Jul 2015 18:40:25 +0000 (18:40 +0000)]
Fix inconsistent indents/whitespace

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

9 years agoBegin updating the HSSF CF code to work on the base types, so it can handle both...
Nick Burch [Mon, 13 Jul 2015 18:38:15 +0000 (18:38 +0000)]
Begin updating the HSSF CF code to work on the base types, so it can handle both CF and CF12

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

9 years agoMore clone support
Nick Burch [Mon, 13 Jul 2015 18:34:50 +0000 (18:34 +0000)]
More clone support

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

9 years agoFix inconsistent indents
Nick Burch [Mon, 13 Jul 2015 18:28:05 +0000 (18:28 +0000)]
Fix inconsistent indents

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

9 years agoFix generics, and use base types
Nick Burch [Mon, 13 Jul 2015 18:27:06 +0000 (18:27 +0000)]
Fix generics, and use base types

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

9 years agoEnable CFRule12 use #58130
Nick Burch [Mon, 13 Jul 2015 18:09:12 +0000 (18:09 +0000)]
Enable CFRule12 use #58130

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