6699 Commits (37236f2b52b97d1c5da71fe1dd7da7e083699575)
 

Author SHA1 Message Date
  Andreas Beeker 37236f2b52 #45908 - RichTextRun.setBullet(false) doesn't work, bullets still here 8 years ago
  Andreas Beeker 4bf040e711 #45088 - POI-HSLF changeTextInRichTextRun corrupts presentation 8 years ago
  Andreas Beeker cff4102574 Fix locale error 8 years ago
  Andreas Beeker 5fd534c44b findbugs fixes 8 years ago
  Andreas Beeker 944253c786 FindBugs fixes 8 years ago
  Andreas Beeker 785b37342e Add method for setting bullet styles 8 years ago
  Andreas Beeker f91f9120c2 Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't closed it 8 years ago
  Andreas Beeker f42904f162 #45124 - inserting text or images wipes out boldness and makes everything italic 8 years ago
  Andreas Beeker c8a440849e #45124 - inserting text or images wipes out boldness and makes everything italic 8 years ago
  Javen O'Neal e29f699741 replace deprecated usage of AreaReference as a result of bug 56328 8 years ago
  Javen O'Neal 70384e3fab whitespace change 8 years ago
  Javen O'Neal 5584837ff2 add javadoc info for intersects 8 years ago
  Javen O'Neal a5540e0dfb bug58452: set cell formulas containing unregistered function names 8 years ago
  Javen O'Neal 775838e5a8 supporting changes for bug 58452: copy cell formulas containing unregistered function names 8 years ago
  Javen O'Neal 14736096ec improve error message if CellRangeAddress intersection assertion fails 8 years ago
  Javen O'Neal bc358fe708 bug 58442: in-place reorganize an AreaPtg as upper-left and lower-right 8 years ago
  Javen O'Neal 6456105e37 bug 58443: prevent corrupted workbooks by checking for overlapping merged regions before adding a merged region to a sheet; fix unit tests that produced corrupt workbooks; remove deprecated HSSFSheet#addMergedRegion(Region) 8 years ago
  Javen O'Neal c158ddea1c replace deprecated usage of o.a.p.ss.util.Region with o.a.p.ss.util.CellRangeAddress; add documentation to tests that exist strictly to test deprecated methods, and move SuppressWarnings-deprecation down to just those functions 8 years ago
  Dominik Stadler a9aad913bf Add a limit of the max number of characters that can be extracted to avoid sending applications out of memory with very large documents 8 years ago
  Andreas Beeker a0f9da7fb6 #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts 8 years ago
  Andreas Beeker 9a6c48cfb2 #58516 - Rare new aioobe in 3.13 on initialization of a handful of ppts 8 years ago
  David North 0da28d066b Add description to jenkins target 8 years ago
  Dominik Stadler 458a19aeec Ensure that no password was set by other tests, this breaks sometimes when the Sonar/Maven build runs all tests in one VM 8 years ago
  Nick Burch e43d36f06d Javadoc fixes 8 years ago
  Javen O'Neal 2535839b70 bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows on an XSSFSheet 8 years ago
  Andreas Beeker eb1e1a28e8 Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() 8 years ago
  Nick Burch 8f0093e464 #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF, with common unit tests to verify this 8 years ago
  Javen O'Neal 974367ed1d bug 26862: add test case for HSSFWorkbook.cloneSheet copies charts 8 years ago
  Javen O'Neal 57e4fb85d3 convert scratchpad TestHSSFChart from junit3 to junit4 8 years ago
  Dominik Stadler b7efcbaf5f Fix Sonar-Maven build, correctly determine path to test-file 8 years ago
  Dominik Stadler c776dff7a5 Apply some micro-optimization which helps when retrieving the string-value of large spreadsheets 8 years ago
  Dominik Stadler a15fcb1806 Add delete of outdated forbiddenapi-jar 8 years ago
  David North 128bf66148 Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 8 years ago
  Dominik Stadler bcaab496b6 Bug 56957: Avoid error if Workbook with empty SharedStringTable is written 8 years ago
  Nick Burch 9a080e3666 58536 DataFormatter and CellFormat non-localised support for localised currency formats like [$£-809] 8 years ago
  Nick Burch f32b885665 Fix javadoc warning - @see with a URL needs wrapping in an a-href tag 8 years ago
  Nick Burch 1a96a88ef2 Mention about Locale definitions in Excel cell data format strings 8 years ago
  Nick Burch 7d7cbf7db3 Update the build version, step missed from the release guide 8 years ago
  Nick Burch d95108b5f5 #58532 Enable more of the padding cell format tests, but a few remain to be fixed 8 years ago
  Nick Burch b3f68c4eb4 #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which 8 years ago
  Nick Burch cbde002fa1 Fix inconsistent whitespace 8 years ago
  Nick Burch e0addf54a5 Test to check that #58532 formats are seen as valid 8 years ago
  Nick Burch 1072a176ed Test files for #58532 8 years ago
  Dominik Stadler ba1f3bb24a Revert upgrade of findbugs as it requires Java 7, but we still allow to compile using Java 6. 8 years ago
  Dominik Stadler 8ffcf64585 Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :( 8 years ago
  Dominik Stadler 73ae5a04cb Bug 58085: removing sheet breaks other existing sheet references 8 years ago
  Javen O'Neal 45e79a0409 bug 58441: define equals method for CellRangeAddressBase 8 years ago
  Javen O'Neal 4780d329ef bug 58402: make AreaReference's private SpreadsheetVersion _version variable final 8 years ago
  Javen O'Neal 5de69c25e6 bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtgDueToSheetMove 8 years ago
  Javen O'Neal 0b0e30c06c bug 33174: Use common unit test for testNoMergedRegionsIsEmptyList 8 years ago