]>
source.dussan.org Git - poi.git/log
tetsuya [Mon, 7 Jul 2003 02:50:44 +0000 (02:50 +0000)]
Misspelling in the transliteration: Russkii Yazyk
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353194
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 7 Jul 2003 00:46:28 +0000 (00:46 +0000)]
latest tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353193
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 7 Jul 2003 00:45:06 +0000 (00:45 +0000)]
latest changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353192
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 7 Jul 2003 00:44:17 +0000 (00:44 +0000)]
latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353191
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 6 Jul 2003 05:58:45 +0000 (05:58 +0000)]
Moved location of DTD files to correct place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353190
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Thu, 3 Jul 2003 18:42:13 +0000 (18:42 +0000)]
pandering to google
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353189
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 1 Jul 2003 23:59:59 +0000 (23:59 +0000)]
Praveen's contribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353187
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 1 Jul 2003 23:58:34 +0000 (23:58 +0000)]
added apache preamble
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353186
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 1 Jul 2003 23:57:07 +0000 (23:57 +0000)]
latest update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353185
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 30 Jun 2003 12:29:05 +0000 (12:29 +0000)]
Hex reader helper stuff.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353181
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 30 Jun 2003 12:20:55 +0000 (12:20 +0000)]
Fixed concurrency problem in HexDump
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353179
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Sun, 29 Jun 2003 14:19:23 +0000 (14:19 +0000)]
latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353178
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Sun, 29 Jun 2003 14:18:22 +0000 (14:18 +0000)]
nother test case
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353177
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Sat, 28 Jun 2003 15:58:27 +0000 (15:58 +0000)]
tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353176
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Sat, 28 Jun 2003 15:56:46 +0000 (15:56 +0000)]
latest updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353175
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Sat, 28 Jun 2003 15:56:18 +0000 (15:56 +0000)]
missed this one
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353174
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Fri, 27 Jun 2003 23:57:58 +0000 (23:57 +0000)]
When shifting rows, added ability to shift the merged regions entirely
defined in that batch of rows. If two cells are merged in a row, they
should still be merged after they're shifted.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353169
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Fri, 27 Jun 2003 23:13:29 +0000 (23:13 +0000)]
Fixing future bug when we support continue records for more than xxxx merged
regions. Fetch the last merged record as the merged pointer if the current
one is killed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353167
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Fri, 27 Jun 2003 23:04:28 +0000 (23:04 +0000)]
Round 2 with removing merged regions. The MergedRecords array would be emptied
when removing all the regions but the merged pointer was still being preserved.
Kill the pointer if the record is removed from the list so things are golden again.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353166
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Fri, 27 Jun 2003 21:59:46 +0000 (21:59 +0000)]
When removing one MergedRegion, the record was removed before it was ready,
causing a IndexOutOfBoundsException. Shifted the remove after the get to fix
this. TestCase should verify old functionality hasn't been broken.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353164
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Fri, 27 Jun 2003 00:07:15 +0000 (00:07 +0000)]
fixing the build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353163
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Thu, 26 Jun 2003 22:10:54 +0000 (22:10 +0000)]
Fixed a rather nasty concurrency issue
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353161
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 26 Jun 2003 13:33:47 +0000 (13:33 +0000)]
Same changes as just went to the branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353160
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 24 Jun 2003 11:36:26 +0000 (11:36 +0000)]
latest record classes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353157
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 24 Jun 2003 11:32:30 +0000 (11:32 +0000)]
work in progress
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353156
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 24 Jun 2003 11:31:35 +0000 (11:31 +0000)]
fixing a screw up
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353155
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 24 Jun 2003 11:01:39 +0000 (11:01 +0000)]
changed BitField to static
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353154
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 24 Jun 2003 11:01:14 +0000 (11:01 +0000)]
fixed some bugs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353153
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Tue, 24 Jun 2003 10:57:51 +0000 (10:57 +0000)]
latest work
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353152
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Fri, 20 Jun 2003 04:02:31 +0000 (04:02 +0000)]
"How TO Build" .. slightly commented about optional.jar
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353151
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Fri, 20 Jun 2003 01:42:40 +0000 (01:42 +0000)]
TIPS: If there's nothing in <title/> tag on XMLs, Forrest would not create PDFs correspond to them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353150
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 23:08:56 +0000 (23:08 +0000)]
TIPS: If there's nothing in <titile/> tag on XMLs, Forrest would not create PDFs correspond to them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353149
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 13:14:14 +0000 (13:14 +0000)]
Fixed line formatting. (2)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353148
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 13:02:30 +0000 (13:02 +0000)]
Fixed line formatting.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353147
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 12:17:58 +0000 (12:17 +0000)]
Changed logo : New Project Logo and New Jakarta Logo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353146
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 11:37:50 +0000 (11:37 +0000)]
"Françis -> Français" :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353145
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 11:35:22 +0000 (11:35 +0000)]
Changed some chars to "Character Mnemonic Entities"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353144
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 11:00:56 +0000 (11:00 +0000)]
changed links to avoid forrest build error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353143
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Thu, 19 Jun 2003 10:57:10 +0000 (10:57 +0000)]
Deleted redundant <p> and </p>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353142
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Tue, 17 Jun 2003 03:20:54 +0000 (03:20 +0000)]
Refactoring: Refactored All of book.xml to standarize the left-side navi formats
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353141
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 16 Jun 2003 13:16:09 +0000 (13:16 +0000)]
Missed the license header.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353140
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Mon, 16 Jun 2003 13:06:34 +0000 (13:06 +0000)]
Fixed line formatting.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353139
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 06:33:20 +0000 (06:33 +0000)]
appended 'type="unkonwn"' attribute to action element: To avoid Forrest Build Error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353138
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 06:27:54 +0000 (06:27 +0000)]
added unknown.jpg image
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353137
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 06:08:53 +0000 (06:08 +0000)]
Added link to "Korean" Translations of Poi site, etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353136
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 06:00:05 +0000 (06:00 +0000)]
Added link to "Korean" Translations of Poi site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353135
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 05:57:18 +0000 (05:57 +0000)]
"Translation Guideline" -- fixed some typos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353134
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 05:31:23 +0000 (05:31 +0000)]
"Who We Are" -- made slight changes and added Tetsuya
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353133
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 05:21:22 +0000 (05:21 +0000)]
"In the news" -- several changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353132
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 03:16:14 +0000 (03:16 +0000)]
Translated Japanese URL changed:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353131
13f79535 -47bb-0310-9956-
ffa450edef68
tetsuya [Mon, 16 Jun 2003 03:10:42 +0000 (03:10 +0000)]
Translations Guildeline: Fixed to be fit to the Forrest Build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353130
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 14 Jun 2003 05:52:21 +0000 (05:52 +0000)]
Fixing the line endings.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353129
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 14 Jun 2003 05:46:36 +0000 (05:46 +0000)]
New case study. Added after some excited poking from Tetsuya. :-) It may not be pushed to the website immediately however. Need to poke Andy to get his nightly build going again. Either that or just do one myself.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353128
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 9 Jun 2003 01:58:15 +0000 (01:58 +0000)]
brought over from old code and converted.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353127
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 9 Jun 2003 01:57:43 +0000 (01:57 +0000)]
stuff for writing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353126
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 9 Jun 2003 01:55:10 +0000 (01:55 +0000)]
Added stuff for writing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353125
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Thu, 5 Jun 2003 02:00:50 +0000 (02:00 +0000)]
Added stuff for writing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353122
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Thu, 5 Jun 2003 02:00:07 +0000 (02:00 +0000)]
Added code to allow XML generated classes to write themselves
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353121
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Thu, 5 Jun 2003 01:58:53 +0000 (01:58 +0000)]
commiting the latest HWPF stuff formerly HDF
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353120
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Mon, 2 Jun 2003 02:47:44 +0000 (02:47 +0000)]
Fixed support for Cloning SharedFormulas and FormulaAggregates leaving
out other values after it.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353115
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Tue, 27 May 2003 23:58:44 +0000 (23:58 +0000)]
Rolled back to older version and updated Copyright.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353111
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 19 May 2003 11:13:53 +0000 (11:13 +0000)]
re-committing as binary file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353110
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 19 May 2003 11:10:58 +0000 (11:10 +0000)]
re-committing as a binary file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353109
13f79535 -47bb-0310-9956-
ffa450edef68
Said Ryan Ackley [Mon, 19 May 2003 02:10:19 +0000 (02:10 +0000)]
contribution from Bob Otterberg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353108
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 18 May 2003 01:52:07 +0000 (01:52 +0000)]
Updated project logo's
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353107
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 18 May 2003 01:50:28 +0000 (01:50 +0000)]
downloads using ext refereces
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353106
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Sat, 17 May 2003 18:32:42 +0000 (18:32 +0000)]
Fixed NameRecord deserialization when additional information (description) was specified
PR: 19862
Submitted by:
lloydj@us.ibm.com
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353105
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Sat, 17 May 2003 17:53:38 +0000 (17:53 +0000)]
Fixes AreaReference when a Sheet name is provided
PR: 19888
Submitted by:
brett.knights@tanner.com
Test Case Provided by:
Arne.Clauss@gedas.de
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353104
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 17 May 2003 05:43:08 +0000 (05:43 +0000)]
Fixes to bin distributions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353102
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sat, 17 May 2003 05:42:23 +0000 (05:42 +0000)]
Krysalis no longer used.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353101
13f79535 -47bb-0310-9956-
ffa450edef68
Shawn Laubach [Fri, 16 May 2003 16:30:46 +0000 (16:30 +0000)]
Added ability to copy row height during shift. Also gave the ability to reset the row height on a shift for the original rows.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353100
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 11 May 2003 06:24:46 +0000 (06:24 +0000)]
Not used anymore.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353099
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 11 May 2003 01:07:35 +0000 (01:07 +0000)]
Altered index to point to news service.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353098
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 11 May 2003 00:52:25 +0000 (00:52 +0000)]
Fixed a mistake I made in the how to build section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353097
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Sun, 11 May 2003 00:40:06 +0000 (00:40 +0000)]
Added change list for new upcoming release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353096
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Fri, 9 May 2003 12:39:08 +0000 (12:39 +0000)]
Made sure all row records for the sheet are aggregated since rows are skipped
if a formula yields a String.
PR: 15062
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353095
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Fri, 9 May 2003 11:09:51 +0000 (11:09 +0000)]
Added gump target
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353094
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Fri, 9 May 2003 11:06:55 +0000 (11:06 +0000)]
Added how to run build documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Fri, 9 May 2003 10:12:58 +0000 (10:12 +0000)]
no message
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353092
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Thu, 8 May 2003 14:28:25 +0000 (14:28 +0000)]
Add the new testcase to the testsuite.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353091
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Thu, 8 May 2003 00:02:03 +0000 (00:02 +0000)]
Patch to support reading in Shared Formulas
1) Added new Record: SharedFormulaRecord that is basically a storage area
2) Enabled ExpPtg to store and serialize data for repeating formulas
3) Updated the aggregates to store the SharedFormulaRecord appropriately
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353090
13f79535 -47bb-0310-9956-
ffa450edef68
Danny Mui [Wed, 7 May 2003 03:40:52 +0000 (03:40 +0000)]
FormulaParser patch to address:
1) embedded ifs
2) GreaterEqual, LessEqual, NotEqual
3) Refactored stringliteral detection
BR: 19079
Submitted By: fred at stsci dot edu
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353089
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 6 May 2003 15:37:10 +0000 (15:37 +0000)]
PR 13292, size of FuncPtg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353088
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 6 May 2003 15:30:52 +0000 (15:30 +0000)]
PR 13292, size of FuncPtg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353087
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Tue, 6 May 2003 13:08:08 +0000 (13:08 +0000)]
Aid debugging unknown ptgs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353086
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Tue, 6 May 2003 12:41:37 +0000 (12:41 +0000)]
removed non-multiplatform/1.3.x unit test
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353085
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Mon, 5 May 2003 15:35:39 +0000 (15:35 +0000)]
recognise new ptg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353084
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Mon, 5 May 2003 15:33:14 +0000 (15:33 +0000)]
new ptg, doesnt do much yet
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353083
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Mon, 5 May 2003 06:20:28 +0000 (06:20 +0000)]
PR 19634: Compiling error in jdk1.3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353082
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Sun, 4 May 2003 18:22:09 +0000 (18:22 +0000)]
Addition of GreaterThan and LessThan in formulas (IF Functions)
Originally submitted by Cameron Riley (PR 16392). Thanks.
Added simple tests at high and low level, more complicated cases to be tested
<= and >= probably still wont work!
Had to apply diff by hand, one horrible line at a time (yikes!!)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353081
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Sun, 4 May 2003 09:17:06 +0000 (09:17 +0000)]
bringing back the ability to run one test at a time
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353080
13f79535 -47bb-0310-9956-
ffa450edef68
Avik Sengupta [Sat, 3 May 2003 18:58:44 +0000 (18:58 +0000)]
bug 19528, new greek unicode mappings by eric pugh, simple enuf
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353079
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Fri, 2 May 2003 14:30:03 +0000 (14:30 +0000)]
Font names can sometimes be null.. We now accept this and can move on with
our serialization life.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353078
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 1 May 2003 23:38:39 +0000 (23:38 +0000)]
Fixed a small error in documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353077
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 1 May 2003 23:36:28 +0000 (23:36 +0000)]
These should have been removed during the merge
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353076
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Stampoultzis [Thu, 1 May 2003 23:35:19 +0000 (23:35 +0000)]
These should have been removed during the merge.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353075
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Thu, 1 May 2003 13:00:46 +0000 (13:00 +0000)]
line feeds are good
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353074
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Thu, 1 May 2003 12:50:06 +0000 (12:50 +0000)]
fixed. Check for reversions.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353073
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Thu, 1 May 2003 12:43:37 +0000 (12:43 +0000)]
unf*ck'd it. please stop doing this
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353072
13f79535 -47bb-0310-9956-
ffa450edef68
Andrew C. Oliver [Thu, 1 May 2003 12:40:37 +0000 (12:40 +0000)]
unf*cking it...whoever is doing this please stop
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353071
13f79535 -47bb-0310-9956-
ffa450edef68