Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB84D3FC5 for ; Fri, 6 May 2011 13:23:22 +0000 (UTC) Received: (qmail 91306 invoked by uid 500); 6 May 2011 13:23:22 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 91284 invoked by uid 500); 6 May 2011 13:23:22 -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 91276 invoked by uid 99); 6 May 2011 13:23:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 13:23:22 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.126.171] (HELO moutng.kundenserver.de) (212.227.126.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 13:23:14 +0000 Received: from [192.168.29.20] (dslb-188-110-092-142.pools.arcor-ip.net [188.110.92.142]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0Mh8o1-1Q4mM93jNZ-00MBrk; Fri, 06 May 2011 15:22:53 +0200 Message-ID: <4DC3F624.1020409@mind8.com> Date: Fri, 06 May 2011 15:22:44 +0200 From: Stefan Stern Organization: Mind8 GmbH & Co. KG User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: POI Developers List Subject: Updates to XWPF Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:E/qeq1uXfe6z9umFafovjAX7q4mE79Mp9MstYJYEAdg vV2i/2Tpp6YstL3fzTHZjSTs0E6XMJiyQVdYRZ5gswh1HwUwnx 7tA1ShX+NCXQ0najsqZ5srmMbnsx0OoLlEm+wlyz/pDwT/s1cS MnKx/2TVSslfcDgXoT3pCMGgdolgGixnqstLx7S/UWTPOMXGri esUKkWxge47Hvsy7dCE8eRJorTJ894fFJe6RoLJCck= Hello all After the contribution to XWPF attached to bug 48574 by Philipp Epp during his diploma thesis, I took over the development. During the last weeks, I spent some effort in extending the functionality of those parts in our product, where POI is used. There were some missing features in XWPF, which I added to the code. Some other features didn't work, which I fixed. Some issues have been addresseed already. I will merge my changes into the trunk state of the POI sources. Additionally, I try to split my changes to several patches, sorted into according bug entries, so my proposals won't come in as a huge patch. Hopefully, this will ease up your integration efforts. As next great step, I would like to remove all "Cursor"-Usage from XWPF API and keep XML handling inside the XWPF classes. This will take place during the next 2 months. In order to provide code with least difference, are there any coding guidelines concerning where paranthesis are supposed to be placed, whether to use tabs or space, etc.? I tried to define an Eclipse formatter configuration, that does least "damage" to existing classes. But among the classes, paranthesis are placed different, indention is made with tabs or spaces, has the size of 2 or 4, line wrapping is different, etc., so formtatting a class with my formatter almost always ends up in many differences. Kind regards, Stefan Stern --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org