2015-11-30 |
Javen O'Neal | add @Override annotation. Explicitly specify workbook... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | testBool/testErr: check values before writeOutAndReadBack |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | fix testErr: createRow(1) -> createRow(0); replace... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | add @Override and @NotImplemented annotations to SXSSFC... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | break testBoolErr into 2 unit tests. The test shouldn... |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | bug 58671: change MissingCellPolicy from class to enum |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | javadocs |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | add missing ASF License headers for bug 57450 |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Javen O'Neal | patch from Stefan Thurnherr: bug 57450: autosize column... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Dominik Stadler | Update some maven plugins to the latest version |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Andreas Beeker | Add helper method for opening the test files - maybe... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Andreas Beeker | XSLF: tables can now be removed from sheets/groups |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | bug 57844: add NotImplemented annotation to SXSSFSheet... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | add @Override annotations to Sheet classes |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Andreas Beeker | close resources |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | remove debugging print statements |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | Patch from Lyle for bug 52903: HSSFSheet.shiftRows... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | findbugs: add missing equals and hashCode for classes... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | javadoc |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | revert r1716119, since it would delete the output of... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | bug 58667: make SX/X/HSSFRow implement Comparable interface |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | HSSFRow: make instance variables final |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | SXSSFRow: privatize instance variables, make _sheet... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | make SXSSFRow._style private, add getRowStyleIndex... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | javadoc |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | javadoc |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | bug 52903/58557: add @Override decorators to XSSFHyperl... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Javen O'Neal | bug 58636: make ClientAnchor enum constructor private... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Andreas Beeker | #46210 - Title placeholder not recognized by Powerpoint... |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Andreas Beeker | #58663 - Pictures cannot be removed from a slide |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Javen O'Neal | javadocs |
commit | commitdiff | tree | snapshot |
2015-11-28 |
Javen O'Neal | javadocs |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Javen O'Neal | make instance variables final |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Javen O'Neal | +FIXME |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Javen O'Neal | javadocs |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Javen O'Neal | javadocs |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Javen O'Neal | bug 58651: replace for-looped sheet.getMergedRegion... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Javen O'Neal | javadoc fix |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Javen O'Neal | add failing unit test for bug 58648 |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Javen O'Neal | bug 58636: upgrade anchor types from int to AnchorType... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Nick Burch | Bump the ooxml-security version in the classpath defini... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | close workbook at end of example |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Dominik Stadler | Remove useless double check on null introduced with... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | bug 58637: replace deprecated getCellComment(row, col... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | bug 58348: use copy constructor design pattern rather... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | javadoc |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | revert accidental change to .project |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | bug 58644: fix HSSFSheet.setZoom(int); update documenta... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | bug 58642: deprecate Sheet.setZoom(numerator, denominat... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | bug 58642: remove deprecated functions in Spreadsheet... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | rewrite ternary expression as simple Math.min call... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | FindBugs MALICIOUS_CODE, finalize method should have... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | FindBug warning: EQ_SELF_USE_OBJECT: class defines... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | remove duplicate null check of srcStartRow (identified... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Javen O'Neal | fix normal priority FindBugs warning: DMI_INVOKING_HASH... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | fix javadoc warnings from r1690486 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | fix javadoc warnings from r1715839 bug 58365 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | fix javadoc warnings from r1715839 bug 58365 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | fixed bad test case in BaseTestSheet.getCellComments |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | catch IOException and rethrow as RuntimeException |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | bug 58365: patch from Hannes Erven: add method to effic... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | revert accidental change to .project |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | prevent slideshow test-data files shapes.pptx and table... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | bug 58365: patch from Hannes Erven. Update XSSFSheetXML... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | whitespace |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | bug 58365: patch from Hannes Erven. Update CommentsTabl... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | convert junit3 to junit4 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Javen O'Neal | bug 58637: contribution from Hannes Erven: add CellAddr... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Andreas Beeker | raise ooxml schema/security version |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Andreas Beeker | add missing marker files |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Uwe Schindler | Use <file/> instead of <fileset/> for single files... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Andreas Beeker | fix unnecessary cast warnings |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Andreas Beeker | delete old schema-1.2 jar |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Andreas Beeker | #58617 - Add custom safe XmlBeans type loader / rename... |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Andreas Beeker | In preparation for table rendering, added table row... |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Andreas Beeker | #58630 - Signing failed after deletion of first sheet |
commit | commitdiff | tree | snapshot |
2015-11-19 |
Andreas Beeker | findbugs fixes |
commit | commitdiff | tree | snapshot |
2015-11-16 |
Andreas Beeker | #55955 - Filling an existing ppt table stopped working... |
commit | commitdiff | tree | snapshot |
2015-11-14 |
Andreas Beeker | #54210 When saving PPT to PNG, some text is rendered... |
commit | commitdiff | tree | snapshot |
2015-11-14 |
Andreas Beeker | Fix typo in EscherProperties |
commit | commitdiff | tree | snapshot |
2015-11-14 |
Andreas Beeker | Add default XmlOptions to XMLBeans parsing |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Uwe Schindler | Add security check |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Uwe Schindler | Fix remaining security manager problems. Forbiddenapis... |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Uwe Schindler | #58597: Fix tests to not do setAccessible(), add some... |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Uwe Schindler | #58597: Add more AccessController.doPrivileged. We... |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Uwe Schindler | #58597: Remove setAccessible (more coming soon) |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Andreas Beeker | Fixed Off-by-one-Error which skipped paragraph styles |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Uwe Schindler | Wrap more security related reflection in AccessController |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Uwe Schindler | Use Lucene's unmapping code inside AccessController... |
commit | commitdiff | tree | snapshot |
2015-11-09 |
Uwe Schindler | Tell Eclipse to use a Java 6 compatible JVM, not latest... |
commit | commitdiff | tree | snapshot |
next |