5269 Commits (da070049ddcc2c23d43b61582aaa525510b6aa95)
 

Author SHA1 Message Date
  Tim Allison da070049dd POI-55292 11 years ago
  Tim Allison 62e7e01f6c added ratted out Apache license to HPSFPropertiesOnlyDocument 11 years ago
  Tim Allison b50d124af9 added key to KEYS 11 years ago
  Tim Allison 04ad30b32b testing svn commit with test doc for 55292 11 years ago
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer 11 years ago
  Dominik Stadler 11ceaebac6 Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows 11 years ago
  Dominik Stadler 97d6444cb0 Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException 11 years ago
  Dominik Stadler d6da9dd94b Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 11 years ago
  Nick Burch 4ac189421a Refactor to avoid logic duplication on the property value -> string conversion 11 years ago
  Nick Burch b3608a4cfa Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string 11 years ago
  Dominik Stadler 6d772a851e Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml as well and excluding the new test-class in test-ooxml similar to the main tests. 11 years ago
  Dominik Stadler 4a85927e98 Bug 54084: Add testcase which reproduces the bug, no fix available yet 11 years ago
  Dominik Stadler ae5b31d741 Adjust build.xml to update to junit 4.11 11 years ago
  Nick Burch ea1bb016a9 Add a test to show that bug #53150 has been fixed by the recent fraction work 11 years ago
  Nick Burch 2d0241181a Have MAPIMessage try the codepage properties to get the ascii encoding, before falling back to the existing logic around content type parsing 11 years ago
  Nick Burch 4110133f8e HSMF generally wants Java Lang style encoding names, which HPSF has always worked with Java NIO ones, so add a flag to CodePageUtil to let you select which style to return 11 years ago
  Nick Burch 401dcb864d Deprecate the old HPSF codepage Constants list, and change the code to use the new CodePageUtil class instead for their codepage work 11 years ago
  Nick Burch 182b941b2c Bring the numeric CodePage support from HPSF (constants and converters) out to a new Util class, so that HSMF can later use it 11 years ago
  Nick Burch 14e2a5be28 More unit tests for the HSMF fixed sized property values (a few still remain to be fixed though) 11 years ago
  Nick Burch daea88523a Make the fixed sized properties parser more flexible in the face of slightly duff data 11 years ago
  Nick Burch 35493f04fe Dig out the normal type for some more common properties 11 years ago
  Nick Burch 14b262b831 Support decoding a few more property types 11 years ago
  Nick Burch 0b1750bea0 More friendly output of byte arrays for property values in HSMFDump 11 years ago
  Nick Burch 459e35426f Fix inconsistent whitespace in HSMF test files 11 years ago
  Nick Burch 141bd7f85f Fix inconsistent whitespace in HSMF files 11 years ago
  Nick Burch 2a1726144d Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) 11 years ago
  Nick Burch 3fa0d18132 Fix JavaDoc warnings 11 years ago
  Nick Burch 6d63c0d32e Convert classes with a assertContains method to using the new POITestCase common parent class, which has it there 11 years ago
  Nick Burch 0339745131 Add disabled unit test for bug #54916 11 years ago
  Nick Burch 853ac73ce1 New parent test class, which includes the common assertContains pattern 11 years ago
  Nick Burch 3c5ab9160e JavaDoc fix - missing > 11 years ago
  Nick Burch 85cca5bc2d Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the unit tests for bug #54233 11 years ago
  Nick Burch b8fe46ca9e Pull the Properties-Only document type out to a superclass, so other places (eg unit tests) can use it 11 years ago
  Nick Burch 80677e58b3 Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length 11 years ago
  Nick Burch 7105816a1e Fix to have consistent whitespace, and add javadoc deprecated entries 11 years ago
  Nick Burch 546b1e7171 Fix to have consistent whitespace 11 years ago
  Nick Burch c44ee04a65 Sample file from bug #54233 11 years ago
  Nick Burch 99bab29904 Update trunk after 3.10-beta1 tagging in svn 11 years ago
  Nick Burch d986164537 Prep for 3.10 beta 1 11 years ago
  Nick Burch 9eb644c546 Remove the executable flag from a number of files that aren't executables so shouldn't have it set 11 years ago
  Nick Burch 41665ca038 Add missing license headers, and a few javadoc tweaks while working on those files 11 years ago
  Nick Burch fe58c66883 Sanity check the length, logging and truncating if too long, to avoid a StringIndexOutOfBoundsException (bug #54925) 11 years ago
  Nick Burch ad8825dc52 Fix the indenting to be consistent throughout the file 11 years ago
  Nick Burch fe017f6437 Add another record type to the "don't warn" list, and tidy up the code a little bit (see bug #54925) 11 years ago
  Nick Burch 7067e87b8b Fix from Florian Hopf from bug #54564 - Fix error message text 11 years ago
  Nick Burch 4f6728ccd4 Fix indenting to be consistent, and correct the setIncludeCellComments javadoc to match the long standing default (#54871) 11 years ago
  Nick Burch 882bf2cfe8 Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation 11 years ago
  Nick Burch 3c379bbcde Patch from Tim Allison from bug #55142 - Not all XWPF SDT block 11 years ago
  Dominik Stadler 5d40529d6a Bug 54920: do not set column and row separatedely, but use a reference 11 years ago
  Nick Burch f9c9def944 Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions 11 years ago