aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Why is there always one file that gets missed??Jason Height2005-08-181-3/+3
* Major landing of the following changes:Jason Height2005-08-18264-5332/+3901
* Add a few more testsNick Burch2005-08-141-0/+38
* For listing the contents of StyleTextPropAtom entriesNick Burch2005-08-141-0/+117
* Improved handling of BitMask TextProp entriesNick Burch2005-08-141-6/+59
* Update tests to track updates in StyleTextPropAtomNick Burch2005-08-141-57/+55
* Big overhaul, with lots of help from YegorNick Burch2005-08-141-176/+384
* Better handle the case of there not being enough data in the record to formNick Burch2005-08-071-3/+18
* Add some information on fonts, paragraph stylings etc. (Holds the latestNick Burch2005-08-071-0/+95
* Tests for Font support from Yegor, from Bug #35972Nick Burch2005-08-021-0/+75
* Font support from Yegor, from Bug #35972Nick Burch2005-08-024-2/+246
* Add a partial test for changing style propertiesNick Burch2005-08-011-0/+29
* Add support for setting some of the style propertiesNick Burch2005-08-011-10/+89
* Test code for the new Text Styling record classNick Burch2005-07-311-0/+114
* Read only support for paragraph styling, and the stylings of the text within itNick Burch2005-07-312-1/+213
* [35799] Added testXFIndexForColumnAmol S. Deshmukh2005-07-201-0/+72
* [35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatReco...Amol S. Deshmukh2005-07-201-5/+7
* [35799] getXFIndexForColAt(short ) addedAmol S. Deshmukh2005-07-201-1/+32
* Contribution from Yegor Kozlov (Bug 35630):Nick Burch2005-07-141-0/+254
* Added quick-guide entry for how to create NamedRanges and NamedCells using HS...Amol S. Deshmukh2005-07-131-0/+65
* Fix for issue# 35716: additional check added in method hasRange to detect cel...Amol S. Deshmukh2005-07-131-3/+1
* added failing tests for singleCell NamedRange creation (testNamedCell_1 & tes...Amol S. Deshmukh2005-07-131-0/+76
* Update to handle changed method signature on ddf.EscherContainerRecord.toStringNick Burch2005-07-131-1/+1
* Move from having the list of classes to use for records from being in here, t...Nick Burch2005-07-081-91/+31
* bug 34575 fixed, thanks AmolAvik Sengupta2005-07-082-14/+0
* Record level dumper of powerpoint files, and their constituent escher partsNick Burch2005-07-081-0/+412
* trivial editAvik Sengupta2005-07-081-1/+1
* Tests to ensure that RecordTypes.java is behaving as expectedNick Burch2005-07-081-0/+59
* Based on version submitted by Yegor KozlovNick Burch2005-07-081-0/+257
* fix for issues 34575 and 35527 { fillFields(..) modified }Amol S. Deshmukh2005-07-061-3/+5
* Add information about HSLF support that's now present in 3.0 alpha 1Nick Burch2005-07-042-0/+4
* Validation issuesGlen Stampoultzis2005-07-041-79/+79
* Changed for upcoming buildGlen Stampoultzis2005-07-042-25/+109
* Test to ensure that the updating of a slide's notes sheet works correctlyNick Burch2005-06-261-0/+63
* Update to match changes in usermodelNick Burch2005-06-261-2/+2
* Use the new "most recent important records" record list when creating notes a...Nick Burch2005-06-261-92/+54
* The usermodel code is now responsible for filtering out duplicate SlideAtomSe...Nick Burch2005-06-261-31/+39
* Allow setting of the ID of the notes associated with the slide (have always b...Nick Burch2005-06-261-0/+3
* Test to ensure that the code for working out the "most recent" versionsNick Burch2005-06-261-0/+99
* Make use of the PersistPtr records to come up with a list of the mostNick Burch2005-06-261-0/+98
* changed the mapping of functions that wil never be implemented to point to No...Amol S. Deshmukh2005-06-221-73/+73
* updated test cases to consider the case that rate=0Amol S. Deshmukh2005-06-221-3/+22
* changed due to renaming of super class (DefaultFunctionImpl was renamed to No...Amol S. Deshmukh2005-06-22205-205/+205
* implemented the NOT boolean functionAmol S. Deshmukh2005-06-221-4/+97
* changed "extends DefaultFunctionImpl" to "implements Function"Amol S. Deshmukh2005-06-221-1/+1
* Implemented this finance function evaluationAmol S. Deshmukh2005-06-224-4/+202
* Changed implementations to handle the case where rate=0. Updated javadocs.Amol S. Deshmukh2005-06-222-23/+131
* Renamed DefaultFunctionImplAmol S. Deshmukh2005-06-221-0/+25
* Removed java files corresponding to excel functions that will never be implem...Amol S. Deshmukh2005-06-2274-974/+0
* Testing for ColorSchemeAtom recordNick Burch2005-06-191-0/+89