summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 55419 and refactor SimpleFractionTim Allison2013-08-154-221/+188
* Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find...Dominik Stadler2013-08-142-58/+92
* Various small Eclipse warning fixes, Dominik Stadler2013-08-148-109/+132
* Bug 55195: use interface instead of implementation forDominik Stadler2013-08-123-23/+26
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-124-142/+129
* 55347 - integrate textbox text extraction with Excel extractorsTim Allison2013-08-087-3/+152
* POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraphTim Allison2013-08-081-1/+9
* POI-55294 and 52186Tim Allison2013-08-054-24/+375
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-043-4/+27
* POI-55292 with added filesTim Allison2013-07-3112-0/+1740
* POI-55292Tim Allison2013-07-312-41/+1108
* added ratted out Apache license to HPSFPropertiesOnlyDocumentTim Allison2013-07-291-1/+17
* Ensure the interface and implementation javadocs share the same warnings, and...Nick Burch2013-07-152-5/+8
* Bug 55248: Add methods for showInPane() using int and unit test to verify it ...Dominik Stadler2013-07-133-21/+93
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-124-35/+336
* Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071Dominik Stadler2013-07-091-9/+134
* Refactor to avoid logic duplication on the property value -> string conversionNick Burch2013-07-032-41/+28
* Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't d...Nick Burch2013-07-033-30/+50
* Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ...Dominik Stadler2013-07-012-45/+81
* Bug 54084: Add testcase which reproduces the bug, no fix available yetDominik Stadler2013-06-301-2/+47
* Add a test to show that bug #53150 has been fixed by the recent fraction workNick Burch2013-06-261-0/+3
* Have MAPIMessage try the codepage properties to get the ascii encoding, befor...Nick Burch2013-06-262-12/+40
* HSMF generally wants Java Lang style encoding names, which HPSF has always wo...Nick Burch2013-06-261-21/+97
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-2610-266/+40
* Bring the numeric CodePage support from HPSF (constants and converters) out t...Nick Burch2013-06-261-0/+363
* More unit tests for the HSMF fixed sized property values (a few still remain ...Nick Burch2013-06-261-7/+63
* Make the fixed sized properties parser more flexible in the face of slightly ...Nick Burch2013-06-262-4/+32
* Dig out the normal type for some more common propertiesNick Burch2013-06-261-4/+4
* Support decoding a few more property typesNick Burch2013-06-262-1/+42
* More friendly output of byte arrays for property values in HSMFDumpNick Burch2013-06-262-1/+46
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-265-432/+420
* Fix inconsistent whitespace in HSMF filesNick Burch2013-06-267-168/+165
* Ensure the indenting is consistent within the file, and then make some minor ...Nick Burch2013-06-261-56/+63
* Fix JavaDoc warningsNick Burch2013-06-262-5/+4
* Convert classes with a assertContains method to using the new POITestCase com...Nick Burch2013-06-266-72/+21
* Add disabled unit test for bug #54916Nick Burch2013-06-261-5/+45
* New parent test class, which includes the common assertContains patternNick Burch2013-06-262-3/+64
* JavaDoc fix - missing >Nick Burch2013-06-261-2/+2
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-262-3/+34
* Pull the Properties-Only document type out to a superclass, so other places (...Nick Burch2013-06-262-20/+29
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-253-14/+84
* Fix to have consistent whitespace, and add javadoc deprecated entriesNick Burch2013-06-251-152/+155
* Fix to have consistent whitespaceNick Burch2013-06-251-128/+127
* Remove the executable flag from a number of files that aren't executables so ...Nick Burch2013-06-253-0/+0
* Add missing license headers, and a few javadoc tweaks while working on those ...Nick Burch2013-06-256-6/+105
* Sanity check the length, logging and truncating if too long, to avoid a Strin...Nick Burch2013-06-251-0/+11
* Fix the indenting to be consistent throughout the fileNick Burch2013-06-251-363/+362
* Add another record type to the "don't warn" list, and tidy up the code a litt...Nick Burch2013-06-251-14/+19
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-253-2/+12
* Fix indenting to be consistent, and correct the setIncludeCellComments javado...Nick Burch2013-06-251-167/+167