Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 58783 invoked from network); 30 Aug 2007 04:38:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Aug 2007 04:38:46 -0000 Received: (qmail 49129 invoked by uid 500); 30 Aug 2007 04:38:41 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 49107 invoked by uid 500); 30 Aug 2007 04:38:41 -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 49098 invoked by uid 99); 30 Aug 2007 04:38:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 21:38:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2007 04:39:43 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 1B9A9714208; Wed, 29 Aug 2007 21:38:22 -0700 (PDT) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 43247] New: - [PATCH] Support for getting OLE object data from slide show Message-ID: X-Bugzilla-Reason: AssignedTo Date: Wed, 29 Aug 2007 21:38:22 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43247 Summary: [PATCH] Support for getting OLE object data from slide show Product: POI Version: 3.0-dev Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: HSLF AssignedTo: dev@poi.apache.org ReportedBy: trejkaz@trypticon.org I did a bit of investigation on this and ended up implementing a couple of things I really didn't need to implement (we only need the binary, I ended up implementing some of the embedding side of it too, before I had figured out where the binary actually was.) New functionality: HSLFSlideShow.getEmbeddedObjects, returns ObjectData[] similar to getPictures. New record types: ExEmbed ExEmbedAtom ExOleObjAtom ExOleObjStg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org