aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-201-1/+1
* Sonar fixesAndreas Beeker2020-04-1917-65/+69
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1916-403/+394
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-192-0/+18
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-185-365/+108
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-1631-434/+299
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-146-103/+82
* #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory)Andreas Beeker2020-04-134-564/+239
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-12254-4007/+4923
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-111-3/+7
* ArrayUtil - remove unused methodAndreas Beeker2020-04-061-34/+12
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-054-73/+53
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-051-15/+15
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-053-72/+51
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-026-78/+120
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-0216-619/+635
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-011-1/+2
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-311-1/+1
* Sonar FixesAndreas Beeker2020-03-293-33/+23
* Sonar Fixes - try to fix XXE warningsAndreas Beeker2020-03-291-0/+2
* Sonar FixesAndreas Beeker2020-03-2912-305/+426
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-292-9/+9
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-60/+65
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-221-38/+48
* #64241 - XSLF - Wrong scheme colors used when renderingAndreas Beeker2020-03-212-5/+3
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-108/+110
* Get UUID from ClassIDAndreas Beeker2020-03-081-7/+29
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-3/+1
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-082-2/+2
* Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ...Dominik Stadler2020-03-081-12/+35
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-082-20/+26
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-084-25/+34
* Fix incorrect handling of format which should not produce any digit for zeroDominik Stadler2020-03-071-10/+13
* Sonar fixesAndreas Beeker2020-02-253-10/+6
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-203-4/+4
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-202-2/+2
* Applied "clean up IntList code" patch from bug 63805Axel Howind2020-02-201-50/+34
* PPTX2PNG - fix SVG gradientsAndreas Beeker2020-02-171-17/+21
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-101-9/+11
* Use indexed palette for duo tone patternAndreas Beeker2020-02-031-14/+29
* XSLF Performance - don't initialize the JAXBContext every timeAndreas Beeker2020-02-021-6/+18
* TextLayout.getAdvance() for " " returns 0 in some cases / JDKs, which caused ...Andreas Beeker2020-02-021-14/+26
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-301-7/+4
* Handle empty files correctly when looking for FileMagic to avoid NegativeArra...Dominik Stadler2020-01-271-2/+5
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-268-611/+207
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-193-50/+170
* use a few more lambdasPJ Fanning2020-01-122-17/+9
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-1033-126/+123
* reformat codePJ Fanning2020-01-091-134/+136
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-091-13/+32