5 Комити (acdf2ec9815fd01d9a9b9db3752fc70dd3914059)

Аутор SHA1 Порука Датум
  Dominik Stadler acdf2ec981 Bug 62272: Include alpha/transparency value when setting a color-value for a font пре 1 година
  PJ Fanning ceb6caa1d5 javadoc пре 1 година
  Andreas Beeker 7eaca60a1a activate javadoc lint and fix errors пре 3 година
  Andreas Beeker bb5d321b79 fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) пре 3 година
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build пре 3 година
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build пре 3 година
  Andreas Beeker c5f6dfa68e Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional) пре 3 година
  PJ Fanning ea59cc2bc9 reduce use of deprecated code in XSSFFont пре 3 година
  PJ Fanning 8d54ec7cc7 remove more deprecated code пре 3 година
  Andreas Beeker 074d68fedf Sonar fixes пре 4 година
  Dominik Stadler 1e8cba79ce Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT пре 4 година
  Dominik Stadler 31eb7f9b06 Fix some IDE warnings, Sonar fixes and some missing closing of resources in unit-tests пре 4 година
  Dominik Stadler b416d97de5 Bug 60845: Apply patch and adjust tests пре 5 година
  Dominik Stadler d942e2042d IDE and JavaDoc fixes, make base test classes abstract пре 5 година
  Andreas Beeker 07705635a1 #62108 - ArrayIndexOfBounds exception when getColumnWidth() пре 5 година
  Andreas Beeker cdb3de9dc0 #62355 - unsplit packages - 3 - only imports пре 6 година
  PJ Fanning 05b0de574c [bug-62018] use ints to index fonts пре 6 година
  PJ Fanning 845c7fcdea Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst пре 6 година
  Greg Woolsey f90801d366 Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference пре 6 година
  PJ Fanning dffa1ccd9c Remove use of deprecated methods пре 6 година
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... пре 6 година
  Dominik Stadler 399381da8d Remove unnecessary local variables пре 6 година
  PJ Fanning a420b90906 Remove more deprecated code (MissingCellPolicy) пре 7 година
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs пре 7 година
  Greg Woolsey c844803b66 Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color пре 7 година
  Greg Woolsey 1a4724c9b1 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no families defined пре 7 година
  Javen O'Neal 0d929dbc09 bug 55385: deprecate Font.getBoldweight and Font.setBoldweight пре 8 година
  Javen O'Neal 2f703ce676 fix several findbugs SF_SWITCH_NO_DEFAULT warnings пре 8 година
  Dominik Stadler e69dd93c64 Fix bug 53275: reset indexed color flag when setting a non-indexed color пре 8 година
  Nick Burch e7886797e8 #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methods пре 8 година
  Nick Burch 856c0c7250 Pull out indexes from the switch statement to constants, and fix warnings пре 8 година
  Nick Burch 972b316e1b Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware пре 13 година
  Nick Burch ca96c8a73a Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset пре 13 година
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour пре 14 година
  Nick Burch d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 пре 14 година
  Yegor Kozlov 787da03838 added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal пре 14 година
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent пре 14 година
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else пре 15 година
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests пре 15 година
  Yegor Kozlov f143809549 javadocs cleanup пре 15 година
  Yegor Kozlov ea3f604103 more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements пре 15 година
  Yegor Kozlov 958a47a453 1. moved ooxml enums into interfaces-jdk15, they are common and should be in the place as the interfaces 2. removed obsolete and deprecated classes 3. Fixed XSSFWorkbook.cloneSheet. Now it makes a 'true' deep copy of a sheet 4. ooxml has a compile-time dependency on scratchpad, fixed build.xml to reflect that пре 15 година
  Yegor Kozlov c63434df63 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF code, will be refactored in future.2. fixed bug #45974: XSSFCell.getCellStyle can return null3. more code cleanup and reaftoring, removed usages of obsolete XSSFCell.getCellNum() in favor of XSSFCell.getColumnIndex(), also more javadoc in core classes пре 15 година
  Yegor Kozlov 90afc5eb5c more code cleanup and refactoring: (a) removed references to ooxml schemas from XSSF enums, they should not depend on ooxml-schemas.jar пре 15 година
  Yegor Kozlov a9f18bad9d applied patch #45492 submitted by Gisella Bronzetti,also performed major cleanup of StylesTable and its components, the goal was to ensure that StylesTable works as a cache of styling components, not just a regular store of fill patterns and cell styles. пре 15 година
  Yegor Kozlov 54f56d99ba applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920 пре 15 година
  Yegor Kozlov b0033606e4 XSSFFont improvements from patch #45874 пре 15 година
  Yegor Kozlov eed31d47c1 1. initial support for rich text in xssf" пре 15 година
  Yegor Kozlov 6d1b247b69 more ooxml progress from SourseSense developers пре 15 година
  Nick Burch 821aad8c70 As discussed on dev@poi, move XSSFRelation out to its own class пре 16 година