summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed inconsistency between HSSFSHeet.getColumnWidth and ↵Yegor Kozlov2008-04-023-6/+68
| | | | | | HSSFSheet.getDefaultColumnWidth: getColumnWidth should always return width measured in 1/256th units. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643834 13f79535-47bb-0310-9956-ffa450edef68
* added set accessor to indentation levelYegor Kozlov2008-04-021-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643831 13f79535-47bb-0310-9956-ffa450edef68
* Restored an entry that had been deleted by chance.Rainer Klute2008-04-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643672 13f79535-47bb-0310-9956-ffa450edef68
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-025-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643670 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION recordJosh Micich2008-04-011-15/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643654 13f79535-47bb-0310-9956-ffa450edef68
* Bug #44733 - DPRODUCT function should be index 189, not 191Josh Micich2008-04-015-16/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@643625 13f79535-47bb-0310-9956-ffa450edef68
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-315-0/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642946 13f79535-47bb-0310-9956-ffa450edef68
* changes/status for #44675, #44695, #44691Josh Micich2008-03-3123-226/+235
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642904 13f79535-47bb-0310-9956-ffa450edef68
* silenced noisy testsJosh Micich2008-03-313-31/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642891 13f79535-47bb-0310-9956-ffa450edef68
* removed incorrect test case methodsJosh Micich2008-03-311-114/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642880 13f79535-47bb-0310-9956-ffa450edef68
* More work on Conditional Formatting (bug 30311) junit and fixes from ↵Josh Micich2008-03-3117-1635/+1965
| | | | | | Dmitriy. Some other clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642878 13f79535-47bb-0310-9956-ffa450edef68
* Update Formula test spreadsheet for count, and also do a copy as an ooxml ↵Nick Burch2008-03-302-0/+0
| | | | | | .xlsx file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642738 13f79535-47bb-0310-9956-ffa450edef68
* Count implementation from ooxml branchNick Burch2008-03-301-2/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642737 13f79535-47bb-0310-9956-ffa450edef68
* Documentation updateNick Burch2008-03-291-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642575 13f79535-47bb-0310-9956-ffa450edef68
* 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