| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge with trunk | Andreas Beeker | 2014-09-17 | 64 | -901/+1398 |
* | timestamping fixes | Andreas Beeker | 2014-08-27 | 3 | -15/+10 |
* | removed HorribleProxy | Andreas Beeker | 2014-08-24 | 13 | -459/+366 |
* | removed HorribleProxy | Andreas Beeker | 2014-08-24 | 3 | -729/+62 |
* | starting tsp tests / removed mockito stuff again | Andreas Beeker | 2014-08-17 | 1 | -33/+41 |
* | - Updated to BC 1.51 | Andreas Beeker | 2014-08-16 | 3 | -37/+107 |
* | replace xmlbeans.factory.parse with selectPath calls | Andreas Beeker | 2014-08-15 | 3 | -35/+18 |
* | migrated enveloped document test (1 of 2) | Andreas Beeker | 2014-08-15 | 3 | -23/+25 |
* | some changes because of test errors | Andreas Beeker | 2014-08-15 | 2 | -9/+10 |
* | sync merge to trunk | Andreas Beeker | 2014-08-12 | 15 | -593/+430 |
|\ |
|
| * | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 11 | -532/+353 |
* | | Tests/fixes for hash > sha1 | Andreas Beeker | 2014-08-10 | 2 | -2/+16 |
* | | Xml signature support - version 1 | Andreas Beeker | 2014-08-10 | 34 | -7/+6610 |
|/ |
|
* | Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi... | Nick Burch | 2014-08-04 | 1 | -2/+55 |
* | Add a disabled unit test for bug #56812, based on code and file from Geoff Wr... | Nick Burch | 2014-08-04 | 1 | -10/+16 |
* | Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ... | Nick Burch | 2014-08-04 | 2 | -4/+14 |
* | Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ... | Nick Burch | 2014-08-04 | 1 | -1/+34 |
* | Another test for NPOIFS in-place writing support - probably the deletion of a... | Andreas Beeker | 2014-08-02 | 1 | -0/+1 |
* | Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS... | Nick Burch | 2014-08-01 | 3 | -10/+57 |
* | Fix bug #55196 - Correct XWPF createTOC handling of short style names | Nick Burch | 2014-07-31 | 1 | -1/+1 |
* | Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula c... | Nick Burch | 2014-07-31 | 1 | -6/+17 |
* | Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell | Nick Burch | 2014-07-31 | 1 | -14/+14 |
* | Fix javadoc warnings | Nick Burch | 2014-07-31 | 1 | -8/+8 |
* | #56132 Allow XSSF formula evaluation to also skip missing external workbook r... | Nick Burch | 2014-07-30 | 2 | -1/+6 |
* | XSSF external workbook lookup support for in-line file:/// based book "numbers" | Nick Burch | 2014-07-30 | 1 | -2/+35 |
* | Updated patch from Marc from #55927 - handle date formulas too | Nick Burch | 2014-07-30 | 1 | -4/+10 |
* | Add row label getter for Pivot Tables, and use this in unit tests | Nick Burch | 2014-07-30 | 1 | -14/+30 |
* | Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ... | Nick Burch | 2014-07-30 | 7 | -4/+929 |
* | Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in... | Nick Burch | 2014-07-30 | 2 | -8/+8 |
* | Update the XSSF getExternalSheet method signature, to start to prepare for sh... | Nick Burch | 2014-07-25 | 1 | -3/+10 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 1 | -4/+2 |
* | Update Ref3DPxg to support multi-sheet ranges too, for #55906 | Nick Burch | 2014-07-25 | 1 | -4/+2 |
* | Rename some of the internal HSSF sheet lookup methods which deal with externa... | Nick Burch | 2014-07-24 | 1 | -1/+5 |
* | Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re... | Nick Burch | 2014-07-24 | 2 | -15/+180 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 5 | -20/+10 |
* | To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for string... | Nick Burch | 2014-07-24 | 1 | -0/+1 |
* | For places where an ordered collection is created and used within the context... | Nick Burch | 2014-07-24 | 2 | -11/+7 |
* | Further XSSF external name evaluation lookup support | Nick Burch | 2014-07-23 | 1 | -2/+8 |
* | Use the link table when looking up external xssf names | Nick Burch | 2014-07-21 | 1 | -5/+12 |
* | Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use ... | Nick Burch | 2014-07-21 | 1 | -1/+13 |
* | Comments updates | Nick Burch | 2014-07-20 | 1 | -2/+13 |
* | Change how we update sheet names in XSSF formulas and names, when renaming sh... | Nick Burch | 2014-07-20 | 2 | -47/+38 |
* | Update the formula evaluator to support XSSF style external named ranges too | Nick Burch | 2014-07-20 | 3 | -18/+98 |
* | Move towards supporting same workbook named ranges in external style for xssf | Nick Burch | 2014-07-19 | 1 | -17/+26 |
* | Start to add XSSF specific handling for NameX (named ranges or functions from... | Nick Burch | 2014-07-19 | 1 | -10/+9 |
* | Provide XSSF-style external sheet support for areas, similar to the recent ce... | Nick Burch | 2014-07-19 | 1 | -3/+9 |
* | Start to update how the formula parser looks up sheets from formula ptgs, to ... | Nick Burch | 2014-07-19 | 1 | -4/+17 |
* | The way that HSSF and XSSF stores references to external sheets are rather di... | Nick Burch | 2014-07-19 | 1 | -1/+33 |
* | There can be more than one linked ExternalLinks table for a workbook #56744 | Nick Burch | 2014-07-19 | 3 | -7/+69 |
* | Bit more towards XSSF name support for #56737, will need some deeper changes ... | Nick Burch | 2014-07-18 | 1 | -3/+26 |