mirror of https://github.com/apache/poi.git
Fix a whole slew of javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3cbb307ffc
commit
8128f2f935
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Absref extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Activecell extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Address extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -27,10 +27,6 @@ import org.apache.poi.hssf.record.formula.eval.Eval;
|
|||
import org.apache.poi.hssf.record.formula.eval.StringEval;
|
||||
import org.apache.poi.hssf.record.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class And extends BooleanFunction {
|
||||
|
||||
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Areas extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Argument extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Asc extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Betadist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Betainv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Binomdist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Call extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Caller extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Cell extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Char extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Chidist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Chiinv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Chitest extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Choose extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Clean extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Code extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -27,10 +27,6 @@ import org.apache.poi.hssf.record.formula.eval.NumberEval;
|
|||
import org.apache.poi.hssf.record.formula.eval.RefEval;
|
||||
import org.apache.poi.hssf.record.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Column implements Function {
|
||||
public Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol) {
|
||||
ValueEval retval = null;
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Columns extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Confidence extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Correl extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Count extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Counta extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Countblank extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Countif extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Covar extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Critbinom extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Customrepeat extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Date extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Datedif extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Datestring extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Datevalue extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Daverage extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Day extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Days360 extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Db extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dbcs extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dcount extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dcounta extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ddb extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Deref extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dget extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dmax extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dmin extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dproduct extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dstdev extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dstdevp extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dsum extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dvar extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Dvarp extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Echo extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Error extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Errortype extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Evaluate extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Exec extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Expondist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fdist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Files extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Find extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Findb extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Finv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fisher extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fisherinv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fixed extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Forecast extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Formulaconvert extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fpos extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Frequency extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ftest extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -27,10 +27,6 @@ import org.apache.poi.hssf.record.formula.eval.NumberEval;
|
|||
import org.apache.poi.hssf.record.formula.eval.NumericValueEval;
|
||||
import org.apache.poi.hssf.record.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Fv extends FinanceFunction {
|
||||
|
||||
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Gammadist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Gammainv extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Gammaln extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Geomean extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Goto extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Group extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Growth extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Halt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Harmean extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Help extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hlookup extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hour extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hyperlink extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Hypgeomdist extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Index extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Indirect extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Info extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Initiate extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Input extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Intercept extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ipmt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Irr extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class IsNa extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Iserr extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Ispmt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Kurt extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
*/
|
||||
package org.apache.poi.hssf.record.formula.functions;
|
||||
|
||||
/**
|
||||
* @author
|
||||
*
|
||||
*/
|
||||
public class Lasterror extends NotImplementedFunction {
|
||||
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue