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 2016/07/31 20:14:34 UTC

svn commit: r1754683 - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ss/formula/ apidocs/org/apache/poi/ss/formula/class-use/ apidocs/org/apache/poi/ss/formula/eval/ apidocs/org/apache/poi/ss/formula/eval/class-use/ apidocs/org/apache/poi/xs...

Author: nick
Date: Sun Jul 31 20:14:33 2016
New Revision: 1754683

URL: http://svn.apache.org/viewvc?rev=1754683&view=rev
Log:
Republish javadocs

Added:
    poi/site/publish/apidocs/org/apache/poi/ss/formula/LazyRefEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/LazyRefEval.html
Modified:
    poi/site/publish/apidocs/allclasses-frame.html
    poi/site/publish/apidocs/allclasses-noframe.html
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/NameIdentifier.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/SheetRange.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetRange.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEvalBase.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/ValueEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/AreaEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEvalBase.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/ValueEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-use.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html
    poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExportToXml.html
    poi/site/publish/apidocs/overview-tree.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss

Modified: poi/site/publish/apidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/allclasses-frame.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/allclasses-frame.html (original)
+++ poi/site/publish/apidocs/allclasses-frame.html Sun Jul 31 20:14:33 2016
@@ -1173,6 +1173,7 @@
 <li><a href="org/apache/poi/ss/usermodel/charts/LayoutMode.html" title="enum in org.apache.poi.ss.usermodel.charts" target="classFrame">LayoutMode</a></li>
 <li><a href="org/apache/poi/ss/usermodel/charts/LayoutTarget.html" title="enum in org.apache.poi.ss.usermodel.charts" target="classFrame">LayoutTarget</a></li>
 <li><a href="org/apache/poi/hssf/util/LazilyConcatenatedByteArray.html" title="class in org.apache.poi.hssf.util" target="classFrame">LazilyConcatenatedByteArray</a></li>
+<li><a href="org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula" target="classFrame">LazyRefEval</a></li>
 <li><a href="org/apache/poi/hssf/record/LbsDataSubRecord.html" title="class in org.apache.poi.hssf.record" target="classFrame">LbsDataSubRecord</a></li>
 <li><a href="org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html" title="class in org.apache.poi.hssf.record" target="classFrame">LbsDataSubRecord.LbsDropData</a></li>
 <li><a href="org/apache/poi/hssf/record/LeftMarginRecord.html" title="class in org.apache.poi.hssf.record" target="classFrame">LeftMarginRecord</a></li>

Modified: poi/site/publish/apidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/allclasses-noframe.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/allclasses-noframe.html (original)
+++ poi/site/publish/apidocs/allclasses-noframe.html Sun Jul 31 20:14:33 2016
@@ -1173,6 +1173,7 @@
 <li><a href="org/apache/poi/ss/usermodel/charts/LayoutMode.html" title="enum in org.apache.poi.ss.usermodel.charts">LayoutMode</a></li>
 <li><a href="org/apache/poi/ss/usermodel/charts/LayoutTarget.html" title="enum in org.apache.poi.ss.usermodel.charts">LayoutTarget</a></li>
 <li><a href="org/apache/poi/hssf/util/LazilyConcatenatedByteArray.html" title="class in org.apache.poi.hssf.util">LazilyConcatenatedByteArray</a></li>
+<li><a href="org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></li>
 <li><a href="org/apache/poi/hssf/record/LbsDataSubRecord.html" title="class in org.apache.poi.hssf.record">LbsDataSubRecord</a></li>
 <li><a href="org/apache/poi/hssf/record/LbsDataSubRecord.LbsDropData.html" title="class in org.apache.poi.hssf.record">LbsDataSubRecord.LbsDropData</a></li>
 <li><a href="org/apache/poi/hssf/record/LeftMarginRecord.html" title="class in org.apache.poi.hssf.record">LeftMarginRecord</a></li>

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sun Jul 31 20:14:33 2016
@@ -29516,6 +29516,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/eval/RefEval.html#getInnerValueEval(int)">getInnerValueEval(int)</a></span> - Method in interface org.apache.poi.ss.formula.eval.<a href="./org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/formula/LazyRefEval.html#getInnerValueEval(int)">getInnerValueEval(int)</a></span> - Method in class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/openxml4j/opc/PackagePart.html#getInputStream()">getInputStream()</a></span> - Method in class org.apache.poi.openxml4j.opc.<a href="./org/apache/poi/openxml4j/opc/PackagePart.html" title="class in org.apache.poi.openxml4j.opc">PackagePart</a></dt>
 <dd>
 <div class="block">Get the input stream of this part to read its content.</div>
@@ -50211,6 +50213,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/eval/AreaEvalBase.html#isSubTotal(int,%20int)">isSubTotal(int, int)</a></span> - Method in class org.apache.poi.ss.formula.eval.<a href="./org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval">AreaEvalBase</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/formula/LazyRefEval.html#isSubTotal()">isSubTotal()</a></span> - Method in class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/TwoDEval.html#isSubTotal(int,%20int)">isSubTotal(int, int)</a></span> - Method in interface org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/TwoDEval.html" title="interface in org.apache.poi.ss.formula">TwoDEval</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.html#isSubtotalCounted()">isSubtotalCounted()</a></span> - Method in class org.apache.poi.ss.formula.functions.<a href="./org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.html" title="class in org.apache.poi.ss.formula.functions">MultiOperandNumericFunction</a></dt>
@@ -51031,6 +51035,12 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/util/LazilyConcatenatedByteArray.html#LazilyConcatenatedByteArray()">LazilyConcatenatedByteArray()</a></span> - Constructor for class org.apache.poi.hssf.util.<a href="./org/apache/poi/hssf/util/LazilyConcatenatedByteArray.html" title="class in org.apache.poi.hssf.util">LazilyConcatenatedByteArray</a></dt>
 <dd>&nbsp;</dd>
+<dt><a href="./org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">LazyRefEval</span></a> - Class in <a href="./org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></dt>
+<dd>
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/formula/LazyRefEval.html#LazyRefEval(int,%20int,%20org.apache.poi.ss.formula.SheetRangeEvaluator)">LazyRefEval(int, int, SheetRangeEvaluator)</a></span> - Constructor for class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/types/CHPAbstractType.html#LBRCRJ_BOTH">LBRCRJ_BOTH</a></span> - Static variable in class org.apache.poi.hwpf.model.types.<a href="./org/apache/poi/hwpf/model/types/CHPAbstractType.html" title="class in org.apache.poi.hwpf.model.types">CHPAbstractType</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/types/CHPAbstractType.html#LBRCRJ_LEFT">LBRCRJ_LEFT</a></span> - Static variable in class org.apache.poi.hwpf.model.types.<a href="./org/apache/poi/hwpf/model/types/CHPAbstractType.html" title="class in org.apache.poi.hwpf.model.types">CHPAbstractType</a></dt>
@@ -54544,6 +54554,8 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/functions/Offset.html#Offset()">Offset()</a></span> - Constructor for class org.apache.poi.ss.formula.functions.<a href="./org/apache/poi/ss/formula/functions/Offset.html" title="class in org.apache.poi.ss.formula.functions">Offset</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/formula/LazyRefEval.html#offset(int,%20int,%20int,%20int)">offset(int, int, int, int)</a></span> - Method in class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hpsf/Thumbnail.html#OFFSET_CF">OFFSET_CF</a></span> - Static variable in class org.apache.poi.hpsf.<a href="./org/apache/poi/hpsf/Thumbnail.html" title="class in org.apache.poi.hpsf">Thumbnail</a></dt>
 <dd>
 <div class="block">Offset in bytes where the Clipboard Format starts in the
@@ -83009,6 +83021,8 @@ Compound Document Format.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/function/FunctionMetadata.html#toString()">toString()</a></span> - Method in class org.apache.poi.ss.formula.function.<a href="./org/apache/poi/ss/formula/function/FunctionMetadata.html" title="class in org.apache.poi.ss.formula.function">FunctionMetadata</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/formula/LazyRefEval.html#toString()">toString()</a></span> - Method in class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/NameIdentifier.html#toString()">toString()</a></span> - Method in class org.apache.poi.ss.formula.<a href="./org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula">NameIdentifier</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/ptg/AbstractFunctionPtg.html#toString()">toString()</a></span> - Method in class org.apache.poi.ss.formula.ptg.<a href="./org/apache/poi/ss/formula/ptg/AbstractFunctionPtg.html" title="class in org.apache.poi.ss.formula.ptg">AbstractFunctionPtg</a></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html Sun Jul 31 20:14:33 2016
@@ -35,7 +35,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/ss/formula/IStabilityClassifier.html" target="_top">Frames</a></li>
@@ -249,7 +249,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/poi/ss/formula/IStabilityClassifier.html" target="_top">Frames</a></li>

Added: poi/site/publish/apidocs/org/apache/poi/ss/formula/LazyRefEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/LazyRefEval.html?rev=1754683&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/LazyRefEval.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/LazyRefEval.html Sun Jul 31 20:14:33 2016
@@ -0,0 +1,333 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>LazyRefEval (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LazyRefEval (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LazyRefEval.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/formula/IStabilityClassifier.html" title="interface in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/formula/LazyRefEval.html" target="_top">Frames</a></li>
+<li><a href="LazyRefEval.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.ss.formula</div>
+<h2 title="Class LazyRefEval" class="title">Class LazyRefEval</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">org.apache.poi.ss.formula.eval.RefEvalBase</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.ss.formula.LazyRefEval</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>, <a href="../../../../../org/apache/poi/ss/formula/SheetRange.html" title="interface in org.apache.poi.ss.formula">SheetRange</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public final class <span class="strong">LazyRefEval</span>
+extends <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></pre>
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html#LazyRefEval(int,%20int,%20org.apache.poi.ss.formula.SheetRangeEvaluator)">LazyRefEval</a></strong>(int&nbsp;rowIndex,
+           int&nbsp;columnIndex,
+           org.apache.poi.ss.formula.SheetRangeEvaluator&nbsp;sre)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</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>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html#getInnerValueEval(int)">getInnerValueEval</a></strong>(int&nbsp;sheetIndex)</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/formula/LazyRefEval.html#isSubTotal()">isSubTotal</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html#offset(int,%20int,%20int,%20int)">offset</a></strong>(int&nbsp;relFirstRowIx,
+      int&nbsp;relLastRowIx,
+      int&nbsp;relFirstColIx,
+      int&nbsp;relLastColIx)</code>
+<div class="block">Creates an <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> offset by a relative amount from this RefEval</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/LazyRefEval.html#toString()">toString</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.formula.eval.RefEvalBase">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.ss.formula.eval.<a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></h3>
+<code><a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html#getColumn()">getColumn</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html#getFirstSheetIndex()">getFirstSheetIndex</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html#getLastSheetIndex()">getLastSheetIndex</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html#getNumberOfSheets()">getNumberOfSheets</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html#getRow()">getRow</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="LazyRefEval(int, int, org.apache.poi.ss.formula.SheetRangeEvaluator)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LazyRefEval</h4>
+<pre>public&nbsp;LazyRefEval(int&nbsp;rowIndex,
+           int&nbsp;columnIndex,
+           org.apache.poi.ss.formula.SheetRangeEvaluator&nbsp;sre)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getInnerValueEval(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInnerValueEval</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>&nbsp;getInnerValueEval(int&nbsp;sheetIndex)</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the evaluated value of the cell referred to by this RefEval on the given sheet</dd></dl>
+</li>
+</ul>
+<a name="offset(int, int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>offset</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</a>&nbsp;offset(int&nbsp;relFirstRowIx,
+              int&nbsp;relLastRowIx,
+              int&nbsp;relFirstColIx,
+              int&nbsp;relLastColIx)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/formula/eval/RefEval.html#offset(int,%20int,%20int,%20int)">RefEval</a></code></strong></div>
+<div class="block">Creates an <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> offset by a relative amount from this RefEval</div>
+</li>
+</ul>
+<a name="isSubTotal()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isSubTotal</h4>
+<pre>public&nbsp;boolean&nbsp;isSubTotal()</pre>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/LazyRefEval.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/poi/ss/formula/IStabilityClassifier.html" title="interface in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/poi/ss/formula/LazyRefEval.html" target="_top">Frames</a></li>
+<li><a href="LazyRefEval.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2016 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/NameIdentifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/NameIdentifier.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/NameIdentifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/NameIdentifier.html Sun Jul 31 20:14:33 2016
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/formula/IStabilityClassifier.html" title="interface in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -241,7 +241,7 @@ extends java.lang.Object</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/formula/IStabilityClassifier.html" title="interface in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/SheetRange.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/SheetRange.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/SheetRange.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/SheetRange.html Sun Jul 31 20:14:33 2016
@@ -90,7 +90,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval">AreaEvalBase</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></dd>
+<dd><a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval">AreaEvalBase</a>, <a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a>, <a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></dd>
 </dl>
 <hr>
 <br>

Added: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/LazyRefEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/LazyRefEval.html?rev=1754683&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/LazyRefEval.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/LazyRefEval.html Sun Jul 31 20:14:33 2016
@@ -0,0 +1,117 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.ss.formula.LazyRefEval (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.poi.ss.formula.LazyRefEval (POI API Documentation)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/formula/class-use/LazyRefEval.html" target="_top">Frames</a></li>
+<li><a href="LazyRefEval.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.ss.formula.LazyRefEval" class="title">Uses of Class<br>org.apache.poi.ss.formula.LazyRefEval</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.poi.ss.formula.LazyRefEval</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/poi/ss/formula/class-use/LazyRefEval.html" target="_top">Frames</a></li>
+<li><a href="LazyRefEval.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+                <i>Copyright 2016 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            </small></p>
+</body>
+</html>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetRange.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetRange.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetRange.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/SheetRange.html Sun Jul 31 20:14:33 2016
@@ -109,6 +109,21 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> that implement <a href="../../../../../../org/apache/poi/ss/formula/SheetRange.html" title="interface in org.apache.poi.ss.formula">SheetRange</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></strong></code>
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.ss.formula.eval">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html Sun Jul 31 20:14:33 2016
@@ -90,7 +90,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></dd>
+<dd><a href="../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></dd>
 </dl>
 <hr>
 <br>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEvalBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEvalBase.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEvalBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEvalBase.html Sun Jul 31 20:14:33 2016
@@ -96,6 +96,10 @@
 <dt>All Implemented Interfaces:</dt>
 <dd><a href="../../../../../../org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/SheetRange.html" title="interface in org.apache.poi.ss.formula">SheetRange</a></dd>
 </dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></dd>
+</dl>
 <hr>
 <br>
 <pre>public abstract class <span class="strong">RefEvalBase</span>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/ValueEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/ValueEval.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/ValueEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/ValueEval.html Sun Jul 31 20:14:33 2016
@@ -90,7 +90,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval">AreaEvalBase</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/BlankEval.html" title="class in org.apache.poi.ss.formula.eval">BlankEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/BoolEval.html" title="class in org.apache.poi.ss.formula.eval">BoolEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/ErrorEval.html" title="class in org.apache.poi.ss.formula.eval">ErrorEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/ExternalNameEval.html" title="class in org.apache.poi.ss.formula.eval">ExternalNameEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/FunctionNameEval.html" title="class in org.apache.poi.ss.formula.eval">FunctionNameEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/MissingArgEval.html" title="class in org.apache.poi.ss.formula.eval">MissingArgEv
 al</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/NumberEval.html" title="class in org.apache.poi.ss.formula.eval">NumberEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/StringEval.html" title="class in org.apache.poi.ss.formula.eval">StringEval</a></dd>
+<dd><a href="../../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval">AreaEvalBase</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/BlankEval.html" title="class in org.apache.poi.ss.formula.eval">BlankEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/BoolEval.html" title="class in org.apache.poi.ss.formula.eval">BoolEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/ErrorEval.html" title="class in org.apache.poi.ss.formula.eval">ErrorEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/ExternalNameEval.html" title="class in org.apache.poi.ss.formula.eval">ExternalNameEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/FunctionNameEval.html" title="class in org.apache.poi.ss.formula.eval">FunctionNameEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a>, <a href=
 "../../../../../../org/apache/poi/ss/formula/eval/MissingArgEval.html" title="class in org.apache.poi.ss.formula.eval">MissingArgEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/NumberEval.html" title="class in org.apache.poi.ss.formula.eval">NumberEval</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a>, <a href="../../../../../../org/apache/poi/ss/formula/eval/StringEval.html" title="class in org.apache.poi.ss.formula.eval">StringEval</a></dd>
 </dl>
 <hr>
 <br>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/AreaEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/AreaEval.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/AreaEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/AreaEval.html Sun Jul 31 20:14:33 2016
@@ -74,6 +74,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<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="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.formula.eval">org.apache.poi.ss.formula.eval</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -82,6 +88,27 @@
 </li>
 <li class="blockList">
 <ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.ss.formula">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</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/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</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/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</a></code></td>
+<td class="colLast"><span class="strong">LazyRefEval.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/LazyRefEval.html#offset(int,%20int,%20int,%20int)">offset</a></strong>(int&nbsp;relFirstRowIx,
+      int&nbsp;relLastRowIx,
+      int&nbsp;relFirstColIx,
+      int&nbsp;relLastColIx)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.ss.formula.eval">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEval.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEval.html Sun Jul 31 20:14:33 2016
@@ -74,6 +74,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<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="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.formula.eval">org.apache.poi.ss.formula.eval</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -82,6 +88,26 @@
 </li>
 <li class="blockList">
 <ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.ss.formula">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</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 classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> that implement <a href="../../../../../../../org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></strong></code>
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.ss.formula.eval">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEvalBase.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEvalBase.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEvalBase.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/RefEvalBase.html Sun Jul 31 20:14:33 2016
@@ -63,7 +63,51 @@
 <div class="header">
 <h2 title="Uses of Class org.apache.poi.ss.formula.eval.RefEvalBase" class="title">Uses of Class<br>org.apache.poi.ss.formula.eval.RefEvalBase</h2>
 </div>
-<div class="classUseContainer">No usage of org.apache.poi.ss.formula.eval.RefEvalBase</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<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>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.ss.formula">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</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 subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval">RefEvalBase</a> in <a href="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></strong></code>
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/ValueEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/ValueEval.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/ValueEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/class-use/ValueEval.html Sun Jul 31 20:14:33 2016
@@ -124,6 +124,21 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> that implement <a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></strong></code>
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</td>
+</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/formula/package-summary.html">org.apache.poi.ss.formula</a> that return <a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
@@ -171,31 +186,35 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
-<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getNameXEval(org.apache.poi.ss.formula.ptg.NameXPtg)">getNameXEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a>&nbsp;nameXPtg)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">LazyRefEval.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/LazyRefEval.html#getInnerValueEval(int)">getInnerValueEval</a></strong>(int&nbsp;sheetIndex)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
-<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getNameXEval(org.apache.poi.ss.formula.ptg.NameXPxg)">getNameXEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/NameXPxg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPxg</a>&nbsp;nameXPxg)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getNameXEval(org.apache.poi.ss.formula.ptg.NameXPtg)">getNameXEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a>&nbsp;nameXPtg)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
-<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getRef3DEval(org.apache.poi.ss.formula.ptg.Ref3DPtg)">getRef3DEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPtg</a>&nbsp;rptg)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getNameXEval(org.apache.poi.ss.formula.ptg.NameXPxg)">getNameXEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/NameXPxg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPxg</a>&nbsp;nameXPxg)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
-<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getRef3DEval(org.apache.poi.ss.formula.ptg.Ref3DPxg)">getRef3DEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPxg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPxg</a>&nbsp;rptg)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getRef3DEval(org.apache.poi.ss.formula.ptg.Ref3DPtg)">getRef3DEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPtg</a>&nbsp;rptg)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
+<td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getRef3DEval(org.apache.poi.ss.formula.ptg.Ref3DPxg)">getRef3DEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPxg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPxg</a>&nbsp;rptg)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
 <td class="colLast"><span class="strong">OperationEvaluationContext.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getRefEval(int,%20int)">getRefEval</a></strong>(int&nbsp;rowIndex,
           int&nbsp;columnIndex)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
 <td class="colLast"><span class="strong">TwoDEval.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/TwoDEval.html#getValue(int,%20int)">getValue</a></strong>(int&nbsp;rowIndex,
         int&nbsp;columnIndex)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></code></td>
 <td class="colLast"><span class="strong">ThreeDEval.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/ThreeDEval.html#getValue(int,%20int,%20int)">getValue</a></strong>(int&nbsp;sheetIndex,
         int&nbsp;rowIndex,

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-use.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-use.html Sun Jul 31 20:14:33 2016
@@ -108,6 +108,21 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/eval/class-use/AreaEval.html#org.apache.poi.ss.formula">AreaEval</a>
+<div class="block">Evaluation of 2D (Row+Column) and 3D (Sheet+Row+Column) areas</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/eval/class-use/RefEval.html#org.apache.poi.ss.formula">RefEval</a>
+<div class="block">RefEval is the super interface for Ref2D and Ref3DEval.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/eval/class-use/RefEvalBase.html#org.apache.poi.ss.formula">RefEvalBase</a>
+<div class="block">Common base class for implementors of <a href="../../../../../../org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>RefEval</code></a></div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/eval/class-use/ValueEval.html#org.apache.poi.ss.formula">ValueEval</a>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html Sun Jul 31 20:14:33 2016
@@ -34,6 +34,7 @@
 <li><a href="FormulaParser.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaParser</a></li>
 <li><a href="FormulaRenderer.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaRenderer</a></li>
 <li><a href="FormulaShifter.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaShifter</a></li>
+<li><a href="LazyRefEval.html" title="class in org.apache.poi.ss.formula" target="classFrame">LazyRefEval</a></li>
 <li><a href="NameIdentifier.html" title="class in org.apache.poi.ss.formula" target="classFrame">NameIdentifier</a></li>
 <li><a href="OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula" target="classFrame">OperationEvaluationContext</a></li>
 <li><a href="SharedFormula.html" title="class in org.apache.poi.ss.formula" target="classFrame">SharedFormula</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html Sun Jul 31 20:14:33 2016
@@ -228,10 +228,16 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula">LazyRefEval</a></td>
+<td class="colLast">
+<div class="block">Provides Lazy Evaluation to a 3D Reference</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula">NameIdentifier</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula">OperationEvaluationContext</a></td>
 <td class="colLast">
 <div class="block">Contains all the contextual information required to evaluate an operation
@@ -240,27 +246,27 @@
  For POI internal use only</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SharedFormula.html" title="class in org.apache.poi.ss.formula">SharedFormula</a></td>
 <td class="colLast">
 <div class="block">Encapsulates logic to convert shared formulaa into non shared equivalent</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SheetNameFormatter.html" title="class in org.apache.poi.ss.formula">SheetNameFormatter</a></td>
 <td class="colLast">
 <div class="block">Formats sheet names for use in formula expressions.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SheetRangeIdentifier.html" title="class in org.apache.poi.ss.formula">SheetRangeIdentifier</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in org.apache.poi.ss.formula">WorkbookEvaluator</a></td>
 <td class="colLast">
 <div class="block">Evaluates formula cells.<p/>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html Sun Jul 31 20:14:33 2016
@@ -85,6 +85,11 @@
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula"><span class="strong">FormulaShifter</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">NameIdentifier</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula"><span class="strong">OperationEvaluationContext</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.eval.<a href="../../../../../org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">RefEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="../../../../../org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a>)
+<ul>
+<li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">LazyRefEval</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/SharedFormula.html" title="class in org.apache.poi.ss.formula"><span class="strong">SharedFormula</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">SheetIdentifier</span></a>
 <ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExportToXml.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExportToXml.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExportToXml.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExportToXml.html Sun Jul 31 20:14:33 2016
@@ -259,8 +259,7 @@ implements java.util.Comparator&lt;java.
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>org.xml.sax.SAXException</code></dd>
 <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd>
-<dd><code>javax.xml.transform.TransformerException</code></dd>
-<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd></dl>
+<dd><code>javax.xml.transform.TransformerException</code></dd></dl>
 </li>
 </ul>
 <a name="compare(java.lang.String, java.lang.String)">

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Sun Jul 31 20:14:33 2016
@@ -2284,7 +2284,11 @@
 <li type="circle">org.apache.poi.hssf.dev.<a href="org/apache/poi/hssf/dev/RecordLister.html" title="class in org.apache.poi.hssf.dev"><span class="strong">RecordLister</span></a></li>
 <li type="circle">org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/RecordStream.html" title="class in org.apache.poi.hssf.model"><span class="strong">RecordStream</span></a></li>
 <li type="circle">org.apache.poi.hwpf.dev.<a href="org/apache/poi/hwpf/dev/RecordUtil.html" title="class in org.apache.poi.hwpf.dev"><span class="strong">RecordUtil</span></a></li>
-<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">RefEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a>)</li>
+<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RefEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">RefEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RefEval.html" title="interface in org.apache.poi.ss.formula.eval">RefEval</a>)
+<ul>
+<li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/LazyRefEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">LazyRefEval</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/RegionUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">RegionUtil</span></a></li>
 <li type="circle">org.apache.poi.poifs.crypt.dsig.services.<a href="org/apache/poi/poifs/crypt/dsig/services/RelationshipTransformService.RelationshipTransformParameterSpec.html" title="class in org.apache.poi.poifs.crypt.dsig.services"><span class="strong">RelationshipTransformService.RelationshipTransformParameterSpec</span></a> (implements javax.xml.crypto.dsig.spec.TransformParameterSpec)</li>
 <li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/RelCubBezTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">RelCubBezTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Jul 31 20:14:33 2016
@@ -258,6 +258,18 @@ if (VERSION > 3) {
     
 
     
+<a name="3.15-beta4"></a>
+<div class="h3">
+<h3>Version 3.15-beta4 (2016-08-??)</h3>
+</div>
+<ul>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59736">59736</a> - Incorrect evaluation of SUBTOTAL with composite interval</li>
+    
+</ul>
+
+    
 <a name="3.15-beta3"></a>
 <div class="h3">
 <h3>Version 3.15-beta3 (2016-08-??)</h3>
@@ -265,6 +277,12 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55384">55384</a> - Handle setting pre-evaluation string correctly in SXSSF as well</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59634">59634</a> - Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object</li>
+        
+<li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57919">57919</a> - HSSF, HSLF and HPSF support for in-place writing to the currently open File (requires the POIFS/NPOIFS was opened from a read-write File)</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1754683&r1=1754682&r2=1754683&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Jul 31 20:14:33 2016
@@ -1,34 +1,5 @@
 <?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>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
-<item><title> add(bug 57919)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57919) - HSSF, HSLF and HPSF support for in-place writing to the currently open File (requires the POIFS/NPOIFS was opened from a read-write File)</description></item>
-<item><title> add(bug 57919)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57919) - HSSF, HSLF, HPSF and HWPF support for writing out to a new File - normally faster than writing to an OutputStream</description></item>
-<item><title> fix(bug 59881)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59881) - SS Common: D* formula evaluation from blank cells in database headers</description></item>
-<item><title> add(bug 52122)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52122) - Excel does not handle conditional formatting based on formula correctly unless recalculation is forced</description></item>
-<item><title> add(bug 59106)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59106) - WorkdayFunction does not read the area with holidays correctly to calculate work days</description></item>
-<item><title> add(bug 58802)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58802) - HWPF: Allow reading of footnote and endnote properties</description></item>
-<item><title> add(bug 59665)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59665) - Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupts bspos value in WorkbookRecordList</description></item>
-<item><title> add(bug 59740)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59740) - Sheet.shiftRows incorrectly shifts merged region if there exists another merged region</description></item>
-<item><title> add(bug 59873)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59873) - SS and SL Common: migrate hyperlink constants from Hyperlink to HyperlinkType enum</description></item>
-<item><title> add(bug 59837)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59837) - SS Common: migrate cell alignment constants from CellStyle to HorizontalAlignment and VerticalAlignment enums</description></item>
-<item><title> add(bug 59791)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59791) - SS Common: migrate cell type constants from Cell to CellType enum</description></item>
-<item><title> fix(bug 59775)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59775) - XSSF: correctly recognized URL hyperlinks containing a hash mark</description></item>
-<item><title> add(bug 59872)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59872) - SS Common: add Sheet#getHyperlink(CellAddress)</description></item>
-<item><title> add(bug 59841)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59841) - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)</description></item>
-<item><title> add(bug 59833)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59833) - SS Common: migrate fill pattern constants from CellStyle to FillPatternType enum</description></item>
-<item><title> add(bug 56154)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56154) - OOXML: Get and set last modified by user property</description></item>
-<item><title> add(bug 59776)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59776) - OPC: Attach cause of exception when marshalling a Zip Package</description></item>
-<item><title> fix(bug 59814)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59814) - SS Common: clear cached EvaluationWorkbook and EvaluationSheetvalues from WorkbookEvaluator</description></item>
-<item><title> fix(bug 59805)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59805) - POI Overall: fixed memory leak in LocaleUtil</description></item>
-<item><title> fix(bug 59780)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59780) - OPC support for a wider range of timezone'd created and modified date formats in package properties</description></item>
-<item><title> fix(bug 59796)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59796) - XSSF: XSSFTable.getRowCount off-by-one error</description></item>
-<item><title> fix(bug 59795)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59795) - XSSF: XSSFTable needs a method to reset start/end Cell References</description></item>
-<item><title> fix(bug 59790)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59790) - SS Common: convert FormulaType class to enum</description></item>
-<item><title> fix(bug 59789)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59789) - HSSF: improve performance of row shifting on sheets that contain comments</description></item>
-<item><title> fix(bug 59786)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59786) - HMEF: fix NPE from HMEFContentsExtractor</description></item>
-<item><title> add(bug 59788,59166)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59788,59166) - Create temporary directories that are deleted on JVM exit</description></item>
-<item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - HSSF: Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed</description></item>
-<item><title> add(bug 59781)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59781) - Common SS: Move PaneInformation from HSSF to SS package</description></item>
-<item><title> fix(bug 59766)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59766) - When setting SAX features, handle Error too (eg from Google AppEngine)</description></item>
-<item><title> fix(bug 59734)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59734) - Make lookup and creation of named ranges constant-time instead of linear in the number of ranges in the workbook.</description></item>
+<item><title> fix(bug 59736)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59736) - Incorrect evaluation of SUBTOTAL with composite interval</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