You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/11/12 00:16:26 UTC

svn commit: r1713949 [2/2] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/hdgf/ apidocs/org/apache/poi/hpbf/ apidocs/org/apache/poi/hpsf/ apidocs/org/apache/poi/hslf/usermodel/ apidocs/org/apache/poi/hsmf/ apidocs/or...

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/SectionProperties.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/SectionProperties.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/SectionProperties.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/SectionProperties.html Wed Nov 11 23:16:25 2015
@@ -155,14 +155,6 @@ extends <a href="../../../../../org/apac
 <td class="colFirst"><code>java.lang.Object</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
-</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hwpf.model.types.SEPAbstractType">
@@ -176,7 +168,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+<code>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -212,7 +204,7 @@ extends <a href="../../../../../org/apac
 <a name="clone()">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>clone</h4>
 <pre>public&nbsp;java.lang.Object&nbsp;clone()
@@ -224,32 +216,6 @@ extends <a href="../../../../../org/apac
 <dd><code>java.lang.CloneNotSupportedException</code></dd></dl>
 </li>
 </ul>
-<a name="equals(java.lang.Object)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
-</dl>
-</li>
-</ul>
-<a name="hashCode()">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;hashCode()</pre>
-<dl>
-<dt><strong>Overrides:</strong></dt>
-<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
-</dl>
-</li>
-</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Paragraph.html Wed Nov 11 23:16:25 2015
@@ -230,6 +230,11 @@
 </div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html" title="class in org.apache.poi.hwpf.usermodel">Paragraph</a></code></td>
+<td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html#newParagraph(org.apache.poi.hwpf.usermodel.Range,%20org.apache.poi.hwpf.model.PAPX)">newParagraph</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;parent,
+            <a href="../../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</a>&nbsp;papx)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ParagraphProperties.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ParagraphProperties.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ParagraphProperties.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/ParagraphProperties.html Wed Nov 11 23:16:25 2015
@@ -218,6 +218,10 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel">ParagraphProperties</a></code></td>
+<td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html#getProps()">getProps</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel">ParagraphProperties</a></code></td>
 <td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html#newParagraph_applyStyleProperties(org.apache.poi.hwpf.model.StyleSheet,%20org.apache.poi.hwpf.model.PAPX,%20org.apache.poi.hwpf.usermodel.ParagraphProperties)">newParagraph_applyStyleProperties</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/model/StyleSheet.html" title="class in org.apache.poi.hwpf.model">StyleSheet</a>&nbsp;styleSheet,
                                  <a href="../../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</a>&nbsp;papx,

Modified: poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hwpf/usermodel/class-use/Range.html Wed Nov 11 23:16:25 2015
@@ -566,6 +566,11 @@
 <td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Field.html#getMarkStartCharacterRun(org.apache.poi.hwpf.usermodel.Range)">getMarkStartCharacterRun</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html" title="class in org.apache.poi.hwpf.usermodel">Paragraph</a></code></td>
+<td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html#newParagraph(org.apache.poi.hwpf.usermodel.Range,%20org.apache.poi.hwpf.model.PAPX)">newParagraph</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;parent,
+            <a href="../../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</a>&nbsp;papx)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a></code></td>
 <td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/usermodel/Field.html#secondSubrange(org.apache.poi.hwpf.usermodel.Range)">secondSubrange</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;parent)</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/DirectoryNode.html Wed Nov 11 23:16:25 2015
@@ -219,6 +219,19 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/package-summary.html">org.apache.poi</a> that return <a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a></code></td>
+<td class="colLast"><span class="strong">POIDocument.</span><code><strong><a href="../../../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a></strong>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
 <caption><span>Constructors in <a href="../../../../../../org/apache/poi/package-summary.html">org.apache.poi</a> with parameters of type <a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Wed Nov 11 23:16:25 2015
@@ -246,6 +246,10 @@ Compound Document Format.</div>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a></code></td>
+<td class="colLast"><span class="strong">POIDocument.</span><code><strong><a href="../../../../../org/apache/poi/POIDocument.html#getDirectory()">getDirectory</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -410,18 +414,22 @@ Compound Document Format.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><span class="strong">HWPFDocumentCore.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html#getMainStream()">getMainStream</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hwpf/model/RevisionMarkAuthorTable.html" title="class in org.apache.poi.hwpf.model">RevisionMarkAuthorTable</a></code></td>
 <td class="colLast"><span class="strong">HWPFDocument.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html#getRevisionMarkAuthorTable()">getRevisionMarkAuthorTable</a></strong>()</code>
 <div class="block">Gets a reference to the revision mark author table, which holds the revision mark authors for the document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hwpf/model/SavedByTable.html" title="class in org.apache.poi.hwpf.model">SavedByTable</a></code></td>
 <td class="colLast"><span class="strong">HWPFDocument.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html#getSavedByTable()">getSavedByTable</a></strong>()</code>
 <div class="block">Gets a reference to the saved -by table, which holds the save history for the document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hwpf/model/ShapesTable.html" title="class in org.apache.poi.hwpf.model">ShapesTable</a></code></td>
 <td class="colLast"><span class="strong">HWPFDocument.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html#getShapesTable()">getShapesTable</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
@@ -429,21 +437,21 @@ Compound Document Format.</div>
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><span class="strong">HWPFDocument.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html#getTableStream()">getTableStream</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.StringBuilder</code></td>
 <td class="colLast"><span class="strong">HWPFDocument.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html#getText()">getText</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract java.lang.StringBuilder</code></td>
 <td class="colLast"><span class="strong">HWPFDocumentCore.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocumentCore.html#getText()">getText</a></strong>()</code>
 <div class="block">Internal method to access document text</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/hwpf/model/TextPieceTable.html" title="class in org.apache.poi.hwpf.model">TextPieceTable</a></code></td>
 <td class="colLast"><span class="strong">HWPFDocument.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/HWPFDocument.html#getTextTable()">getTextTable</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -9930,6 +9938,15 @@ Compound Document Format.</div>
 <td class="colLast"><span class="strong">HWPFList.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/HWPFList.html#getListData()">getListData</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/hwpf/usermodel/ParagraphProperties.html" title="class in org.apache.poi.hwpf.usermodel">ParagraphProperties</a></code></td>
+<td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html#getProps()">getProps</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html" title="class in org.apache.poi.hwpf.usermodel">Paragraph</a></code></td>
+<td class="colLast"><span class="strong">Paragraph.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/Paragraph.html#newParagraph(org.apache.poi.hwpf.usermodel.Range,%20org.apache.poi.hwpf.model.PAPX)">newParagraph</a></strong>(<a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html" title="class in org.apache.poi.hwpf.usermodel">Range</a>&nbsp;parent,
+            <a href="../../../../../org/apache/poi/hwpf/model/PAPX.html" title="class in org.apache.poi.hwpf.model">PAPX</a>&nbsp;papx)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/poi/hwpf/usermodel/Range.html#replaceText(java.lang.String,%20java.lang.String,%20int)">replaceText</a></strong>(java.lang.String&nbsp;pPlaceHolder,
            java.lang.String&nbsp;pValue,

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Nov 11 23:16:25 2015
@@ -261,6 +261,12 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> Removed most reflection calls on private methods/fields from production code; others are wrapped by AccessController.doPrivileged().</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58597">58597</a> - XWPFDocument causes SecurityException under SecurityManager</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=53192">53192</a> - Images in ppt file have wrong width when convering ppt to png</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1713949&r1=1713948&r2=1713949&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Nov 11 23:16:25 2015
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 53192)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53192) - Images in ppt file have wrong width when convering ppt to png</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add support for HSLF metro blobs</description></item><item><title> fix(bug 52297)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 52297) - Bullets are not aligned properly while converting ppt slide to image</description></item><item><title> fix(bug 55265)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55265) - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 no
 t 1,234</description></item><item><title> fix(bug 51622)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 51622) - autoSizeColumn incorrectly sizes columns containing leading whitespace</description></item><item><title> fix(bug 58576)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58576) - Rename misspelled SheetUtil.canComputeColumnWidth</description></item><item><title> add(bug 58572)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58572) - Add getHyperlink and getHyperlinkList to Sheet interface</description></item><item><title> add(bug 58348)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58348) - Add support for copying rows in XSSFWorkbooks</description></item><item><title> fix(bug 45908)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45908) - 
 RichTextRun.setBullet(false) doesn't work, bullets still here</description></item><item><title> fix(bug 45088)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45088) - POI-HSLF changeTextInRichTextRun corrupts presentation</description></item><item><title> fix(bug 45124)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45124) - inserting text or images wipes out boldness and makes everything italic</description></item><item><title> add(bug 58452)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58452) - Set cell formulas containing unregistered function names</description></item><item><title> add(bug 58442)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58442) - Add method to reorganize AreaPtg as top-left and bottom-right references</description></item><item><title> fix(bug 58443)</title><link>http
 ://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58443) - Prohibit adding merged regions that would overlap with existing merged regions</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add a limit of the max number of characters that can be extracted to avoid sending applications out of memory with very large documents. Limit can be adjusted via ZipSecureFile.setMaxTextSize() if necessary</description></item><item><title> fix(bug 58516)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58516) - Rare new aioobe in 3.13 on initialization of a handful of ppts</description></item><item><title> fix(bug 56957)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56957) - Avoid error if Workbook with empty SharedStringTable is written</description></item><item><title> add(bug 58557)</title><link
 >http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58557) - Add support for shifting hyperlinks when shifting rows on an XSSFSheet</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - return null instead of default values for missing borders X/HSLFTable</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - use 
 points in HSLFTable.setColumnWidth()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix appending text to empty HSLFTextParagraph</description></item><item><title> fix(bug 58558)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58558) - SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF</description></item><item><title> fix(bug 58536)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58536) - DataFormatter and CellFormat non-localised support for localised currency formats like [$$-408]</description></item><item><title> fix(bug 58532)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58532) - DataFormatter cell formatting for things like [&gt;999999]#,,"M";[&gt;999]#,"K";#</description></item><item><title> fix(bug 58085)</title><link>http://
 poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58085) - Fix removing sheet so not to break other existing sheet references</description></item><item><title> fix(bug 58480)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor</description></item><item><title> fix(bug 55032)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55032) - Fix handling missing option values in financ
 ial functions PV, FV, NPER and PMT</description></item><item><title> fix(bug 50319)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 50319) - Make row groups which include row 0 work</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated HDF API</description></item><item><title> fix(bug 58466)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other</description></item><item><title> fix(bug 58471)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour</description></item><item><title> fix(bug 58549)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58549) - Fix row li
 mits for HSSFClientAnchor to allow the full range supported by Excel</description></item><item><title> fix(bug 58579)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58579) - Add CTTableStyleInfo to poi-ooxml-schemas JAR</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Removed most reflection calls on private methods/fields from production code; others are wrapped by AccessController.doPrivileged().</description></item><item><title> fix(bug 58597)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58597) - XWPFDocument causes SecurityException under SecurityManager</description></item><item><title> fix(bug 53192)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53192) - Images in ppt file have wrong width when convering ppt to png</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add support for HSLF metro blo
 bs</description></item><item><title> fix(bug 52297)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 52297) - Bullets are not aligned properly while converting ppt slide to image</description></item><item><title> fix(bug 55265)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55265) - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234</description></item><item><title> fix(bug 51622)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 51622) - autoSizeColumn incorrectly sizes columns containing leading whitespace</description></item><item><title> fix(bug 58576)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58576) - Rename misspelled SheetUtil.canComputeColumnWidth</description></item><item><title> add(bug 58572)</title><link>http://poi.apache.org/ch
 anges.html</link><description> add by POI Developers (bug 58572) - Add getHyperlink and getHyperlinkList to Sheet interface</description></item><item><title> add(bug 58348)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58348) - Add support for copying rows in XSSFWorkbooks</description></item><item><title> fix(bug 45908)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45908) - RichTextRun.setBullet(false) doesn't work, bullets still here</description></item><item><title> fix(bug 45088)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45088) - POI-HSLF changeTextInRichTextRun corrupts presentation</description></item><item><title> fix(bug 45124)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45124) - inserting text or images wipes out boldness and makes everything italic</description></item><item>
 <title> add(bug 58452)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58452) - Set cell formulas containing unregistered function names</description></item><item><title> add(bug 58442)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58442) - Add method to reorganize AreaPtg as top-left and bottom-right references</description></item><item><title> fix(bug 58443)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58443) - Prohibit adding merged regions that would overlap with existing merged regions</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add a limit of the max number of characters that can be extracted to avoid sending applications out of memory with very large documents. Limit can be adjusted via ZipSecureFile.setMaxTextSize() if necessary</description></ite
 m><item><title> fix(bug 58516)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58516) - Rare new aioobe in 3.13 on initialization of a handful of ppts</description></item><item><title> fix(bug 56957)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56957) - Avoid error if Workbook with empty SharedStringTable is written</description></item><item><title> add(bug 58557)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58557) - Add support for shifting hyperlinks when shifting rows on an XSSFSheet</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Commo
 n sl unification - converted ApacheconEU08 example to common sl - added missing functionality</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - return null instead of default values for missing borders X/HSLFTable</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - use points in HSLFTable.setColumnWidth()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix appending text to empty HSLFTextParagraph</description></item><item><title> fix(bug 58558)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58558) - SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF</description></item><item><title> fix(bug 58536)</title><link>http://poi.apac
 he.org/changes.html</link><description> fix by POI Developers (bug 58536) - DataFormatter and CellFormat non-localised support for localised currency formats like [$$-408]</description></item><item><title> fix(bug 58532)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58532) - DataFormatter cell formatting for things like [&gt;999999]#,,"M";[&gt;999]#,"K";#</description></item><item><title> fix(bug 58085)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58085) - Fix removing sheet so not to break other existing sheet references</description></item><item><title> fix(bug 58480)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><d
 escription> add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor</description></item><item><title> fix(bug 55032)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55032) - Fix handling missing option values in financial functions PV, FV, NPER and PMT</description></item><item><title> fix(bug 50319)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 50319) - Make row groups which include row 0 work</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated HDF API</description></item><item><title> fix(bug 58466)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Develop
 ers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other</description></item><item><title> fix(bug 58471)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour</description></item><item><title> fix(bug 58549)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58549) - Fix row limits for HSSFClientAnchor to allow the full range supported by Excel</description></item><item><title> fix(bug 58579)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58579) - Add CTTableStyleInfo to poi-ooxml-schemas JAR</description></item></channel></rss>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org