poi/src/java/org/apache/poi/ss/formula/functions
Nick Burch 8b0334c701 Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 18:42:57 +00:00
..
Address.java Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 2012-08-11 16:14:49 +00:00
AggregateFunction.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
BooleanFunction.java Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 2012-08-11 16:14:49 +00:00
CalendarFieldFunction.java Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 2012-08-11 16:14:49 +00:00
Choose.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Code.java Add missing license headers, and a few javadoc tweaks while working on those files 2013-06-25 22:04:49 +00:00
Column.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Columns.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Complex.java Add missing license headers, and a few javadoc tweaks while working on those files 2013-06-25 22:04:49 +00:00
Count.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
CountUtils.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
Counta.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
Countblank.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Countif.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
DateFunc.java Fix bug #48528 - support negative arguments to the DATE() function 2012-04-28 17:29:06 +00:00
Days360.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Dec2Hex.java Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5 2013-06-02 15:58:41 +00:00
Delta.java Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5 2013-06-02 15:58:41 +00:00
EDate.java Add missing license headers, and a few javadoc tweaks while working on those files 2013-06-25 22:04:49 +00:00
Errortype.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Even.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Finance.java Add missing license headers, and a few javadoc tweaks while working on those files 2013-06-25 22:04:49 +00:00
FinanceFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
FinanceLib.java Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 2010-12-10 14:20:35 +00:00
Fixed0ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Fixed1ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Fixed2ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Fixed3ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Fixed4ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
FreeRefFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Function.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Function0Arg.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Function1Arg.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Function2Arg.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Function3Arg.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Function4Arg.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Hlookup.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Hyperlink.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
IPMT.java Bugzilla 54469 - Support for financial functions IPMT and PPMT 2013-03-02 13:17:53 +00:00
IfFunc.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
ImReal.java Bug 55080: patch for missing function IMREAL 2013-08-16 18:13:40 +00:00
Imaginary.java Bug 55079: patch for missing function IMAGINARY 2013-08-16 17:59:01 +00:00
Index.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Indirect.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Intercept.java keep javac on JDK 1.5 happy 2013-01-22 13:02:39 +00:00
Irr.java cleaned javadocs warnings 2011-06-06 08:45:06 +00:00
LinearRegressionFunction.java keep javac on JDK 1.5 happy 2013-01-22 09:35:39 +00:00
LogicalFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Lookup.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
LookupUtils.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
Match.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
MathX.java Bug 51339 - Fixed arithmetic rounding in formula evaluation 2011-06-13 10:34:43 +00:00
MinaMaxa.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Mode.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
MultiOperandNumericFunction.java Bug 55195: use interface instead of implementation for 2013-08-12 20:27:08 +00:00
Na.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
NotImplementedFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Now.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Npv.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
NumericFunction.java bugzilla 52057 - updated formula test framework to be aware of recently added Functions 2012-02-28 11:53:25 +00:00
Odd.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Offset.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
PPMT.java Bugzilla 54469 - Support for financial functions IPMT and PPMT 2013-03-02 13:17:53 +00:00
Quotient.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
Rank.java bugzilla 52818 - Added implementation for RANK() 2012-03-05 12:11:13 +00:00
Rate.java Add implementation of RATE from patch in bug #52050 2011-10-19 11:32:44 +00:00
Replace.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Rept.java fixed compatibility issues with JDK 1.5 2013-06-05 02:03:07 +00:00
Roman.java Bug 55082: patch for missing function ROMAN 2013-08-16 18:28:18 +00:00
RowFunc.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Rows.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Slope.java keep javac on JDK 1.5 happy 2013-01-22 13:02:39 +00:00
StatsLib.java Added implementation for MROUND(), VAR() and VARP() 2010-12-11 12:41:17 +00:00
Substitute.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Subtotal.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
Sumif.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Sumifs.java Added implementation for SUMIFS(), see Bugzilla 52462 2012-01-21 11:50:49 +00:00
Sumproduct.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Sumx2my2.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Sumx2py2.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Sumxmy2.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
T.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
TextFunction.java Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 2011-12-20 07:20:44 +00:00
TimeFunc.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Today.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Value.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
Var1or2ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Var2or3ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Var3or4ArgFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
Vlookup.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
WeekdayFunc.java fixed compilation errors on JDk 1.5 2012-08-12 09:38:17 +00:00
XYNumericFunction.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00