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:
parent
840c73af40
commit
b943810bfb
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Absref extends DefaultFunctionImpl {
|
||||
public class Absref extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Activecell extends DefaultFunctionImpl {
|
||||
public class Activecell extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Address extends DefaultFunctionImpl {
|
||||
public class Address extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Areas extends DefaultFunctionImpl {
|
||||
public class Areas extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Argument extends DefaultFunctionImpl {
|
||||
public class Argument extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Asc extends DefaultFunctionImpl {
|
||||
public class Asc extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -9,5 +9,5 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author Amol S. Deshmukh < amolweb at ya hoo dot com >
|
||||
*
|
||||
*/
|
||||
public class Averagea extends DefaultFunctionImpl {
|
||||
public class Averagea extends NotImplementedFunction {
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Betadist extends DefaultFunctionImpl {
|
||||
public class Betadist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Betainv extends DefaultFunctionImpl {
|
||||
public class Betainv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Binomdist extends DefaultFunctionImpl {
|
||||
public class Binomdist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Call extends DefaultFunctionImpl {
|
||||
public class Call extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Caller extends DefaultFunctionImpl {
|
||||
public class Caller extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Cell extends DefaultFunctionImpl {
|
||||
public class Cell extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Char extends DefaultFunctionImpl {
|
||||
public class Char extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Chidist extends DefaultFunctionImpl {
|
||||
public class Chidist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Chiinv extends DefaultFunctionImpl {
|
||||
public class Chiinv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Chitest extends DefaultFunctionImpl {
|
||||
public class Chitest extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Choose extends DefaultFunctionImpl {
|
||||
public class Choose extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Clean extends DefaultFunctionImpl {
|
||||
public class Clean extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Code extends DefaultFunctionImpl {
|
||||
public class Code extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Columns extends DefaultFunctionImpl {
|
||||
public class Columns extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Confidence extends DefaultFunctionImpl {
|
||||
public class Confidence extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Correl extends DefaultFunctionImpl {
|
||||
public class Correl extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Count extends DefaultFunctionImpl {
|
||||
public class Count extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Counta extends DefaultFunctionImpl {
|
||||
public class Counta extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Countblank extends DefaultFunctionImpl {
|
||||
public class Countblank extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Countif extends DefaultFunctionImpl {
|
||||
public class Countif extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Covar extends DefaultFunctionImpl {
|
||||
public class Covar extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Critbinom extends DefaultFunctionImpl {
|
||||
public class Critbinom extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Customrepeat extends DefaultFunctionImpl {
|
||||
public class Customrepeat extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Date extends DefaultFunctionImpl {
|
||||
public class Date extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Datedif extends DefaultFunctionImpl {
|
||||
public class Datedif extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Datestring extends DefaultFunctionImpl {
|
||||
public class Datestring extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Datevalue extends DefaultFunctionImpl {
|
||||
public class Datevalue extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Daverage extends DefaultFunctionImpl {
|
||||
public class Daverage extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Day extends DefaultFunctionImpl {
|
||||
public class Day extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Days360 extends DefaultFunctionImpl {
|
||||
public class Days360 extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Db extends DefaultFunctionImpl {
|
||||
public class Db extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dbcs extends DefaultFunctionImpl {
|
||||
public class Dbcs extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dcount extends DefaultFunctionImpl {
|
||||
public class Dcount extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dcounta extends DefaultFunctionImpl {
|
||||
public class Dcounta extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ddb extends DefaultFunctionImpl {
|
||||
public class Ddb extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Deref extends DefaultFunctionImpl {
|
||||
public class Deref extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dget extends DefaultFunctionImpl {
|
||||
public class Dget extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dmax extends DefaultFunctionImpl {
|
||||
public class Dmax extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dmin extends DefaultFunctionImpl {
|
||||
public class Dmin extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dproduct extends DefaultFunctionImpl {
|
||||
public class Dproduct extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dstdev extends DefaultFunctionImpl {
|
||||
public class Dstdev extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dstdevp extends DefaultFunctionImpl {
|
||||
public class Dstdevp extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dsum extends DefaultFunctionImpl {
|
||||
public class Dsum extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dvar extends DefaultFunctionImpl {
|
||||
public class Dvar extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dvarp extends DefaultFunctionImpl {
|
||||
public class Dvarp extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Echo extends DefaultFunctionImpl {
|
||||
public class Echo extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Error extends DefaultFunctionImpl {
|
||||
public class Error extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Errortype extends DefaultFunctionImpl {
|
||||
public class Errortype extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Evaluate extends DefaultFunctionImpl {
|
||||
public class Evaluate extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Exec extends DefaultFunctionImpl {
|
||||
public class Exec extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Expondist extends DefaultFunctionImpl {
|
||||
public class Expondist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fdist extends DefaultFunctionImpl {
|
||||
public class Fdist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Files extends DefaultFunctionImpl {
|
||||
public class Files extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Find extends DefaultFunctionImpl {
|
||||
public class Find extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Findb extends DefaultFunctionImpl {
|
||||
public class Findb extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Finv extends DefaultFunctionImpl {
|
||||
public class Finv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fisher extends DefaultFunctionImpl {
|
||||
public class Fisher extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fisherinv extends DefaultFunctionImpl {
|
||||
public class Fisherinv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fixed extends DefaultFunctionImpl {
|
||||
public class Fixed extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Forecast extends DefaultFunctionImpl {
|
||||
public class Forecast extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Formulaconvert extends DefaultFunctionImpl {
|
||||
public class Formulaconvert extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fpos extends DefaultFunctionImpl {
|
||||
public class Fpos extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Frequency extends DefaultFunctionImpl {
|
||||
public class Frequency extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ftest extends DefaultFunctionImpl {
|
||||
public class Ftest extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Gammadist extends DefaultFunctionImpl {
|
||||
public class Gammadist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Gammainv extends DefaultFunctionImpl {
|
||||
public class Gammainv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Gammaln extends DefaultFunctionImpl {
|
||||
public class Gammaln extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Geomean extends DefaultFunctionImpl {
|
||||
public class Geomean extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Goto extends DefaultFunctionImpl {
|
||||
public class Goto extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Group extends DefaultFunctionImpl {
|
||||
public class Group extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Growth extends DefaultFunctionImpl {
|
||||
public class Growth extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Halt extends DefaultFunctionImpl {
|
||||
public class Halt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Harmean extends DefaultFunctionImpl {
|
||||
public class Harmean extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Help extends DefaultFunctionImpl {
|
||||
public class Help extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hlookup extends DefaultFunctionImpl {
|
||||
public class Hlookup extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hour extends DefaultFunctionImpl {
|
||||
public class Hour extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hyperlink extends DefaultFunctionImpl {
|
||||
public class Hyperlink extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hypgeomdist extends DefaultFunctionImpl {
|
||||
public class Hypgeomdist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Index extends DefaultFunctionImpl {
|
||||
public class Index extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Indirect extends DefaultFunctionImpl {
|
||||
public class Indirect extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Info extends DefaultFunctionImpl {
|
||||
public class Info extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Initiate extends DefaultFunctionImpl {
|
||||
public class Initiate extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Input extends DefaultFunctionImpl {
|
||||
public class Input extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Intercept extends DefaultFunctionImpl {
|
||||
public class Intercept extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ipmt extends DefaultFunctionImpl {
|
||||
public class Ipmt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Irr extends DefaultFunctionImpl {
|
||||
public class Irr extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class IsNa extends DefaultFunctionImpl {
|
||||
public class IsNa extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Iserr extends DefaultFunctionImpl {
|
||||
public class Iserr extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Islogical extends DefaultFunctionImpl {
|
||||
public class Islogical extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Isnontext extends DefaultFunctionImpl {
|
||||
public class Isnontext extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Isnumber extends DefaultFunctionImpl {
|
||||
public class Isnumber extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ispmt extends DefaultFunctionImpl {
|
||||
public class Ispmt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ package org.apache.poi.hssf.record.formula.functions;
|
||||
* @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
Loading…
Reference in New Issue
Block a user