Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 25177 invoked from network); 16 Mar 2010 23:14:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 23:14:30 -0000 Received: (qmail 14091 invoked by uid 500); 16 Mar 2010 23:14:30 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 14067 invoked by uid 500); 16 Mar 2010 23:14:30 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 14059 invoked by uid 99); 16 Mar 2010 23:14:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 23:14:30 +0000 X-ASF-Spam-Status: No, hits=-1033.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 23:14:29 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 4D183234C48D; Tue, 16 Mar 2010 23:14:09 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 48926] New: [Patch] HWPF: added a convenience class for the revision mark authors table (sttbfrmark) X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HWPF X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ryanlauck@hotmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 16 Mar 2010 23:14:09 +0000 (UTC) https://issues.apache.org/bugzilla/show_bug.cgi?id=48926 Summary: [Patch] HWPF: added a convenience class for the revision mark authors table (sttbfrmark) Product: POI Version: 3.7-dev Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: HWPF AssignedTo: dev@poi.apache.org ReportedBy: ryanlauck@hotmail.com Created an attachment (id=25138) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25138) svn diff Added a convenience class (RevisionMarkAuthorTable) that holds the table of revision mark author names from the SttbfRMark structure, along with methods to get the length and offset locations from FileInformationBlock and code to read/write/get in HWPFDocument. All revision marks/tracked changes in the document store a zero-based index into this table, examples include ParagraphProperties.getIbstPropRMark(), CharacterProperties.getIbstRMarkDel(), CharacterProperties.getIbstPropRMark(), etc. I have not added any unit tests for this code, but it is in use in my own production code that extracts revision mark data and is tested against revision marks created in word 97 - 2007. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org