summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 52583 - Conversion to html : Problem with comboboxSergey Vladimirov2012-11-0618-180/+1290
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406208 13f79535-47bb-0310-9956-ffa450edef68
* 52863 - add workaround for files with broken CHP SPRMsSergey Vladimirov2012-11-052-3/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405861 13f79535-47bb-0310-9956-ffa450edef68
* fix bug 53182 - Reading combined character styling and direct formatting of ↵Sergey Vladimirov2012-11-057-67/+125
| | | | | | a character run git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405850 13f79535-47bb-0310-9956-ffa450edef68
* 52311 - Conversion to html : Problem in titles number Sergey Vladimirov2012-11-058-93/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405808 13f79535-47bb-0310-9956-ffa450edef68
* move test case for Bug 47563 to distinguish fileSergey Vladimirov2012-11-052-58/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405771 13f79535-47bb-0310-9956-ffa450edef68
* Add support for CHP SPRM sprmCFNoProof 0x875Sergey Vladimirov2012-11-051-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405762 13f79535-47bb-0310-9956-ffa450edef68
* update CHP type definition (all flags from grpfChp are supported now)Sergey Vladimirov2012-11-053-99/+627
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405760 13f79535-47bb-0310-9956-ffa450edef68
* a bit more debug loggingSergey Vladimirov2012-11-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405759 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53914 - TableRow#getTopBorder() return bottom's borderSergey Vladimirov2012-11-052-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405752 13f79535-47bb-0310-9956-ffa450edef68
* ignore "bin" folder (common folder name for Eclipse)Sergey Vladimirov2012-11-050-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405733 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-0110-72/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1404642 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53282 - Avoid exception when parsing OPC relationships with ↵Yegor Kozlov2012-10-296-1/+60
| | | | | | non-breaking spaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1403195 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53707: SlideShow.addPicture declares IOException but throws HSLFExceptionYegor Kozlov2012-10-261-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402550 13f79535-47bb-0310-9956-ffa450edef68
* Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in ↵Yegor Kozlov2012-10-264-15/+12
| | | | | | row aggregate git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402482 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54008: Fixed Ant build to support build directories with blanksYegor Kozlov2012-10-262-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402473 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://'Yegor Kozlov2012-10-265-1/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402470 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53404 - Fixed compatibility issue with modifying xls files created by ↵Yegor Kozlov2012-10-255-14/+44
| | | | | | POI-3.6 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402186 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT filesYegor Kozlov2012-10-2417-33/+1031
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401652 13f79535-47bb-0310-9956-ffa450edef68
* added missing licence headerYegor Kozlov2012-10-241-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401650 13f79535-47bb-0310-9956-ffa450edef68
* support links to slides in HSLFYegor Kozlov2012-10-245-11/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401642 13f79535-47bb-0310-9956-ffa450edef68
* fixed failing tests, force UTC time zone when formatting datesYegor Kozlov2012-10-243-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401641 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53784 - Partial support for fixed-length Outlook property values in ↵Nick Burch2012-10-159-9/+270
| | | | | | HSMF, with test from Claudius from the bug report git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398241 13f79535-47bb-0310-9956-ffa450edef68
* Use a chunk that really isn't there, to avoid issues when we start to ↵Nick Burch2012-10-151-4/+5
| | | | | | support message dates better git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398237 13f79535-47bb-0310-9956-ffa450edef68
* Support output to a specified streamNick Burch2012-10-151-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398234 13f79535-47bb-0310-9956-ffa450edef68
* Test files for HSMF from Bug #53784Nick Burch2012-10-142-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398070 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53943 - added method processSymbol() to allow converting word symbolsYegor Kozlov2012-10-122-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1397554 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53763: avoid style mess when using HSSFOptimiserYegor Kozlov2012-10-125-11/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1397548 13f79535-47bb-0310-9956-ffa450edef68
* preserve leading / trailing spaces in SXSSFYegor Kozlov2012-10-123-1/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1397499 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for ↵Yegor Kozlov2012-10-103-1/+28
| | | | | | custom validations with XSSFSheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1396650 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla >53974 - Avoid exception when constructing HSSFWorbook on Google ↵Yegor Kozlov2012-10-102-2/+8
| | | | | | App Engine git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1396543 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData()Yegor Kozlov2012-10-107-31/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1396539 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level ↵Yegor Kozlov2012-10-045-7/+29
| | | | | | manual flag< git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1394059 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it ↵Yegor Kozlov2012-10-043-11/+5
| | | | | | can cause exceptions on ibm mainframes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1394001 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawingsYegor Kozlov2012-10-044-7/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1393992 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-293-4/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1391891 13f79535-47bb-0310-9956-ffa450edef68
* Fix generics warningsNick Burch2012-09-291-16/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1391885 13f79535-47bb-0310-9956-ffa450edef68
* add 4th example file from Bug 53380Sergey Vladimirov2012-09-252-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68
* add safe path for documents with missing list informationSergey Vladimirov2012-09-231-7/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389056 13f79535-47bb-0310-9956-ffa450edef68
* fix LVL#xst definition and processingSergey Vladimirov2012-09-233-67/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389053 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389041 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-234-18/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389039 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-237-271/+361
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389038 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-2312-355/+501
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389037 13f79535-47bb-0310-9956-ffa450edef68
* +one more test file for Bug 53380Sergey Vladimirov2012-09-212-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68
* updated status.xml to reflect closed Bugzilla 53493Yegor Kozlov2012-09-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1384790 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53780: Fixed memory and temporary file leak in SXSSFYegor Kozlov2012-09-1412-38/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1384784 13f79535-47bb-0310-9956-ffa450edef68
* added relation for XSLF chartsYegor Kozlov2012-09-142-1/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1384730 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 documentSergey Vladimirov2012-09-119-44/+141
| | | | | | We had incorrect implementation for sprmCShd80 (0x4866) 0x66 processing, Shd was used instead of Shd80 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1383584 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 46250Evgeniy Berlog2012-09-094-3/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382494 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53588Evgeniy Berlog2012-09-083-9/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382339 13f79535-47bb-0310-9956-ffa450edef68