Removed java files corresponding to excel functions that will never be implemented by the FormulaEvaluator API (eg. MovieCommand)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Amol S. Deshmukh 2005-06-22 20:40:17 +00:00
parent 49ffe15239
commit b4b6033b1b
74 changed files with 0 additions and 974 deletions

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Addbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Addcommand extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Addmenu extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Addtoolbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Apptitle extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Cancelkey extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Checkcommand extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Createobject extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Customundo extends DefaultFunctionImpl {
}

View File

@ -1,25 +0,0 @@
/*
* Created on May 6, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
import org.apache.poi.hssf.record.formula.eval.ErrorEval;
import org.apache.poi.hssf.record.formula.eval.Eval;
/**
*
* @author Amol S. Deshmukh < amolweb at ya hoo dot com >
* This is the default implementation of a Function class.
* The default behaviour is to return a non-standard ErrorEval
* "ErrorEval.FUNCTION_NOT_IMPLEMENTED". This error should alert
* the user that the formula contained a function that is not
* yet implemented.
*/
public abstract class DefaultFunctionImpl implements Function {
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {
return ErrorEval.FUNCTION_NOT_IMPLEMENTED;
}
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Deletebar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Deletecommand extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Deletemenu extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Deletetoolbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dialogbox extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Directory extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Documents extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Enablecommand extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Enabletool extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Execute extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Externalflag extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fclose extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fopen extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fread extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Freadln extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fsize extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fwrite extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fwriteln extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getcell extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getchartitem extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getdef extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getdocument extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getformula extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getlinkinfo extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getmovie extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getname extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getnote extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getobject extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getpivotdata extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getpivotfield extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getpivotitem extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getpivottable extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Gettool extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Gettoolbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getwindow extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getworkbook extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Getworkspace extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Moviecommand extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Opendialog extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Optionslistsget extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Pause extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Phonetic extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Pivotadddata extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Poke extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Presstool extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Register extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Registerid extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Renamecommand extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Resettoolbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Restart extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Resume extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Savedialog extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Savetoolbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Scenarioget extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Selection extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Showbar extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Spellingcheck extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Terminate extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Textbox extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Unregister extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Viewget extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Windows extends DefaultFunctionImpl {
}

View File

@ -1,13 +0,0 @@
/*
* Created on May 15, 2005
*
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Windowtitle extends DefaultFunctionImpl {
}