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/01 23:50:53 UTC

svn commit: r1711857 [4/5] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/hslf/model/textproperties/ apidocs/org/apache/poi/hslf/model/textproperties/class-use/ apidocs/org/apache/poi/hslf/usermodel/ apidocs/org/apac...

Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/util/ZipSecureFile.html Sun Nov  1 22:50:51 2015
@@ -373,17 +373,31 @@ extends java.util.zip.ZipFile</pre>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/util/ZipSecureFile.html#getMaxTextSize()">getMaxTextSize</a></strong>()</code>
+<div class="block">Returns the current maximum allowed text size.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static double</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/util/ZipSecureFile.html#getMinInflateRatio()">getMinInflateRatio</a></strong>()</code>
 <div class="block">Returns the current minimum compression rate that is used.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/util/ZipSecureFile.html#setMaxEntrySize(long)">setMaxEntrySize</a></strong>(long&nbsp;maxEntrySize)</code>
 <div class="block">Sets the maximum file size of a single zip entry.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/util/ZipSecureFile.html#setMaxTextSize(long)">setMaxTextSize</a></strong>(long&nbsp;maxTextSize)</code>
+<div class="block">Sets the maximum number of characters of text that are
+ extracted before an exception is thrown during extracting
+ text from documents.</div>
+</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/openxml4j/util/ZipSecureFile.html#setMinInflateRatio(double)">setMinInflateRatio</a></strong>(double&nbsp;ratio)</code>
@@ -929,6 +943,35 @@ extends java.util.zip.ZipFile</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The max accepted uncompressed file size.</dd></dl>
 </li>
 </ul>
+<a name="setMaxTextSize(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxTextSize</h4>
+<pre>public static&nbsp;void&nbsp;setMaxTextSize(long&nbsp;maxTextSize)</pre>
+<div class="block">Sets the maximum number of characters of text that are
+ extracted before an exception is thrown during extracting
+ text from documents.
+ 
+ This can be used to limit memory consumption and protect against 
+ security vulnerabilities when documents are provided by users.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxTextSize</code> - the max. file size of a single zip entry</dd></dl>
+</li>
+</ul>
+<a name="getMaxTextSize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxTextSize</h4>
+<pre>public static&nbsp;long&nbsp;getMaxTextSize()</pre>
+<div class="block">Returns the current maximum allowed text size.
+ 
+ See setMaxTextSize() for details.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The max accepted text size.</dd></dl>
+</li>
+</ul>
 <a name="getInputStream(java.util.zip.ZipEntry)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/SlideShow.html Sun Nov  1 22:50:51 2015
@@ -85,12 +85,17 @@
 <ul class="blockList">
 <li class="blockList">
 <dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.AutoCloseable, java.io.Closeable</dd>
+</dl>
+<dl>
 <dt>All Known Implementing Classes:</dt>
 <dd><a href="../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html" title="class in org.apache.poi.hslf.usermodel">HSLFSlideShow</a>, <a href="../../../../../org/apache/poi/xslf/usermodel/XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel">XMLSlideShow</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public interface <span class="strong">SlideShow&lt;S extends <a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</span></pre>
+<pre>public interface <span class="strong">SlideShow&lt;S extends <a href="../../../../../org/apache/poi/sl/usermodel/Shape.html" title="interface in org.apache.poi.sl.usermodel">Shape</a>&lt;S,P&gt;,P extends <a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html" title="interface in org.apache.poi.sl.usermodel">TextParagraph</a>&lt;S,P,?&gt;&gt;</span>
+extends java.io.Closeable</pre>
 </li>
 </ul>
 </div>
@@ -164,6 +169,13 @@
 </td>
 </tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.io.Closeable">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;java.io.Closeable</h3>
+<code>close</code></li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/TextParagraph.html Sun Nov  1 22:50:51 2015
@@ -221,39 +221,45 @@ extends java.lang.Iterable&lt;T&gt;</pre
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setBulletStyle(java.lang.Object...)">setBulletStyle</a></strong>(java.lang.Object...&nbsp;styles)</code>
+<div class="block">Sets the bullet styles.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setIndent(java.lang.Double)">setIndent</a></strong>(java.lang.Double&nbsp;indent)</code>
 <div class="block">Specifies the indent size that will be applied to the first line of text in the paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setIndentLevel(int)">setIndentLevel</a></strong>(int&nbsp;level)</code>
 <div class="block">Specifies the particular level text properties that this paragraph will follow.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setLeftMargin(java.lang.Double)">setLeftMargin</a></strong>(java.lang.Double&nbsp;leftMargin)</code>
 <div class="block">Specifies the left margin of the paragraph.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setLineSpacing(java.lang.Double)">setLineSpacing</a></strong>(java.lang.Double&nbsp;lineSpacing)</code>
 <div class="block">This element specifies the vertical line spacing that is to be used within a paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setRightMargin(java.lang.Double)">setRightMargin</a></strong>(java.lang.Double&nbsp;rightMargin)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setSpaceAfter(java.lang.Double)">setSpaceAfter</a></strong>(java.lang.Double&nbsp;spaceAfter)</code>
 <div class="block">Set the amount of vertical white space that will be present after the paragraph.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.html#setSpaceBefore(java.lang.Double)">setSpaceBefore</a></strong>(java.lang.Double&nbsp;spaceBefore)</code>
 <div class="block">Set the amount of vertical white space that will be present before the paragraph.</div>
@@ -555,6 +561,19 @@ extends java.lang.Iterable&lt;T&gt;</pre
 <dl><dt><span class="strong">Returns:</span></dt><dd>the bullet style of the paragraph, if <code>null</code> then no bullets are used</dd></dl>
 </li>
 </ul>
+<a name="setBulletStyle(java.lang.Object...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBulletStyle</h4>
+<pre>void&nbsp;setBulletStyle(java.lang.Object...&nbsp;styles)</pre>
+<div class="block">Sets the bullet styles. If no styles are given, the bullets are omitted.
+ Possible attributes are integer/double (bullet size), Color (bullet color),
+ character (bullet character), string (bullet font), AutoNumberingScheme</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>styles</code> - </dd></dl>
+</li>
+</ul>
 <a name="getDefaultTabSize()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/package-tree.html Sun Nov  1 22:50:51 2015
@@ -79,6 +79,15 @@
 </ul>
 <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
 <ul>
+<li type="circle">java.lang.AutoCloseable
+<ul>
+<li type="circle">java.io.Closeable
+<ul>
+<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">SlideShow</span></a>&lt;S,P&gt;</li>
+</ul>
+</li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/ColorStyle.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">ColorStyle</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/FillStyle.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">FillStyle</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/FontCollection.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">FontCollection</span></a></li>
@@ -198,7 +207,6 @@
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TableShape.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">TableShape</span></a>&lt;S,P&gt; (also extends org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/PlaceableShape.html" title="interface in org.apache.poi.sl.usermodel">PlaceableShape</a>&lt;S,P&gt;)</li>
 </ul>
 </li>
-<li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/SlideShow.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">SlideShow</span></a>&lt;S,P&gt;</li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/StrokeStyle.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">StrokeStyle</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextParagraph.BulletStyle.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">TextParagraph.BulletStyle</span></a></li>
 <li type="circle">org.apache.poi.sl.usermodel.<a href="../../../../../org/apache/poi/sl/usermodel/TextRun.html" title="interface in org.apache.poi.sl.usermodel"><span class="strong">TextRun</span></a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParser.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParser.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParser.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParser.html Sun Nov  1 22:50:51 2015
@@ -131,7 +131,8 @@ extends java.lang.Object</pre>
      <a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
      int&nbsp;formulaType,
      int&nbsp;sheetIndex)</code>
-<div class="block">Parse a formula into a array of tokens</div>
+<div class="block">Parse a formula into a array of tokens
+ Side effect: creates name (Workbook.createName) if formula contains unrecognized names (names are likely UDFs)</div>
 </td>
 </tr>
 </table>
@@ -166,7 +167,8 @@ extends java.lang.Object</pre>
           <a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
           int&nbsp;formulaType,
           int&nbsp;sheetIndex)</pre>
-<div class="block">Parse a formula into a array of tokens</div>
+<div class="block">Parse a formula into a array of tokens
+ Side effect: creates name (Workbook.createName) if formula contains unrecognized names (names are likely UDFs)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>formula</code> - the formula to parse</dd><dd><code>workbook</code> - the parent workbook</dd><dd><code>formulaType</code> - the type of the formula, see <a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula"><code>FormulaType</code></a></dd><dd><code>sheetIndex</code> - the 0-based index of the sheet this formula belongs to.
  The sheet index is required to resolve sheet-level names. <code>-1</code> means that
  the scope of the name will be ignored and  the parser will match names only by name</dd>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParsingWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParsingWorkbook.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParsingWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaParsingWorkbook.html Sun Nov  1 22:50:51 2015
@@ -115,45 +115,53 @@
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#createName()">createName</a></strong>()</code>
+<div class="block">Return the underlying workbook</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#get3DReferencePtg(org.apache.poi.ss.util.AreaReference,%20org.apache.poi.ss.formula.SheetIdentifier)">get3DReferencePtg</a></strong>(<a href="../../../../../org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util">AreaReference</a>&nbsp;area,
                  <a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
 <div class="block">Produce the appropriate Ptg for a 3d area reference</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#get3DReferencePtg(org.apache.poi.ss.util.CellReference,%20org.apache.poi.ss.formula.SheetIdentifier)">get3DReferencePtg</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</a>&nbsp;cell,
                  <a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
 <div class="block">Produce the appropriate Ptg for a 3d cell reference</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getExternalSheetIndex(java.lang.String)">getExternalSheetIndex</a></strong>(java.lang.String&nbsp;sheetName)</code>
 <div class="block">gets the externSheet index for a sheet from this workbook</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getExternalSheetIndex(java.lang.String,%20java.lang.String)">getExternalSheetIndex</a></strong>(java.lang.String&nbsp;workbookName,
                      java.lang.String&nbsp;sheetName)</code>
 <div class="block">gets the externSheet index for a sheet from an external workbook</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/EvaluationName.html" title="interface in org.apache.poi.ss.formula">EvaluationName</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getName(java.lang.String,%20int)">getName</a></strong>(java.lang.String&nbsp;name,
        int&nbsp;sheetIndex)</code>
 <div class="block">named range name matching is case insensitive</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Ptg</div>
+</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/SpreadsheetVersion.html" title="enum in org.apache.poi.ss">SpreadsheetVersion</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getSpreadsheetVersion()">getSpreadsheetVersion</a></strong>()</code>
 <div class="block">Returns an enum holding spreadhseet properties specific to an Excel version (
@@ -186,6 +194,16 @@
 <div class="block">named range name matching is case insensitive</div>
 </li>
 </ul>
+<a name="createName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createName</h4>
+<pre><a href="../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a>&nbsp;createName()</pre>
+<div class="block">Return the underlying workbook</div>
+</li>
+</ul>
 <a name="getNameXPtg(java.lang.String, org.apache.poi.ss.formula.SheetIdentifier)">
 <!--   -->
 </a>
@@ -194,6 +212,7 @@
 <h4>getNameXPtg</h4>
 <pre><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>&nbsp;getNameXPtg(java.lang.String&nbsp;name,
               <a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</pre>
+<div class="block">Return an external name (named range, function, user-defined function) Ptg</div>
 </li>
 </ul>
 <a name="get3DReferencePtg(org.apache.poi.ss.util.CellReference, org.apache.poi.ss.formula.SheetIdentifier)">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/EvaluationName.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/EvaluationName.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/EvaluationName.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/EvaluationName.html Sun Nov  1 22:50:51 2015
@@ -200,7 +200,9 @@
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/EvaluationName.html" title="interface in org.apache.poi.ss.formula">EvaluationName</a></code></td>
 <td class="colLast"><span class="strong">BaseXSSFEvaluationWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html#getName(java.lang.String,%20int)">getName</a></strong>(java.lang.String&nbsp;name,
-       int&nbsp;sheetIndex)</code>&nbsp;</td>
+       int&nbsp;sheetIndex)</code>
+<div class="block">Return EvaluationName wrapper around the matching XSSFName (named range)</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html Sun Nov  1 22:50:51 2015
@@ -135,7 +135,8 @@
      <a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
      int&nbsp;formulaType,
      int&nbsp;sheetIndex)</code>
-<div class="block">Parse a formula into a array of tokens</div>
+<div class="block">Parse a formula into a array of tokens
+ Side effect: creates name (Workbook.createName) if formula contains unrecognized names (names are likely UDFs)</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetIdentifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetIdentifier.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetIdentifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetIdentifier.html Sun Nov  1 22:50:51 2015
@@ -124,7 +124,9 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a></code></td>
 <td class="colLast"><span class="strong">HSSFEvaluationWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Ptg</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -170,7 +172,9 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a></code></td>
 <td class="colLast"><span class="strong">FormulaParsingWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Ptg</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -248,7 +252,9 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPxg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPxg</a></code></td>
 <td class="colLast"><span class="strong">BaseXSSFEvaluationWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Pxg</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area2DPtgBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area2DPtgBase.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area2DPtgBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area2DPtgBase.html Sun Nov  1 22:50:51 2015
@@ -232,7 +232,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ss.formula.ptg.<a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html" title="class in org.apache.poi.ss.formula.ptg">AreaPtgBase</a></h3>
-<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianO
 utput)">writeCoordinates</a></code></li>
+<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#sortTopLeftToBottomRight()">sortTopLeftToBottomRig
 ht</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianOutput)">writeCoordinates</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.formula.ptg.OperandPtg">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPtg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPtg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPtg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPtg.html Sun Nov  1 22:50:51 2015
@@ -260,7 +260,7 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ss.formula.ptg.<a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html" title="class in org.apache.poi.ss.formula.ptg">AreaPtgBase</a></h3>
-<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianO
 utput)">writeCoordinates</a></code></li>
+<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#sortTopLeftToBottomRight()">sortTopLeftToBottomRig
 ht</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianOutput)">writeCoordinates</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.formula.ptg.OperandPtg">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPxg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPxg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPxg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/Area3DPxg.html Sun Nov  1 22:50:51 2015
@@ -252,7 +252,7 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ss.formula.ptg.<a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html" title="class in org.apache.poi.ss.formula.ptg">AreaPtgBase</a></h3>
-<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianO
 utput)">writeCoordinates</a></code></li>
+<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#sortTopLeftToBottomRight()">sortTopLeftToBottomRig
 ht</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianOutput)">writeCoordinates</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.formula.ptg.OperandPtg">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaNPtg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaNPtg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaNPtg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaNPtg.html Sun Nov  1 22:50:51 2015
@@ -216,7 +216,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ss.formula.ptg.<a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html" title="class in org.apache.poi.ss.formula.ptg">AreaPtgBase</a></h3>
-<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianO
 utput)">writeCoordinates</a></code></li>
+<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#sortTopLeftToBottomRight()">sortTopLeftToBottomRig
 ht</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianOutput)">writeCoordinates</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.formula.ptg.OperandPtg">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtg.html Sun Nov  1 22:50:51 2015
@@ -232,7 +232,7 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ss.formula.ptg.<a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html" title="class in org.apache.poi.ss.formula.ptg">AreaPtgBase</a></h3>
-<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianO
 utput)">writeCoordinates</a></code></li>
+<code><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#formatReferenceAsString()">formatReferenceAsString</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getDefaultOperandClass()">getDefaultOperandClass</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstColumnRaw()">getFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastColumnRaw()">getLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBas
 e.html#isFirstColRelative()">isFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isFirstRowRelative()">isFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastColRelative()">isLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#isLastRowRelative()">isLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#notImplemented()">notImplemented</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#readCoordinates(org.apache.poi.util.LittleEndianInput)">readCoordinates</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColRelative(boolean)">setFirstColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirs
 tColumnRaw(int)">setFirstColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setFirstRowRelative(boolean)">setFirstRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColRelative(boolean)">setLastColRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastColumnRaw(short)">setLastColumnRaw</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#setLastRowRelative(boolean)">setLastRowRelative</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#sortTopLeftToBottomRight()">sortTopLeftToBottomRig
 ht</a>, <a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianOutput)">writeCoordinates</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.formula.ptg.OperandPtg">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtgBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtgBase.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtgBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/AreaPtgBase.html Sun Nov  1 22:50:51 2015
@@ -317,12 +317,19 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#sortTopLeftToBottomRight()">sortTopLeftToBottomRight</a></strong>()</code>
+<div class="block">Sort the first and last row and columns in-place to the preferred (top left:bottom right) order
+ Note: Sort only occurs when an instance is constructed or when this method is called.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#toFormulaString()">toFormulaString</a></strong>()</code>
 <div class="block">return a string representation of this token alone</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/ptg/AreaPtgBase.html#writeCoordinates(org.apache.poi.util.LittleEndianOutput)">writeCoordinates</a></strong>(<a href="../../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
@@ -415,6 +422,19 @@ implements <a href="../../../../../../or
  see similar comment in ReferencePtg</div>
 </li>
 </ul>
+<a name="sortTopLeftToBottomRight()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>sortTopLeftToBottomRight</h4>
+<pre>public&nbsp;void&nbsp;sortTopLeftToBottomRight()</pre>
+<div class="block">Sort the first and last row and columns in-place to the preferred (top left:bottom right) order
+ Note: Sort only occurs when an instance is constructed or when this method is called.
+ 
+ <p>For example, <code>$E5:B$10</code> becomes <code>B5:$E$10</code></p></div>
+</li>
+</ul>
 <a name="readCoordinates(org.apache.poi.util.LittleEndianInput)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/NameXPxg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/NameXPxg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/NameXPxg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/NameXPxg.html Sun Nov  1 22:50:51 2015
@@ -154,6 +154,9 @@ implements <a href="../../../../../../or
         java.lang.String&nbsp;nameName)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPxg.html#NameXPxg(java.lang.String)">NameXPxg</a></strong>(java.lang.String&nbsp;nameName)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPxg.html#NameXPxg(java.lang.String,%20java.lang.String)">NameXPxg</a></strong>(java.lang.String&nbsp;sheetName,
         java.lang.String&nbsp;nameName)</code>&nbsp;</td>
 </tr>
@@ -262,13 +265,22 @@ implements <a href="../../../../../../or
 <a name="NameXPxg(java.lang.String, java.lang.String)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>NameXPxg</h4>
 <pre>public&nbsp;NameXPxg(java.lang.String&nbsp;sheetName,
         java.lang.String&nbsp;nameName)</pre>
 </li>
 </ul>
+<a name="NameXPxg(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>NameXPxg</h4>
+<pre>public&nbsp;NameXPxg(java.lang.String&nbsp;nameName)</pre>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPtg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPtg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPtg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPtg.html Sun Nov  1 22:50:51 2015
@@ -139,7 +139,9 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a></code></td>
 <td class="colLast"><span class="strong">HSSFEvaluationWorkbook.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Ptg</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPxg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPxg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPxg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/NameXPxg.html Sun Nov  1 22:50:51 2015
@@ -120,7 +120,9 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/ptg/NameXPxg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPxg</a></code></td>
 <td class="colLast"><span class="strong">BaseXSSFEvaluationWorkbook.</span><code><strong><a href="../../../../../../../org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Pxg</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html Sun Nov  1 22:50:51 2015
@@ -571,7 +571,9 @@
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a></code></td>
 <td class="colLast"><span class="strong">FormulaParsingWorkbook.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#getNameXPtg(java.lang.String,%20org.apache.poi.ss.formula.SheetIdentifier)">getNameXPtg</a></strong>(java.lang.String&nbsp;name,
-           <a href="../../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>&nbsp;</td>
+           <a href="../../../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;sheet)</code>
+<div class="block">Return an external name (named range, function, user-defined function) Ptg</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
@@ -589,7 +591,8 @@
      <a href="../../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
      int&nbsp;formulaType,
      int&nbsp;sheetIndex)</code>
-<div class="block">Parse a formula into a array of tokens</div>
+<div class="block">Parse a formula into a array of tokens
+ Side effect: creates name (Workbook.createName) if formula contains unrecognized names (names are likely UDFs)</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html Sun Nov  1 22:50:51 2015
@@ -80,18 +80,24 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.ss.formula">org.apache.poi.ss.formula</a></td>
+<td class="colLast">
+<div class="block">This package contains common internal POI code for manipulating formulas.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.model">org.apache.poi.xssf.model</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -119,6 +125,26 @@
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.ss.formula">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a> in <a href="../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> that return <a href="../../../../../../org/apache/poi/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</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/ss/usermodel/Name.html" title="interface in org.apache.poi.ss.usermodel">Name</a></code></td>
+<td class="colLast"><span class="strong">FormulaParsingWorkbook.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html#createName()">createName</a></strong>()</code>
+<div class="block">Return the underlying workbook</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 <li class="blockList"><a name="org.apache.poi.ss.usermodel">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html Sun Nov  1 22:50:51 2015
@@ -544,6 +544,11 @@ HSSF concepts.</div>
  cell values.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/usermodel/class-use/Name.html#org.apache.poi.ss.formula">Name</a>
+<div class="block">Represents a defined name for a range of cells.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddress.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddress.html Sun Nov  1 22:50:51 2015
@@ -217,7 +217,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.ss.util.<a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" title="class in org.apache.poi.ss.util">CellRangeAddressBase</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#equals(java.lang.Object)">equals</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMaxColumn()">getMaxColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMaxRow()">getMaxRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMinColumn()">getMinColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMinRow()">getMinRow</a>, <a href="../../../../../org/apache/p
 oi/ss/util/CellRangeAddressBase.html#getNumberOfCells()">getNumberOfCells</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#hashCode()">hashCode</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullColumnRange()">isFullColumnRange</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullRowRange()">isFullRowRange</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isInRange(int,%20int)">isInRange</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setLastColumn(int)">setLastColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../org/apache/poi/s
 s/util/CellRangeAddressBase.html#toString()">toString</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#validate(org.apache.poi.ss.SpreadsheetVersion)">validate</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#equals(java.lang.Object)">equals</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getFirstColumn()">getFirstColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getFirstRow()">getFirstRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getLastColumn()">getLastColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getLastRow()">getLastRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMaxColumn()">getMaxColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMaxRow()">getMaxRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMinColumn()">getMinColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#getMinRow()">getMinRow</a>, <a href="../../../../../org/apache/p
 oi/ss/util/CellRangeAddressBase.html#getNumberOfCells()">getNumberOfCells</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#hashCode()">hashCode</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#intersects(org.apache.poi.ss.util.CellRangeAddressBase)">intersects</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullColumnRange()">isFullColumnRange</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullRowRange()">isFullRowRange</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isInRange(int,%20int)">isInRange</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setFirstColumn(int)">setFirstColumn</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setFirstRow(int)">setFirstRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setLastColumn(int)">setLastColumn</a>, 
 <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setLastRow(int)">setLastRow</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#toString()">toString</a>, <a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#validate(org.apache.poi.ss.SpreadsheetVersion)">validate</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellRangeAddressBase.html Sun Nov  1 22:50:51 2015
@@ -189,41 +189,47 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullColumnRange()">isFullColumnRange</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#intersects(org.apache.poi.ss.util.CellRangeAddressBase)">intersects</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" title="class in org.apache.poi.ss.util">CellRangeAddressBase</a>&nbsp;other)</code>
+<div class="block">Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullRowRange()">isFullRowRange</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isFullColumnRange()">isFullColumnRange</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/ss/util/CellRangeAddressBase.html#isFullRowRange()">isFullRowRange</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#isInRange(int,%20int)">isInRange</a></strong>(int&nbsp;rowInd,
          int&nbsp;colInd)</code>
 <div class="block">Determines if the given coordinates lie within the bounds 
  of this range.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setFirstColumn(int)">setFirstColumn</a></strong>(int&nbsp;firstCol)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setFirstRow(int)">setFirstRow</a></strong>(int&nbsp;firstRow)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setLastColumn(int)">setLastColumn</a></strong>(int&nbsp;lastCol)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#setLastRow(int)">setLastRow</a></strong>(int&nbsp;lastRow)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#validate(org.apache.poi.ss.SpreadsheetVersion)">validate</a></strong>(<a href="../../../../../org/apache/poi/ss/SpreadsheetVersion.html" title="enum in org.apache.poi.ss">SpreadsheetVersion</a>&nbsp;ssVersion)</code>
 <div class="block">Validate the range limits against the supplied version of Excel</div>
@@ -356,6 +362,18 @@ extends java.lang.Object</pre>
 <dt><span class="strong">Returns:</span></dt><dd>True if the coordinates lie within the bounds, false otherwise.</dd></dl>
 </li>
 </ul>
+<a name="intersects(org.apache.poi.ss.util.CellRangeAddressBase)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>intersects</h4>
+<pre>public&nbsp;boolean&nbsp;intersects(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" title="class in org.apache.poi.ss.util">CellRangeAddressBase</a>&nbsp;other)</pre>
+<div class="block">Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>other</code> - a candidate cell range address to check for intersection with this range</dd>
+<dt><span class="strong">Returns:</span></dt><dd>returns true if this range and other range have at least 1 cell in common</dd></dl>
+</li>
+</ul>
 <a name="setFirstColumn(int)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html?rev=1711857&r1=1711856&r2=1711857&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddressBase.html Sun Nov  1 22:50:51 2015
@@ -175,6 +175,21 @@ HSSF concepts.</div>
 </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/ss/util/package-summary.html">org.apache.poi.ss.util</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" title="class in org.apache.poi.ss.util">CellRangeAddressBase</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>boolean</code></td>
+<td class="colLast"><span class="strong">CellRangeAddressBase.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html#intersects(org.apache.poi.ss.util.CellRangeAddressBase)">intersects</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddressBase.html" title="class in org.apache.poi.ss.util">CellRangeAddressBase</a>&nbsp;other)</code>
+<div class="block">Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 </ul>
 </li>




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