DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-27 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 14:17 
---
Created an attachment (id=1694)
User model to the header record



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 14:17 
---
Created an attachment (id=1695)
User model to the footer record



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 14:17 
---
Created an attachment (id=1696)
User model to the print setup record



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 14:21 ---
This is great stuff.  I'll put it in my to-do queue if Glen doesn't beat me to
it.   Any chance we can get a unit test for this?  (I know it seems like we're
fanatics but so far we've found that those things that don't get unit tested get
broken as the software gets patchedand no one tends to notice until much
later).  It should be fairly simple to figure out how to do one by going too
src/testcases/org/apache/poi/hssf/. and looking at a Test class.  Just
copy it and do the same for these features.  If you don't, I will eventually,
but I think there is a consensus among HSSF committers that no new
un-unit-tested code should make it into a production release.  (nothing
official...just I think we agree ;-) )



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 17:15 
---
Created an attachment (id=1701)
Test File for Gridlines



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 17:15 
---
Created an attachment (id=1702)
Test File for Headers/Footers and PrintSetup



DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515

[Patch] Headers, Footers, Gridlines, and Print Setup





--- Additional Comments From [EMAIL PROTECTED]  2002-04-25 17:16 
---
Created an attachment (id=1703)
But in previous HSSFPrintSetup.  This fixes it.