9035 Commits (8572d4b71c8a19311459870f2a2ab213020acfd9)
 

Author SHA1 Message Date
  Greg Woolsey 8572d4b71c Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 6 years ago
  Dominik Stadler 59d8adf5b8 Fix setting a font-color if no previous color is defined for the font 6 years ago
  Dominik Stadler a08aa73916 Fix tests 6 years ago
  Javen O'Neal 6f44566f0a bug 61745: remove String#toString() usage found by forbidden apis check 6 years ago
  Javen O'Neal d96f9ce495 bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for the patch 6 years ago
  Javen O'Neal 622b84c633 +svn:eol-style native *.java 6 years ago
  Javen O'Neal defe020128 github #81: sheet names are case insensitive 6 years ago
  Javen O'Neal 4cf3b2bee2 XWPFTable#getRows() should return an unmodifiable list unless the method can correctly update xmlbeans in response to modifying the list 6 years ago
  Javen O'Neal 1938207e59 make tableRows final; initialize where defined rather than in constructor. 6 years ago
  Javen O'Neal 145b69b1c6 deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented since 2008 when this class was first authored. (Unrelated: This closes #82 on github). 6 years ago
  Mark Murphy 25c25ea8ac Surface XSSF Header/Footer Attributes (60887) 6 years ago
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
  Javen O'Neal 888a08b98d bug 61730: remove asSet function from unit test 6 years ago
  Javen O'Neal 8a6d6c8cba bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is safer, less likely to cause an OOM/DoS. 6 years ago
  Javen O'Neal 9d8df29cf1 bug 61730: add javadoc 6 years ago
  Javen O'Neal cbb82add8f bug 61730: add iterator interface to CellRangeAddressBase for iterating over CellAddresses 6 years ago
  Javen O'Neal ca53a08a90 bug 61727: make TestCellRangeUtil unit tests more explicit 6 years ago
  Dominik Stadler 0577afdff8 Enhance unit-test to Verify that bug 58785 is already via via some other change 6 years ago
  Javen O'Neal 471e711025 bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff for the patch 6 years ago
  Dominik Stadler d73e72d060 Adjust some tests to properly close resources 6 years ago
  Dominik Stadler ce77cd6270 Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 6 years ago
  Dominik Stadler d4ad2ffd53 Add test-case which shows that bug 55814 is fixed already by other changes 6 years ago
  Dominik Stadler b7f7ff71b4 Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago
  Javen O'Neal 3e1ee0afeb bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter 6 years ago
  Javen O'Neal 11b5e066e7 bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interface 6 years ago
  Javen O'Neal dcd3993146 bug 61474, github #81: bump visibility of abstract methods in BaseRowColShifter abstract class 6 years ago
  Javen O'Neal 37ee513fc9 bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes 6 years ago
  Javen O'Neal 890d6e70e6 bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to XSSFRowColShifter; implement ColumnShifter#updateFormulas; remove duplicated JavaDocs (better to inherit) 6 years ago
  Javen O'Neal 0f14370c21 bug 61474, github #81: implement updateConditionalFormatting for ColumnShifter 6 years ago
  Javen O'Neal 2d7e44db5a bug 61474, github #81: implement updateNamedRanges for ColumnShifter 6 years ago
  Javen O'Neal 9f03e0bc08 bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead of rows 6 years ago
  Javen O'Neal 6ceee17033 bug 61474, github #81: add ColumnShifter interface; deduplicate some code in RowShifter, CFRecordsAggregate 6 years ago
  Javen O'Neal 25b94af3bb bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shifter to FormulaShifter formulaShifter to reduce confusion with the shifter variable referring to the RowShifter 6 years ago
  Javen O'Neal 69408a69e5 bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.ColumnMove 6 years ago
  Javen O'Neal 31daa180c6 github-81: extract routines in HSSFRow#shiftRows 6 years ago
  Javen O'Neal 4e744a5739 rename ambiguous variable name shifter -> formulaShifter 6 years ago
  Javen O'Neal 7e0c095ff5 whitespace 6 years ago
  Andreas Beeker 37e4c32065 #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does 6 years ago
  Nick Burch 00ac2545bb Javadoc fix 6 years ago
  Javen O'Neal a4bc870e46 eventually we want to forbid StringBuffer usage 6 years ago
  PJ Fanning aa9b57774f use StringBuilder in more places 6 years ago
  Javen O'Neal cb28546f50 github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to Alain-Bearez. 6 years ago
  PJ Fanning 06ea018e03 add test case for bug 61701 6 years ago
  PJ Fanning d6f261473d add test case for bug 61701 and use StringBuilder in more places 6 years ago
  Javen O'Neal b3cb1211a4 github-77: Remove the 'public' modifier to make fields package protected (findbugs-MS_PKGPROTECT). Thanks to BruceKuiLiu for the PR. This closes #77 on github. 6 years ago
  Javen O'Neal b4ee3da44f consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() 6 years ago
  Javen O'Neal 179fa31242 bump the Eclipse compile source to Java 1.8 6 years ago
  Javen O'Neal 98c6f2ba1f bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException: Comparison method violates its general contract! (bug 61630, comment 17, attachment 35468). Found during manual testing. 6 years ago
  Javen O'Neal a2f30cd63a remove test-hssf ant target 6 years ago
  Javen O'Neal fa8314e8dc remove test-ss and test-ooxml-ss ant targets, as these were causing problems with the build/ooxml-testokfile.txt being written, requiring test-ooxml to be rerun on subsequent ant calls even if had previously completed successfully and not modifications to the ooxml source had been made. 6 years ago