| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 1 | -677/+0 |
* | [github-198] Remove jdk.charset module dependency for spreadsheets generation... | PJ Fanning | 2020-12-19 | 1 | -1/+0 |
* | Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC... | Andreas Beeker | 2020-04-16 | 1 | -0/+3 |
* | #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc... | Andreas Beeker | 2020-04-14 | 1 | -34/+2 |
* | Bug 60656 - Emf image support in slideshows | Andreas Beeker | 2020-04-05 | 1 | -44/+10 |
* | fix result of multiplication cast to wider type | Alain Béarez | 2019-05-21 | 1 | -1/+1 |
* | fix boxed variable is never null | Alain Béarez | 2019-05-21 | 1 | -7/+21 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 1 | -2/+2 |
* | lgtm issues | PJ Fanning | 2018-12-08 | 1 | -1/+1 |
* | #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape... | Andreas Beeker | 2018-04-20 | 1 | -0/+72 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -3/+4 |
* | use codepoint iterator in a few places | PJ Fanning | 2017-11-22 | 1 | -3/+4 |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -446/+470 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | Bug 61349 -- add more sanity checks when allocating byte[] | Tim Allison | 2017-09-21 | 1 | -2/+5 |
* | Fix some warnings in unit tests | Dominik Stadler | 2017-09-16 | 1 | -3/+0 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 1 | -2/+2 |
* | bug 50955 and bug 60953 improve Big5 reader; ensure one character | Tim Allison | 2017-04-05 | 1 | -22/+0 |
* | bug 50955 -- word 6.0 charset fix | Tim Allison | 2017-04-04 | 1 | -2/+30 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-20 | 1 | -1/+11 |
* | add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche... | Javen O'Neal | 2016-10-19 | 1 | -0/+20 |
* | bug 59773: move loop invariants outside of loop or change for loops to for-ea... | Javen O'Neal | 2016-07-03 | 1 | -2/+1 |
* | Fix some compiler/IntelliJ warnings | Dominik Stadler | 2016-05-31 | 1 | -1/+1 |
* | reformat exclude classes regular expression for OOXMLLite | Javen O'Neal | 2016-04-17 | 1 | -0/+17 |
* | bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di... | Javen O'Neal | 2016-04-11 | 1 | -1/+17 |
* | sonar fixes | Andreas Beeker | 2016-03-10 | 1 | -6/+5 |
* | Remove a superfluous/bloated log function, which String.format can do better ... | Andreas Beeker | 2016-03-09 | 1 | -83/+2 |
* | Fix inconsistent indent/whitespace | Nick Burch | 2015-09-01 | 1 | -143/+142 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -7/+4 |
* | Bug 58040 - Log Forging | Andreas Beeker | 2015-06-21 | 1 | -1/+2 |
* | Bug 49541 - Mapping of symbol characters to unicode equivalent | Andreas Beeker | 2014-12-29 | 1 | -0/+247 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 1 | -59/+36 |
* | Improve error message, and fix generics warnings | Nick Burch | 2010-01-28 | 1 | -1/+1 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 1 | -0/+27 |
* | More FeatRecord support | Nick Burch | 2010-01-03 | 1 | -0/+2 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 1 | -18/+18 |
* | Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SX... | Josh Micich | 2008-11-26 | 1 | -1/+41 |
* | javadocs cleanup | Yegor Kozlov | 2008-11-07 | 1 | -1/+1 |
* | Converted ConstantValueParser to use plain Strings instead of UnicodeStrings | Josh Micich | 2008-11-05 | 1 | -0/+9 |
* | Further conversion of Ptg classes to use LittleEndian input/output interfaces | Josh Micich | 2008-10-24 | 1 | -0/+21 |
* | Fix for unicode string bug in StyleRecord. Improvements to WriteAccessRecord. | Josh Micich | 2008-10-24 | 1 | -56/+41 |
* | Fix for bug 45778 - made ObjRecord read sub-record ftLbsData properly | Josh Micich | 2008-10-23 | 1 | -138/+131 |
* | Start to support HPBF hyperlinks | Nick Burch | 2008-08-31 | 1 | -1/+1 |
* | String Continue records support (with test), from bug #41064 | Nick Burch | 2007-12-04 | 1 | -1/+2 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 1 | -5/+6 |
* | If given an empty (but not null) byte array to get a whole string from, retur... | Nick Burch | 2006-05-10 | 1 | -0/+2 |
* | StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922 | Avik Sengupta | 2005-05-16 | 1 | -32/+39 |
* | refactored | Avik Sengupta | 2005-05-02 | 1 | -3/+3 |