Oh, my bad. I'm done in the head for now...go for it.
On 7/25/03 7:47 AM, "Shawn Laubach" <[EMAIL PROTECTED]> wrote: > I did that a week and a half ago. As for the getFormat, I was going to add > that with my new margin code as soon as Andy says it won't mess him up. He > said "Give it a few days just so that we don�t step on each others code... > I'm > doing the performance merge." and I asked him to email me when it was OK. > > Shawn > > -----Original Message----- > From: Avik Sengupta [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 3:24 AM > To: POI Developers List > Subject: Re: cvs > commit:jakarta-poi/src/testcases/org/apache/poi/hssf/usermodelTestHSSFHe > aderFooter.java > > > Dont you want to commit these (and the getformat bug) to HEAD as well? > > On Fri, 2003-07-25 at 00:12, [EMAIL PROTECTED] wrote: >> slaubach 2003/07/24 11:42:46 >> >> Modified: src/java/org/apache/poi/hssf/model Tag: REL_2_BRANCH >> Sheet.java >> Added: src/testcases/org/apache/poi/hssf/data Tag: REL_2_BRANCH >> EmbeddedChartHeaderTest.xls >> src/testcases/org/apache/poi/hssf/usermodel Tag: >> REL_2_BRANCH TestHSSFHeaderFooter.java >> Log: >> Applied the pertinent patch for bug #21439 by Paul Pound to get the > header/footer from the sheet and not a chart. >> >> Revision Changes Path >> No revision >> >> >> No revision >> >> >> 1.31.2.3 +2 -2 > jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java >> >> Index: Sheet.java >> =================================================================== >> RCS file: > /home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java,v >> retrieving revision 1.31.2.2 >> retrieving revision 1.31.2.3 >> diff -u -r1.31.2.2 -r1.31.2.3 >> --- Sheet.java 27 Jun 2003 23:21:17 -0000 1.31.2.2 >> +++ Sheet.java 24 Jul 2003 18:42:45 -0000 1.31.2.3 >> @@ -249,11 +249,11 @@ >> { >> retval.printGridlines = (PrintGridlinesRecord) rec; >> } >> - else if ( rec.getSid() == HeaderRecord.sid ) >> + else if ( rec.getSid() == HeaderRecord.sid && > bofEofNestingLevel == 1) >> { >> retval.header = (HeaderRecord) rec; >> } >> - else if ( rec.getSid() == FooterRecord.sid ) >> + else if ( rec.getSid() == FooterRecord.sid && > bofEofNestingLevel == 1) >> { >> retval.footer = (FooterRecord) rec; >> } >> >> >> >> No revision >> >> >> No revision >> >> >> 1.1.2.1 +0 -0 > jakarta-poi/src/testcases/org/apache/poi/hssf/data/EmbeddedChartHeaderTest.x > ls >> >> <<Binary file>> >> >> >> No revision >> >> >> No revision >> >> >> 1.1.2.1 +0 -0 > jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFHeaderFooter > .java >> >> Index: TestHSSFHeaderFooter.java >> =================================================================== >> RCS file: > /home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFHe > aderFooter.java,v >> retrieving revision 1.1 >> retrieving revision 1.1.2.1 >> diff -u -r1.1 -r1.1.2.1 >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > -- > Avik Sengupta <[EMAIL PROTECTED]> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Andrew C. Oliver http://www.superlinksoftware.com/poi.jsp Custom enhancements and Commercial Implementation for Jakarta POI http://jakarta.apache.org/poi For Java and Excel, Got POI? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
