| Commit message (Expand) | Author | Age | Files | Lines |
* | Start re-enabling some SXSSF formula evaluation tests, with required fixes #5... | Nick Burch | 2015-07-31 | 4 | -52/+54 |
* | Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides... | Nick Burch | 2015-07-31 | 3 | -187/+228 |
* | More helpful exception on the wrong cell type | Nick Burch | 2015-07-31 | 1 | -6/+6 |
* | Get basic SXSSF formula evaluation working, for cells/references in the windo... | Nick Burch | 2015-07-31 | 8 | -44/+89 |
* | Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua... | Nick Burch | 2015-07-31 | 4 | -323/+451 |
* | Remove a long-deprecated constructor | Nick Burch | 2015-07-31 | 1 | -11/+0 |
* | Fix inconsistent indents/whitespace | Nick Burch | 2015-07-31 | 1 | -221/+221 |
* | Prepare for SXSSF evaluation #58200 | Nick Burch | 2015-07-31 | 12 | -21/+312 |
* | Use Cell rather than HSSFCell cell type constants | Nick Burch | 2015-07-31 | 1 | -21/+21 |
* | #58200 Prepare for evaluating SXSSF cell formulas in limited cases | Nick Burch | 2015-07-31 | 7 | -48/+189 |
* | Use more specific return types in SXSSF, which avoids casts, and also fix som... | Nick Burch | 2015-07-31 | 4 | -25/+23 |
* | Have XSSF rich test strings report if they have formatting applied or not, an... | Nick Burch | 2015-07-31 | 4 | -6/+34 |
* | Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win... | Nick Burch | 2015-07-29 | 1 | -8/+9 |
* | temporary activate jaxp debugging to find jaxb/stax error on gump build | Andreas Beeker | 2015-07-27 | 1 | -0/+30 |
* | Try to adjust the string that we use for canComputeColumnWidht() so it works ... | Dominik Stadler | 2015-07-27 | 1 | -2/+3 |
* | Adjust test that is failing on freebsd some more | Dominik Stadler | 2015-07-27 | 2 | -16/+14 |
* | Adjust init of PresetGeometries to not keep the object if static initializati... | Dominik Stadler | 2015-07-27 | 2 | -9/+37 |
* | Improve error message slightly, add tests to verify things failing in Gump-bu... | Dominik Stadler | 2015-07-27 | 5 | -21/+108 |
* | Javadoc fixes | Andreas Beeker | 2015-07-26 | 13 | -22/+18 |
* | Annotation for unimplemented drawing handlers. | Andreas Beeker | 2015-07-25 | 5 | -5/+120 |
* | fixed NPE with Jaxb proxy classes | Andreas Beeker | 2015-07-25 | 1 | -9/+15 |
* | merged common_sl branch to trunk | Andreas Beeker | 2015-07-24 | 410 | -13995/+29892 |
|\ |
|
| * | merge trunk to common sl branch | Andreas Beeker | 2015-07-19 | 12 | -81/+573 |
| |\ |
|
| * \ | merge trunk to common sl branch | Andreas Beeker | 2015-07-19 | 579 | -17310/+25776 |
| |\ \ |
|
| * | | | Introduce dirty flag for paragraphs and store them to records on save | Andreas Beeker | 2015-07-18 | 4 | -12/+57 |
| * | | | junit fixes | Andreas Beeker | 2015-07-15 | 25 | -356/+575 |
| * | | | JUnit and rendering fixes | Andreas Beeker | 2015-07-12 | 16 | -93/+190 |
| * | | | added ASL header to drawing classes | Andreas Beeker | 2015-07-09 | 23 | -5/+368 |
| * | | | downgraded xjc params to jdk6 and regenerated geometry binding classes | Andreas Beeker | 2015-07-08 | 96 | -2597/+1981 |
| * | | | Rendering fixes | Andreas Beeker | 2015-06-17 | 21 | -1227/+1222 |
| * | | | Rendering of rotated group shapes fixed, other smaller fixes, defaulting to w... | Andreas Beeker | 2015-06-13 | 11 | -45/+69 |
| * | | | Fixed TextRun handling and various junit tests | Andreas Beeker | 2015-06-10 | 56 | -1038/+978 |
| * | | | Fixed several test drivers or the implementation | Andreas Beeker | 2015-05-28 | 32 | -1076/+1313 |
| * | | | Fixed some style related corner cases and adapted the tests for it | Andreas Beeker | 2015-05-24 | 9 | -67/+185 |
| * | | | Creating a new slideshow and manipulating existing ones works again :) | Andreas Beeker | 2015-05-23 | 9 | -352/+361 |
| * | | | A few text handling related fixes | Andreas Beeker | 2015-05-20 | 7 | -308/+333 |
| * | | | Commit changes in common_sl - need to update trunk ... | Andreas Beeker | 2015-05-11 | 19 | -369/+346 |
| * | | | HSLF table and example fixes | Andreas Beeker | 2015-05-04 | 6 | -138/+110 |
| * | | | fixed HSLF text handling | Andreas Beeker | 2015-05-03 | 11 | -162/+252 |
| * | | | Added Distributed option to TextAlignment | Andreas Beeker | 2015-04-29 | 6 | -37/+180 |
| * | | | committing intermediate results - hslf is mostly migrated to common interface... | Andreas Beeker | 2015-04-27 | 182 | -5516/+4941 |
| * | | | Snapshot commit - still lots of errors, xslf rendering works, started work on... | Andreas Beeker | 2015-03-19 | 172 | -2894/+2975 |
| * | | | committing intermediate results - xslf now compiles - hslf needs to be migrat... | Andreas Beeker | 2015-03-07 | 112 | -2351/+1441 |
| * | | | initial commit - still lots of errors, but I need to switch to a clean trunk ... | Andreas Beeker | 2015-02-21 | 206 | -2253/+38550 |
* | | | | Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was in... | Dominik Stadler | 2015-07-24 | 2 | -0/+151 |
* | | | | When verifying that the source-package can be built copy over third party lib... | Dominik Stadler | 2015-07-23 | 1 | -0/+14 |
* | | | | Yet another adjustment to the test as it seems that small values can be compu... | Dominik Stadler | 2015-07-22 | 1 | -4/+11 |
* | | | | Still more checks to track down why canComputeColumnWidth() returns true, but... | Dominik Stadler | 2015-07-22 | 1 | -4/+4 |
* | | | | Still more checks to track down why canComputeColumnWidth() returns true, but... | Dominik Stadler | 2015-07-22 | 1 | -6/+16 |
* | | | | Still more checks to track down why canComputeColumnWidth() returns true, but... | Dominik Stadler | 2015-07-22 | 1 | -5/+45 |