aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move the FormulaEvaluator code out of scratchpadNick Burch2008-03-29376-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642574 13f79535-47bb-0310-9956-ffa450edef68
* Merge several bug tests into one fileNick Burch2008-03-294-245/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642571 13f79535-47bb-0310-9956-ffa450edef68
* Update docs now that missing record aware eventusermodel has movedNick Burch2008-03-291-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642567 13f79535-47bb-0310-9956-ffa450edef68
* Move the missing record aware eventusermodel code out of scratchpadNick Burch2008-03-297-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642566 13f79535-47bb-0310-9956-ffa450edef68
* Add test to show that bug #44693 is incorrectNick Burch2008-03-282-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642231 13f79535-47bb-0310-9956-ffa450edef68
* (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. ↵Josh Micich2008-03-274-119/+152
| | | | | | Added TestPmt junit. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641996 13f79535-47bb-0310-9956-ffa450edef68
* annotated previous changelist(641964) with wrong buzilla number. Previous ↵Josh Micich2008-03-272-3/+3
| | | | | | changes were for bug #44695. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641967 13f79535-47bb-0310-9956-ffa450edef68
* fixes for ExternalNameRecord serialisation bug #44691Josh Micich2008-03-273-138/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641964 13f79535-47bb-0310-9956-ffa450edef68
* Add failing (but disabled) test from bug #44691Nick Burch2008-03-271-0/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641934 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo, and point hwpf people at the new microsoft docsNick Burch2008-03-272-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641799 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Raghu from bug #44652 - Improved handling of Pictures in Word ↵Nick Burch2008-03-276-24/+43
| | | | | | Documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641796 13f79535-47bb-0310-9956-ffa450edef68
* patch 44675 - made POI capable of recognising var-args functions. Some ↵Josh Micich2008-03-2619-786/+1831
| | | | | | related fixes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641185 13f79535-47bb-0310-9956-ffa450edef68
* more javadoc + clean-up from Dmitriy (bug 30311 att 21711)Josh Micich2008-03-263-488/+523
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641157 13f79535-47bb-0310-9956-ffa450edef68
* Added class javadoc. Patch 30311 from Dmtriy.Josh Micich2008-03-251-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@640711 13f79535-47bb-0310-9956-ffa450edef68
* sort to int conversion sign extension fixJosh Micich2008-03-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639918 13f79535-47bb-0310-9956-ffa450edef68
* Tweak how you get dataformat strings out of cell styles, to be more logical, ↵Nick Burch2008-03-213-9/+24
| | | | | | and in keeping with how we'll want to do things for xssf too git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639836 13f79535-47bb-0310-9956-ffa450edef68
* FAQ page doesn't like the new doc dtd, so go back to the old one for itNick Burch2008-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639602 13f79535-47bb-0310-9956-ffa450edef68
* Update a lot of the site to apache documentation format 1.3, from 1.1. Also, ↵Nick Burch2008-03-2036-62/+1785
| | | | | | put note about apachecon on the homepage git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639487 13f79535-47bb-0310-9956-ffa450edef68
* Make junit happyNick Burch2008-03-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639254 13f79535-47bb-0310-9956-ffa450edef68
* Fix for readCompressedUnicode not moaning about length=0, from bug #44643Nick Burch2008-03-203-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639242 13f79535-47bb-0310-9956-ffa450edef68
* Simple patch from Josh from bug #44636 - fix for RefVPtg and edit-in-excel ↵Nick Burch2008-03-203-0/+3
| | | | | | oddness git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639232 13f79535-47bb-0310-9956-ffa450edef68
* Test relating to bug #44636Nick Burch2008-03-203-0/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639231 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44627 - improve the thread safety of POILogFactoryNick Burch2008-03-195-37/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638815 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Dmitriy from bug #30311 - Support for conditional formatting recordsNick Burch2008-03-1922-14/+4841
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638812 13f79535-47bb-0310-9956-ffa450edef68
* Add test to show that bug #43251 is already fixedNick Burch2008-03-192-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638804 13f79535-47bb-0310-9956-ffa450edef68
* Added test to show that bug #41546 is already fixed. Also rename a test file ↵Nick Burch2008-03-193-1/+23
| | | | | | to be more consistent git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638803 13f79535-47bb-0310-9956-ffa450edef68
* Reformat index page slightly, and add some info on ooxml support being in ↵Nick Burch2008-03-191-29/+41
| | | | | | progress, but not yet ready git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@638785 13f79535-47bb-0310-9956-ffa450edef68
* support align=distributed in HSSFTextboxYegor Kozlov2008-03-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637870 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ↵Nick Burch2008-03-165-47/+131
| | | | | | '= 4' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637601 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula ↵Nick Burch2008-03-161-0/+71
| | | | | | evaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637600 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44608 - Support for PercentPtg in the formula ↵Nick Burch2008-03-168-206/+381
| | | | | | evaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637598 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44606 - Support calculated string values for ↵Nick Burch2008-03-164-36/+39
| | | | | | evaluated formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637595 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh, which shows that various bugs are now fixedNick Burch2008-03-163-0/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637593 13f79535-47bb-0310-9956-ffa450edef68
* Add accessors to horizontal and vertical alignment in HSSFTextboxYegor Kozlov2008-03-145-4/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@637189 13f79535-47bb-0310-9956-ffa450edef68
* Add test to show that bug #28031 is really closedNick Burch2008-03-131-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636790 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on handling different big block sizes in POIFS, but work isn't ↵Nick Burch2008-03-139-33/+84
| | | | | | complete. See bug #35928 for part of what we're after git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636786 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-135-2/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636756 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ↵Nick Burch2008-03-136-15/+70
| | | | | | didn't work properly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636751 13f79535-47bb-0310-9956-ffa450edef68
* Patch largely from Josh from bug #44539 - Support for area references in ↵Nick Burch2008-03-0727-379/+446
| | | | | | formulas of rows >= 32768 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634630 13f79535-47bb-0310-9956-ffa450edef68
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-078-2/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634619 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #43901 - Correctly update the internal last cell ↵Nick Burch2008-03-075-176/+164
| | | | | | number when adding and removing cells (previously sometimes off-by-one) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634617 13f79535-47bb-0310-9956-ffa450edef68
* Add broken test for bug #43901Nick Burch2008-03-061-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634372 13f79535-47bb-0310-9956-ffa450edef68
* Embeded files from bug #44524Nick Burch2008-03-064-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634371 13f79535-47bb-0310-9956-ffa450edef68
* Change the behaviour on short last blocks to be a warning not an exception, ↵Nick Burch2008-03-066-34/+147
| | | | | | as some people seem to have "real" valid files that trigger this. Fixed bug #28231 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634318 13f79535-47bb-0310-9956-ffa450edef68
* Changelog update for last patchNick Burch2008-03-042-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633548 13f79535-47bb-0310-9956-ffa450edef68
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0481-2391/+3815
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633547 13f79535-47bb-0310-9956-ffa450edef68
* Problem files from bug #44501Nick Burch2008-03-043-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633505 13f79535-47bb-0310-9956-ffa450edef68
* Fix indent, add more documentation, and make the error message more helpfulNick Burch2008-03-031-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633205 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ↵Nick Burch2008-03-034-1/+74
| | | | | | on boolean formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633169 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdownsNick Burch2008-03-034-9/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633151 13f79535-47bb-0310-9956-ffa450edef68