aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* Adjust excludes to make the output a bit cleaner in OOXMLLite and also look i...Dominik Stadler2015-08-191-1/+13
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-152-1339/+2
* fixed NPE with Jaxb proxy classesAndreas Beeker2015-07-251-9/+15
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-8/+6
* Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when...Nick Burch2015-01-081-2/+2
* Move some tests to the base test class where applicappleDominik Stadler2015-01-051-1/+1
* Bug 56550: Defer the initialization of the _classes to when it is actually ne...Dominik Stadler2014-12-221-10/+11
* the subdir element needs to be included otherwise certain xmlbean operations ...Andreas Beeker2014-11-211-1/+3
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-121-33/+0
* 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
* Fail build if test-cases fail in OOXMLLite execution to avoid missing include...Dominik Stadler2014-11-071-19/+48
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-1/+1
* xml signature - small javadoc fixes, removed obsolete parameter from Signatur...Andreas Beeker2014-09-301-1/+1
* merge with trunkAndreas Beeker2014-09-172-46/+101
* sync merge to trunkAndreas Beeker2014-08-122-81/+84
|\
| * Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-122-23/+97
* | Xml signature support - version 1Andreas Beeker2014-08-103-0/+1626
|/
* Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ...Nick Burch2014-08-041-1/+34
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-14/+0
* Fix bug #56164 - Tidy up the OPC SAX setup code with a new common HelperNick Burch2014-02-191-0/+59
* This patch is not working as of license incompatibility - see http://www.apac...Andreas Beeker2014-01-266-4783/+0
* As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporaril...Andreas Beeker2014-01-266-0/+4783
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-241-5/+22
* Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build...Dominik Stadler2013-08-241-10/+20
* Various small Eclipse warning fixes, Dominik Stadler2013-08-141-3/+5
* removed svn:executable bit from project filesYegor Kozlov2011-12-101-0/+0
* initial support for rendering pptx slides into images with a PPTX2PNG command...Yegor Kozlov2011-10-211-1/+2
* fixed missing ASF licence headersYegor Kozlov2011-08-111-1/+16
* initial support for XSLF usermodel APIYegor Kozlov2011-08-111-0/+17
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-0/+268
* Various XWPF picture tweaks and more unit testsNick Burch2010-09-141-4/+3
* Remove spurious svn:executable flagsNick Burch2010-06-111-0/+0
* always copy all declared inner classes and interfaces when generating poi-oox...Yegor Kozlov2010-01-241-14/+8
* Avoid creating temporary files when opening OPC packages from input streamYegor Kozlov2010-01-131-15/+1
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-211-3/+2
* org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the o...Yegor Kozlov2009-11-161-0/+200
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-1/+1
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-16/+16
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-0/+14
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-121-5/+12
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-144/+144
* import OpenXML4j codebaseYegor Kozlov2009-01-291-7/+3
* javadocs cleanupYegor Kozlov2008-11-071-3/+1
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-0/+150