aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
* Add method for setting bullet stylesAndreas Beeker2015-10-311-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711707 13f79535-47bb-0310-9956-ffa450edef68
* Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't ↵Andreas Beeker2015-10-311-1/+2
| | | | | | closed it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711706 13f79535-47bb-0310-9956-ffa450edef68
* whitespace changeJaven O'Neal2015-10-311-47/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711680 13f79535-47bb-0310-9956-ffa450edef68
* add javadoc info for intersectsJaven O'Neal2015-10-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711613 13f79535-47bb-0310-9956-ffa450edef68
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-11/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711605 13f79535-47bb-0310-9956-ffa450edef68
* supporting changes for bug 58452: copy cell formulas containing unregistered ↵Javen O'Neal2015-10-313-0/+21
| | | | | | function names git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711600 13f79535-47bb-0310-9956-ffa450edef68
* bug 58442: in-place reorganize an AreaPtg as upper-left and lower-rightJaven O'Neal2015-10-311-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711592 13f79535-47bb-0310-9956-ffa450edef68
* bug 58443: prevent corrupted workbooks by checking for overlapping merged ↵Javen O'Neal2015-10-312-11/+55
| | | | | | regions before adding a merged region to a sheet; fix unit tests that produced corrupt workbooks; remove deprecated HSSFSheet#addMergedRegion(Region) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711586 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesNick Burch2015-10-291-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711197 13f79535-47bb-0310-9956-ffa450edef68
* Common sl unification - copy first paragraph / textrun properties on ↵Andreas Beeker2015-10-2911-55/+2311
| | | | | | | | | | | | XSLFTextShape.setText() Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality Common sl unification - return null instead of default values for missing borders X/HSLFTable Common sl unification - use points in HSLFTable.setColumnWidth() Fix appending text to empty HSLFTextParagraph git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711171 13f79535-47bb-0310-9956-ffa450edef68
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549David North2015-10-261-16/+30
| | | | | | Thanks to Damian Cugley for the patch. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710552 13f79535-47bb-0310-9956-ffa450edef68
* 58536 DataFormatter and CellFormat non-localised support for localised ↵Nick Burch2015-10-252-6/+47
| | | | | | currency formats like [$£-809] git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710484 13f79535-47bb-0310-9956-ffa450edef68
* Mention about Locale definitions in Excel cell data format stringsNick Burch2015-10-253-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710459 13f79535-47bb-0310-9956-ffa450edef68
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-241-20/+45
| | | | | | | | | | | DataFormatter didn't properly support, call out to the alternate CellFormat instead for the formatting. This also allows us to enable some disabled parts of DataFormatter unit tests We still need to rationalise DataFormatter and CellFormatter though, so we only have one set of cell formatting logic... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710399 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58085: removing sheet breaks other existing sheet referencesDominik Stadler2015-10-232-10/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710193 13f79535-47bb-0310-9956-ffa450edef68
* bug 58441: define equals method for CellRangeAddressBaseJaven O'Neal2015-10-231-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710172 13f79535-47bb-0310-9956-ffa450edef68
* bug 58402: make AreaReference's private SpreadsheetVersion _version variable ↵Javen O'Neal2015-10-231-4/+12
| | | | | | final git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710163 13f79535-47bb-0310-9956-ffa450edef68
* bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to ↵Javen O'Neal2015-10-231-2/+2
| | | | | | adjustPtgDueToSheetMove git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710147 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can ↵Dominik Stadler2015-10-142-29/+79
| | | | | | still lock a file even if the Channel was closed properly. Use reflection as DirectBuffer is in package sun.com and thus likely to go away with Java 9. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708609 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58341: fix some edge cases in the DStar functionDominik Stadler2015-10-141-45/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708606 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixesAndreas Beeker2015-10-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708265 13f79535-47bb-0310-9956-ffa450edef68
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-123-561/+605
| | | | | | - sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708236 13f79535-47bb-0310-9956-ffa450edef68
* fix forbidden apis issue and make non-static as decimalformat is not thread-safeAndreas Beeker2015-10-061-16/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707166 13f79535-47bb-0310-9956-ffa450edef68
* Format numbers more like Excel doesDavid North2015-10-062-31/+96
| | | | | | | | Thanks to Chris Boyle for the patch https://bz.apache.org/bugzilla/show_bug.cgi?id=58471 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706971 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes and closing resources after useAndreas Beeker2015-10-066-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706937 13f79535-47bb-0310-9956-ffa450edef68
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-053-27/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706742 13f79535-47bb-0310-9956-ffa450edef68
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-051-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706741 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete classesAndreas Beeker2015-10-052-2745/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706740 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a problem with save-and-load of conditional formattings (CFHeader12 ↵Andreas Beeker2015-10-053-6/+14
| | | | | | wasn't added to conditional formattings, rgb value wasn't saved in extended color) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706739 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-10-049-26/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706648 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55032: Fix handling missing option values in financial functions PV, FV, ↵Dominik Stadler2015-10-011-4/+19
| | | | | | NPER and PMT git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706254 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-3010-17/+50
| | | | | | Very interesting was the exception swallowing in PackagePropertiesPart. When it was properly thrown, it already led to various errors in the junits test - I've fixed the handling for at least the ones which are in our test set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706169 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50319: Make row groups which include row 0 workDominik Stadler2015-09-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705844 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-09-292-16/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705814 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-28109-395/+485
| | | | | | Sonar fixes - remove pubic/static/final modifier from interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705789 13f79535-47bb-0310-9956-ffa450edef68
* Removed HDF APIAndreas Beeker2015-09-282-3/+5
| | | | | | Sonar fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705779 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2015-09-2711-45/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1705587 13f79535-47bb-0310-9956-ffa450edef68
* fixed some wrong nightly assumptions ... (Note to myself, don't rely on ant ↵Andreas Beeker2015-09-244-16/+15
| | | | | | automatic file change detection, but run ant clean before ...) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704999 13f79535-47bb-0310-9956-ffa450edef68
* - a few findbugs/sonar fixesAndreas Beeker2015-09-235-17/+48
| | | | | | - removed obsolete openxml4j signature classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704964 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each ↵Dominik Stadler2015-09-221-2/+0
| | | | | | usage, we had some unit tests failing sporadically due to this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704710 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc warningsNick Burch2015-09-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704393 13f79535-47bb-0310-9956-ffa450edef68
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2112-38/+566
| | | | | | | | | - moved SlideShowFactory to Common SL - changed get/setAnchor to Rectangle instead of Rectangle2D - Fixed some Common SL generic definitions - picture dimensions are now in points and an additional method exists for pixels git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704206 13f79535-47bb-0310-9956-ffa450edef68
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-1/+24
| | | | | | | | - same for hslf / common sl - unify method names in H/XSLF Slideshow for common sl - add/fix header information for PICT/EMF/WMF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704097 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57925: Add unit test and a simple fix to at least avoid the NPE when ↵Dominik Stadler2015-09-191-1/+5
| | | | | | Workbooks have invalid external references git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703999 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less ↵Dominik Stadler2015-09-171-1/+1
| | | | | | than Integer.MIN_VALUE git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703672 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating ↵Nick Burch2015-09-172-2/+59
| | | | | | over Sheets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703573 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, ↵Dominik Stadler2015-09-141-34/+42
| | | | | | always close resources, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703028 13f79535-47bb-0310-9956-ffa450edef68
* Update javadoc for bug 56129Dominik Stadler2015-09-131-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702805 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, comment out dead code, close resources, enhance unit ↵Dominik Stadler2015-09-131-4/+4
| | | | | | tests, javadoc, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702802 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-131-7/+7
| | | | | | | | close resources in tests junit4 conversions convert spreadsheet based formular test to junit parameterized tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1702773 13f79535-47bb-0310-9956-ffa450edef68