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=21722>.
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=21722

[PATCH] Add a ProtectRecord to Sheets and give control over protection in HSSFSheet

           Summary: [PATCH] Add a ProtectRecord to Sheets and give control
                    over protection in HSSFSheet
           Product: POI
           Version: 2.0-dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


1. Add a ProtectRecord to Sheet when it is created/initialized.  Default to no 
protection (false).
2. Add methods on HSSFSheet to manipulate the protection setting.
3. Replace the public short getProtect() method on ProtectRecord with public 
boolean getProtect().
4. Update ProtectionRev4Record to follow changes to ProtectRecord.
5. Fixed probable copy/paste typo in ProtectionRev4Record.toString().
6. Add support in TestHSSFSheet for the ability to control the protection of 
the sheet.

This has been done against the REL_2_BRANCH rather than the HEAD because the 
HEAD is a bit of a moving target lately.

I've not put @author tags in the files I've changed due to the general 
triviality of the changes I'm making.

This is my first submission so I'll assert here that I don't have legal baggage 
that would affect my ability to contribute.  My current client (the party 
interested in using POI with this patch) claims no rights to this code.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to