summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* Merge two release blocking fixes from TrunkREL_3_11_BRANCHNick Burch2014-12-171-2/+0
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-121-10/+35
* 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdListAndreas Beeker2014-12-071-8/+12
* XML signatures - ignore line breaks in Office 2007 .rels filesAndreas Beeker2014-12-051-2/+21
* Include root-cause exception information when constructing ContentTypeManager...Dominik Stadler2014-11-261-2/+6
* Don't swallow exceptions on validationAndreas Beeker2014-11-221-2/+6
* the subdir element needs to be included otherwise certain xmlbean operations ...Andreas Beeker2014-11-211-1/+3
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p...Andreas Beeker2014-11-162-4/+14
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-124-117/+101
* Restore printing out test-failures after switch to JUnit4 executionDominik Stadler2014-11-111-2/+4
* Use Junit4 JUnitCore instead of legacy TestRunnerAndreas Beeker2014-11-101-42/+28
* Fix Eclipse warning about genericsDominik Stadler2014-11-101-1/+1
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-083-2/+50
* Fail build if test-cases fail in OOXMLLite execution to avoid missing include...Dominik Stadler2014-11-071-19/+48
* another signature ubuntu jdk6 bug fix ... and offline/online handlingAndreas Beeker2014-11-072-147/+172
* another blind sha2 bug fix ...Andreas Beeker2014-11-051-1/+9
* Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bugAndreas Beeker2014-11-051-127/+140
* github-7 - Form check box extraction with XWPFWordExtractorDominik Stadler2014-11-051-31/+18
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi...Nick Burch2014-11-051-0/+7
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-041-2/+16
* workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1155012Andreas Beeker2014-11-041-0/+28
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-043-34/+43
* Some more XSSF testing for #57184Nick Burch2014-11-041-4/+4
* Partial HSSF support for adding new external workbook formula references for ...Nick Burch2014-11-042-0/+26
* Switch to explicit includesNick Burch2014-11-041-1/+16
* Fix bug 57162: Content_types.xml and .rels files had elements with wrong name...Uwe Schindler2014-11-022-4/+4
* Bug 55164 - Support for adding slide notesAndreas Beeker2014-10-296-26/+179
* simplified the cropping code and changed the cropping image to a more sophist...Andreas Beeker2014-10-281-30/+20
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-272-12/+60
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-1/+1
* Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not suppor...Dominik Stadler2014-10-211-6/+12
* Apply patch to fix bug 56835: Unreadable content when adding multiple comment...Dominik Stadler2014-10-211-4/+13
* xml dsign - javadoc fixesAndreas Beeker2014-10-201-3/+3
* Removed some custom classloading code, which doesn't make sense anymoreAndreas Beeker2014-10-181-1/+4
* Bug 56836 - XML signature supportAndreas Beeker2014-10-161-1/+1
* xml signature: mainly javadocs - a few reorgsAndreas Beeker2014-10-104-26/+345
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-061-4/+58
* another round of refactoring, limited exception declarations, more javadocsAndreas Beeker2014-10-0310-311/+356
* removed obsolete classes and added a few javadocs elements and example callsAndreas Beeker2014-10-025-151/+69
* xml signature - small javadoc fixes, removed obsolete parameter from Signatur...Andreas Beeker2014-09-3014-74/+49
* Fixed complete-build errorsAndreas Beeker2014-09-291-0/+24
* more tests, some refactoringAndreas Beeker2014-09-286-104/+137
* forgot to rename get/setterAndreas Beeker2014-09-282-10/+10
* Moved prefix logic in one placeAndreas Beeker2014-09-287-305/+336
* configure namespaces via signatureconfigAndreas Beeker2014-09-2710-108/+69
* clean upsAndreas Beeker2014-09-252-37/+28
* more flexible signer verification through Iterable-InterfaceAndreas Beeker2014-09-241-77/+105
* centralized configsAndreas Beeker2014-09-2113-592/+578
* reorganization, xmlsignatureservice is now in signatureinfoAndreas Beeker2014-09-1812-692/+463
* Switched to config objectAndreas Beeker2014-09-177-222/+241