5270 Commits (ee39ef2d73c8782a103c1758dde954bc7de6de0b)
 

Author SHA1 Message Date
  Tim Allison ee39ef2d73 POI-55292 with added files 11 years ago
  Tim Allison 09555c446b POI-55292 11 years ago
  Tim Allison b21ad9dbd2 added ratted out Apache license to HPSFPropertiesOnlyDocument 11 years ago
  Tim Allison 042723b803 added key to KEYS 11 years ago
  Tim Allison 9b4c6724fa testing svn commit with test doc for 55292 11 years ago
  Nick Burch 8e9c0a1cc0 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer 11 years ago
  Dominik Stadler 59455c36a1 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 d5528af80c Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException 11 years ago
  Dominik Stadler 6367b8b74e Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 11 years ago
  Nick Burch 7cc22dd3c1 Refactor to avoid logic duplication on the property value -> string conversion 11 years ago
  Nick Burch fb8d0c1076 Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string 11 years ago
  Dominik Stadler 5a0887c9e4 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 067c62168e Bug 54084: Add testcase which reproduces the bug, no fix available yet 11 years ago
  Dominik Stadler 1b66a17f74 Adjust build.xml to update to junit 4.11 11 years ago
  Nick Burch 3046f139c7 Add a test to show that bug #53150 has been fixed by the recent fraction work 11 years ago
  Nick Burch dd1116a1e3 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 e82421ef02 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 8aca6fde15 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 f073151b1a 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 43b811f049 More unit tests for the HSMF fixed sized property values (a few still remain to be fixed though) 11 years ago
  Nick Burch b37e3c6df2 Make the fixed sized properties parser more flexible in the face of slightly duff data 11 years ago
  Nick Burch a9e1c0e320 Dig out the normal type for some more common properties 11 years ago
  Nick Burch b8644921c9 Support decoding a few more property types 11 years ago
  Nick Burch c5893c8c34 More friendly output of byte arrays for property values in HSMFDump 11 years ago
  Nick Burch 43886b815b Fix inconsistent whitespace in HSMF test files 11 years ago
  Nick Burch 73aa6c507e Fix inconsistent whitespace in HSMF files 11 years ago
  Nick Burch 4c4d512d4a 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 1ae9e8eba6 Fix JavaDoc warnings 11 years ago
  Nick Burch b3e4741320 Convert classes with a assertContains method to using the new POITestCase common parent class, which has it there 11 years ago
  Nick Burch 3783080709 Add disabled unit test for bug #54916 11 years ago
  Nick Burch fd9a30a8cc New parent test class, which includes the common assertContains pattern 11 years ago
  Nick Burch 43355883c8 JavaDoc fix - missing > 11 years ago
  Nick Burch 82df889469 Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the unit tests for bug #54233 11 years ago
  Nick Burch 90b74675d5 Pull the Properties-Only document type out to a superclass, so other places (eg unit tests) can use it 11 years ago
  Nick Burch 40d49a54d2 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 bd92cbc8b5 Fix to have consistent whitespace, and add javadoc deprecated entries 11 years ago
  Nick Burch 9d87fb9caa Fix to have consistent whitespace 11 years ago
  Nick Burch 666841c1e7 Sample file from bug #54233 11 years ago
  Nick Burch c147316ff5 Update trunk after 3.10-beta1 tagging in svn 11 years ago
  Nick Burch 2af696a3ce Prep for 3.10 beta 1 11 years ago
  Nick Burch d4a2a13b77 Remove the executable flag from a number of files that aren't executables so shouldn't have it set 11 years ago
  Nick Burch f7a7eeec22 Add missing license headers, and a few javadoc tweaks while working on those files 11 years ago
  Nick Burch 84a00d8d4b Sanity check the length, logging and truncating if too long, to avoid a StringIndexOutOfBoundsException (bug #54925) 11 years ago
  Nick Burch 456f6171d9 Fix the indenting to be consistent throughout the file 11 years ago
  Nick Burch 56d1f1b97a 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 a7bfec9271 Fix from Florian Hopf from bug #54564 - Fix error message text 11 years ago
  Nick Burch ed5588d9af Fix indenting to be consistent, and correct the setIncludeCellComments javadoc to match the long standing default (#54871) 11 years ago
  Nick Burch dbd1a59416 Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation 11 years ago
  Nick Burch 678991d868 Patch from Tim Allison from bug #55142 - Not all XWPF SDT block 11 years ago
  Dominik Stadler c1d02cd0f5 Bug 54920: do not set column and row separatedely, but use a reference 11 years ago