changed due to renaming of super class (DefaultFunctionImpl was renamed to NotImplementedFunction)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Amol S. Deshmukh 2005-06-22 20:48:42 +00:00
parent 90b41cc7a3
commit 5c1267bf67
205 changed files with 205 additions and 205 deletions

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Absref extends DefaultFunctionImpl { public class Absref extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Activecell extends DefaultFunctionImpl { public class Activecell extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Address extends DefaultFunctionImpl { public class Address extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Areas extends DefaultFunctionImpl { public class Areas extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Argument extends DefaultFunctionImpl { public class Argument extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Asc extends DefaultFunctionImpl { public class Asc extends NotImplementedFunction {
} }

View File

@ -9,5 +9,5 @@ package org.apache.poi.hssf.record.formula.functions;
* @author Amol S. Deshmukh < amolweb at ya hoo dot com > * @author Amol S. Deshmukh < amolweb at ya hoo dot com >
* *
*/ */
public class Averagea extends DefaultFunctionImpl { public class Averagea extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Betadist extends DefaultFunctionImpl { public class Betadist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Betainv extends DefaultFunctionImpl { public class Betainv extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Binomdist extends DefaultFunctionImpl { public class Binomdist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Call extends DefaultFunctionImpl { public class Call extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Caller extends DefaultFunctionImpl { public class Caller extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Cell extends DefaultFunctionImpl { public class Cell extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Char extends DefaultFunctionImpl { public class Char extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Chidist extends DefaultFunctionImpl { public class Chidist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Chiinv extends DefaultFunctionImpl { public class Chiinv extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Chitest extends DefaultFunctionImpl { public class Chitest extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Choose extends DefaultFunctionImpl { public class Choose extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Clean extends DefaultFunctionImpl { public class Clean extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Code extends DefaultFunctionImpl { public class Code extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Columns extends DefaultFunctionImpl { public class Columns extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Confidence extends DefaultFunctionImpl { public class Confidence extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Correl extends DefaultFunctionImpl { public class Correl extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Count extends DefaultFunctionImpl { public class Count extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Counta extends DefaultFunctionImpl { public class Counta extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Countblank extends DefaultFunctionImpl { public class Countblank extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Countif extends DefaultFunctionImpl { public class Countif extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Covar extends DefaultFunctionImpl { public class Covar extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Critbinom extends DefaultFunctionImpl { public class Critbinom extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Customrepeat extends DefaultFunctionImpl { public class Customrepeat extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Date extends DefaultFunctionImpl { public class Date extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Datedif extends DefaultFunctionImpl { public class Datedif extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Datestring extends DefaultFunctionImpl { public class Datestring extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Datevalue extends DefaultFunctionImpl { public class Datevalue extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Daverage extends DefaultFunctionImpl { public class Daverage extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Day extends DefaultFunctionImpl { public class Day extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Days360 extends DefaultFunctionImpl { public class Days360 extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Db extends DefaultFunctionImpl { public class Db extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dbcs extends DefaultFunctionImpl { public class Dbcs extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dcount extends DefaultFunctionImpl { public class Dcount extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dcounta extends DefaultFunctionImpl { public class Dcounta extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Ddb extends DefaultFunctionImpl { public class Ddb extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Deref extends DefaultFunctionImpl { public class Deref extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dget extends DefaultFunctionImpl { public class Dget extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dmax extends DefaultFunctionImpl { public class Dmax extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dmin extends DefaultFunctionImpl { public class Dmin extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dproduct extends DefaultFunctionImpl { public class Dproduct extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dstdev extends DefaultFunctionImpl { public class Dstdev extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dstdevp extends DefaultFunctionImpl { public class Dstdevp extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dsum extends DefaultFunctionImpl { public class Dsum extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dvar extends DefaultFunctionImpl { public class Dvar extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Dvarp extends DefaultFunctionImpl { public class Dvarp extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Echo extends DefaultFunctionImpl { public class Echo extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Error extends DefaultFunctionImpl { public class Error extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Errortype extends DefaultFunctionImpl { public class Errortype extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Evaluate extends DefaultFunctionImpl { public class Evaluate extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Exec extends DefaultFunctionImpl { public class Exec extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Expondist extends DefaultFunctionImpl { public class Expondist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Fdist extends DefaultFunctionImpl { public class Fdist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Files extends DefaultFunctionImpl { public class Files extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Find extends DefaultFunctionImpl { public class Find extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Findb extends DefaultFunctionImpl { public class Findb extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Finv extends DefaultFunctionImpl { public class Finv extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Fisher extends DefaultFunctionImpl { public class Fisher extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Fisherinv extends DefaultFunctionImpl { public class Fisherinv extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Fixed extends DefaultFunctionImpl { public class Fixed extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Forecast extends DefaultFunctionImpl { public class Forecast extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Formulaconvert extends DefaultFunctionImpl { public class Formulaconvert extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Fpos extends DefaultFunctionImpl { public class Fpos extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Frequency extends DefaultFunctionImpl { public class Frequency extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Ftest extends DefaultFunctionImpl { public class Ftest extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Gammadist extends DefaultFunctionImpl { public class Gammadist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Gammainv extends DefaultFunctionImpl { public class Gammainv extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Gammaln extends DefaultFunctionImpl { public class Gammaln extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Geomean extends DefaultFunctionImpl { public class Geomean extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Goto extends DefaultFunctionImpl { public class Goto extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Group extends DefaultFunctionImpl { public class Group extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Growth extends DefaultFunctionImpl { public class Growth extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Halt extends DefaultFunctionImpl { public class Halt extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Harmean extends DefaultFunctionImpl { public class Harmean extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Help extends DefaultFunctionImpl { public class Help extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Hlookup extends DefaultFunctionImpl { public class Hlookup extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Hour extends DefaultFunctionImpl { public class Hour extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Hyperlink extends DefaultFunctionImpl { public class Hyperlink extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Hypgeomdist extends DefaultFunctionImpl { public class Hypgeomdist extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Index extends DefaultFunctionImpl { public class Index extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Indirect extends DefaultFunctionImpl { public class Indirect extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Info extends DefaultFunctionImpl { public class Info extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Initiate extends DefaultFunctionImpl { public class Initiate extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Input extends DefaultFunctionImpl { public class Input extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Intercept extends DefaultFunctionImpl { public class Intercept extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Ipmt extends DefaultFunctionImpl { public class Ipmt extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Irr extends DefaultFunctionImpl { public class Irr extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class IsNa extends DefaultFunctionImpl { public class IsNa extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Iserr extends DefaultFunctionImpl { public class Iserr extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Islogical extends DefaultFunctionImpl { public class Islogical extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Isnontext extends DefaultFunctionImpl { public class Isnontext extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Isnumber extends DefaultFunctionImpl { public class Isnumber extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Ispmt extends DefaultFunctionImpl { public class Ispmt extends NotImplementedFunction {
} }

View File

@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
* @author * @author
* *
*/ */
public class Isref extends DefaultFunctionImpl { public class Isref extends NotImplementedFunction {
} }

Some files were not shown because too many files have changed in this diff Show More