aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, ↵Nick Burch2015-08-111-4/+15
| | | | | | and give a more helpful exception if someone tries to remove a XWPFRun that is not a direct paragraph child git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695365 13f79535-47bb-0310-9956-ffa450edef68
* Support XWPF field runs, the same way that we handle hyperlink runsNick Burch2015-08-114-9/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695361 13f79535-47bb-0310-9956-ffa450edef68
* Fix integration test for OPCPackageDominik Stadler2015-08-111-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695346 13f79535-47bb-0310-9956-ffa450edef68
* Bring over some fixes from XSSFSheetXMLHandler, and note that in the javadocsNick Burch2015-08-111-13/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695309 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ↵Dominik Stadler2015-08-116-5/+134
| | | | | | expect the actual alias that is used in the corresponding element. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695212 13f79535-47bb-0310-9956-ffa450edef68
* clamp (h)sl valuesAndreas Beeker2015-08-111-9/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695183 13f79535-47bb-0310-9956-ffa450edef68
* Provide more output when failing range-checks on HSL2RGB-constructionDominik Stadler2015-08-102-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694960 13f79535-47bb-0310-9956-ffa450edef68
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-0941-509/+1242
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694925 13f79535-47bb-0310-9956-ffa450edef68
* Complete theme colour testsNick Burch2015-08-091-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694892 13f79535-47bb-0310-9956-ffa450edef68
* Get theme and non-theme rows consistent in the test fileNick Burch2015-08-093-20/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694889 13f79535-47bb-0310-9956-ffa450edef68
* Begin Themes+Normal colour testsNick Burch2015-08-091-2/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694887 13f79535-47bb-0310-9956-ffa450edef68
* Fix the themes test for the complex workbookNick Burch2015-08-091-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694883 13f79535-47bb-0310-9956-ffa450edef68
* Added Siddharths ExcelComparatorAndreas Beeker2015-08-082-0/+1349
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694753 13f79535-47bb-0310-9956-ffa450edef68
* use woodstox property on all junit callsAndreas Beeker2015-08-071-300/+296
| | | | | | move test system properties to junit propertyset git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694751 13f79535-47bb-0310-9956-ffa450edef68
* add ASL headerAndreas Beeker2015-08-071-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694613 13f79535-47bb-0310-9956-ffa450edef68
* #58205 - getSlideMasters() returns the master slides in the incorrect orderAndreas Beeker2015-08-072-18/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694592 13f79535-47bb-0310-9956-ffa450edef68
* Make it a complete sentence.David North2015-08-061-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694537 13f79535-47bb-0310-9956-ffa450edef68
* Example to go with refactor for ↵David North2015-08-062-1/+62
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58219 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694536 13f79535-47bb-0310-9956-ffa450edef68
* Proposed refactor for:David North2015-08-061-8/+12
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58219 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694531 13f79535-47bb-0310-9956-ffa450edef68
* #57786 - XSLFFreeformShape ignores quadratic bezier curvesAndreas Beeker2015-08-051-2/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694373 13f79535-47bb-0310-9956-ffa450edef68
* #58206 - provide a mechanism to find slide layouts by nameAndreas Beeker2015-08-053-11/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694340 13f79535-47bb-0310-9956-ffa450edef68
* another try to fix the woodstox errors in the gump buildAndreas Beeker2015-08-051-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694337 13f79535-47bb-0310-9956-ffa450edef68
* #58204 - STYLE: ShapeContainer interface makes internal getShapesList() ↵Andreas Beeker2015-08-054-48/+44
| | | | | | redundant git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694335 13f79535-47bb-0310-9956-ffa450edef68
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-053-3/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694255 13f79535-47bb-0310-9956-ffa450edef68
* Test outlook msg files from bug #58214Nick Burch2015-08-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694233 13f79535-47bb-0310-9956-ffa450edef68
* Stub next testNick Burch2015-08-041-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694127 13f79535-47bb-0310-9956-ffa450edef68
* Use an enum to simplify the themes code and testsNick Burch2015-08-042-45/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694125 13f79535-47bb-0310-9956-ffa450edef68
* Findbugs fixes for DMI_INVOKING_TOSTRING_ON_ARRAYAndreas Beeker2015-08-0412-98/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694124 13f79535-47bb-0310-9956-ffa450edef68
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-042-18/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694121 13f79535-47bb-0310-9956-ffa450edef68
* move setting of xmlinputfactory from junit to gump-meta/poi.xmlAndreas Beeker2015-08-041-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694120 13f79535-47bb-0310-9956-ffa450edef68
* Further XSSF Themes unit testingNick Burch2015-08-042-29/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694093 13f79535-47bb-0310-9956-ffa450edef68
* Add more complex themes examplesNick Burch2015-08-043-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694089 13f79535-47bb-0310-9956-ffa450edef68
* Consistent indent between font and pattern CF formatting toString indentNick Burch2015-08-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694087 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-035-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693984 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesAndreas Beeker2015-08-033-10/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693983 13f79535-47bb-0310-9956-ffa450edef68
* gump build fixing - move system properties tinkering into junit classAndreas Beeker2015-08-032-35/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693978 13f79535-47bb-0310-9956-ffa450edef68
* Trying to fix the wrong xmlinputfactory on gump runAndreas Beeker2015-08-021-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693830 13f79535-47bb-0310-9956-ffa450edef68
* #58190 - The current picture handling uses raw integers for types and index, ↵Andreas Beeker2015-08-0235-676/+605
| | | | | | replace with enum and reference git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693825 13f79535-47bb-0310-9956-ffa450edef68
* Maven uses plurals for everything *except* javadocs... #58203Nick Burch2015-08-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693768 13f79535-47bb-0310-9956-ffa450edef68
* Use the same "is this a formula" logic for both getCellType and ↵Nick Burch2015-08-011-5/+9
| | | | | | getCachedFormulaResultType git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693767 13f79535-47bb-0310-9956-ffa450edef68
* #58193 - Use input stream rather than byte array for checksum etc.Andreas Beeker2015-08-013-15/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693754 13f79535-47bb-0310-9956-ffa450edef68
* Fix XmlInputFactory error of gump buildAndreas Beeker2015-08-011-5/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693720 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for bug #57181Nick Burch2015-08-012-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693676 13f79535-47bb-0310-9956-ffa450edef68
* Further unit tests for #55747Nick Burch2015-08-011-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693675 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for #55747Nick Burch2015-07-311-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693674 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable some SXSSF skipped tests, but not all, for our limited evaluation ↵Nick Burch2015-07-312-19/+9
| | | | | | support #58200 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693663 13f79535-47bb-0310-9956-ffa450edef68
* Start re-enabling some SXSSF formula evaluation tests, with required fixes ↵Nick Burch2015-07-314-52/+54
| | | | | | #58200 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693662 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the core part of the XSSF Formula Evaluator, to make SXSSF ↵Nick Burch2015-07-313-187/+228
| | | | | | overrides easier #58200 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693661 13f79535-47bb-0310-9956-ffa450edef68
* More helpful exception on the wrong cell typeNick Burch2015-07-311-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693656 13f79535-47bb-0310-9956-ffa450edef68
* Get basic SXSSF formula evaluation working, for cells/references in the ↵Nick Burch2015-07-318-44/+89
| | | | | | window #58200 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693654 13f79535-47bb-0310-9956-ffa450edef68