Commit 21144d6e authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete property type from functions and base types -> move to prototype

parent 97ca6253
......@@ -48,7 +48,6 @@
/** @constructor */
function cCUBEKPIMEMBER() {
this.name = "CUBEKPIMEMBER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -60,7 +59,6 @@
/** @constructor */
function cCUBEMEMBER() {
this.name = "CUBEMEMBER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -72,7 +70,6 @@
/** @constructor */
function cCUBEMEMBERPROPERTY() {
this.name = "CUBEMEMBERPROPERTY";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -84,7 +81,6 @@
/** @constructor */
function cCUBERANKEDMEMBER() {
this.name = "CUBERANKEDMEMBER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -96,7 +92,6 @@
/** @constructor */
function cCUBESET() {
this.name = "CUBESET";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -108,7 +103,6 @@
/** @constructor */
function cCUBESETCOUNT() {
this.name = "CUBESETCOUNT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -120,7 +114,6 @@
/** @constructor */
function cCUBEVALUE() {
this.name = "CUBEVALUE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......
......@@ -297,7 +297,6 @@
/** @constructor */
function cDATE() {
this.name = "DATE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -367,7 +366,6 @@
/** @constructor */
function cDATEDIF() {
this.name = "DATEDIF";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -485,7 +483,6 @@
/** @constructor */
function cDATEVALUE() {
this.name = "DATEVALUE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -525,7 +522,6 @@
/** @constructor */
function cDAY() {
this.name = "DAY";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -598,7 +594,6 @@
/** @constructor */
function cDAYS360() {
this.name = "DAYS360";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -664,7 +659,6 @@
/** @constructor */
function cEDATE() {
this.name = "EDATE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -739,7 +733,6 @@
/** @constructor */
function cEOMONTH() {
this.name = "EOMONTH";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -805,7 +798,6 @@
/** @constructor */
function cHOUR() {
this.name = "HOUR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -870,7 +862,6 @@
/** @constructor */
function cMINUTE() {
this.name = "MINUTE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -934,7 +925,6 @@
/** @constructor */
function cMONTH() {
this.name = "MONTH";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1003,7 +993,6 @@
/** @constructor */
function cNETWORKDAYS() {
this.name = "NETWORKDAYS";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -1136,7 +1125,6 @@
/** @constructor */
function cNOW() {
this.name = "NOW";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -1160,7 +1148,6 @@
/** @constructor */
function cSECOND() {
this.name = "SECOND";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1224,7 +1211,6 @@
/** @constructor */
function cTIME() {
this.name = "TIME";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -1285,7 +1271,6 @@
/** @constructor */
function cTIMEVALUE() {
this.name = "TIMEVALUE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1326,7 +1311,6 @@
/** @constructor */
function cTODAY() {
this.name = "TODAY";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -1350,7 +1334,6 @@
/** @constructor */
function cWEEKDAY() {
this.name = "WEEKDAY";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1433,7 +1416,6 @@
/** @constructor */
function cWEEKNUM() {
this.name = "WEEKNUM";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1549,7 +1531,6 @@
/** @constructor */
function cWORKDAY() {
this.name = "WORKDAY";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -1683,7 +1664,6 @@
/** @constructor */
function cYEAR() {
this.name = "YEAR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1746,7 +1726,6 @@
/** @constructor */
function cYEARFRAC() {
this.name = "YEARFRAC";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......
......@@ -58,7 +58,6 @@
/** @constructor */
function cERROR_TYPE() {
this.name = "ERROR.TYPE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -120,7 +119,6 @@
/** @constructor */
function cISBLANK() {
this.name = "ISBLANK";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -150,7 +148,6 @@
/** @constructor */
function cISERR() {
this.name = "ISERR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -183,7 +180,6 @@
/** @constructor */
function cISERROR() {
this.name = "ISERROR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -216,7 +212,6 @@
/** @constructor */
function cISEVEN() {
this.name = "ISEVEN";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -254,7 +249,6 @@
/** @constructor */
function cISLOGICAL() {
this.name = "ISLOGICAL";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -287,7 +281,6 @@
/** @constructor */
function cISNA() {
this.name = "ISNA";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -320,7 +313,6 @@
/** @constructor */
function cISNONTEXT() {
this.name = "ISNONTEXT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -352,7 +344,6 @@
/** @constructor */
function cISNUMBER() {
this.name = "ISNUMBER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -385,7 +376,6 @@
/** @constructor */
function cISODD() {
this.name = "ISODD";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -423,7 +413,6 @@
/** @constructor */
function cISREF() {
this.name = "ISREF";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -448,7 +437,6 @@
/** @constructor */
function cISTEXT() {
this.name = "ISTEXT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -481,7 +469,6 @@
/** @constructor */
function cN() {
this.name = "N";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -528,7 +515,6 @@
/** @constructor */
function cNA() {
this.name = "NA";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -548,7 +534,6 @@
/** @constructor */
function cTYPE() {
this.name = "TYPE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......
......@@ -56,7 +56,6 @@
/** @constructor */
function cAND() {
this.name = "AND";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -132,7 +131,6 @@
/** @constructor */
function cFALSE() {
this.name = "FALSE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -152,7 +150,6 @@
/** @constructor */
function cIF() {
this.name = "IF";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -195,7 +192,6 @@
/** @constructor */
function cIFERROR() {
this.name = "IFERROR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -230,7 +226,6 @@
/** @constructor */
function cNOT() {
this.name = "NOT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -270,7 +265,6 @@
/** @constructor */
function cOR() {
this.name = "OR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -343,7 +337,6 @@
/** @constructor */
function cTRUE() {
this.name = "TRUE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......
......@@ -97,7 +97,6 @@
/** @constructor */
function cADDRESS() {
this.name = "ADDRESS";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -221,7 +220,6 @@
/** @constructor */
function cCHOOSE() {
this.name = "CHOOSE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -260,7 +258,6 @@
/** @constructor */
function cCOLUMN() {
this.name = "COLUMN";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -291,7 +288,6 @@
/** @constructor */
function cCOLUMNS() {
this.name = "COLUMNS";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -327,7 +323,6 @@
/** @constructor */
function cHLOOKUP() {
this.name = "HLOOKUP";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -443,7 +438,6 @@
/** @constructor */
function cINDEX() {
this.name = "INDEX";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -525,7 +519,6 @@
/** @constructor */
function cINDIRECT() {
this.name = "INDIRECT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -600,7 +593,6 @@
/** @constructor */
function cLOOKUP() {
this.name = "LOOKUP";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -746,7 +738,6 @@
/** @constructor */
function cMATCH() {
this.name = "MATCH";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -852,7 +843,6 @@
/** @constructor */
function cOFFSET() {
this.name = "OFFSET";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -953,7 +943,6 @@
/** @constructor */
function cROW() {
this.name = "ROW";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 0;
this.argumentsCurrent = 0;
......@@ -984,7 +973,6 @@
/** @constructor */
function cROWS() {
this.name = "ROWS";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1020,7 +1008,6 @@
/** @constructor */
function cTRANSPOSE() {
this.name = "TRANSPOSE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1154,7 +1141,6 @@
/** @constructor */
function cVLOOKUP() {
this.name = "VLOOKUP";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......
This diff is collapsed.
......@@ -78,7 +78,6 @@
/** @constructor */
function cCHAR() {
this.name = "CHAR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -125,7 +124,6 @@
/** @constructor */
function cCLEAN() {
this.name = "CLEAN";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -166,7 +164,6 @@
/** @constructor */
function cCODE() {
this.name = "CODE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -213,7 +210,6 @@
/** @constructor */
function cCONCATENATE() {
this.name = "CONCATENATE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -259,7 +255,6 @@
/** @constructor */
function cDOLLAR() {
this.name = "DOLLAR";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -460,7 +455,6 @@
/** @constructor */
function cEXACT() {
this.name = "EXACT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -508,7 +502,6 @@
/** @constructor */
function cFIND() {
this.name = "FIND";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -603,7 +596,6 @@
/** @constructor */
function cFIXED() {
this.name = "FIXED";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -808,7 +800,6 @@
/** @constructor */
function cLEFT() {
this.name = "LEFT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -867,7 +858,6 @@
/** @constructor */
function cLEN() {
this.name = "LEN";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -910,7 +900,6 @@
/** @constructor */
function cLOWER() {
this.name = "LOWER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -945,7 +934,6 @@
/** @constructor */
function cMID() {
this.name = "MID";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -1031,7 +1019,6 @@
/** @constructor */
function cPROPER() {
this.name = "PROPER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1099,7 +1086,6 @@
/** @constructor */
function cREPLACE() {
this.name = "REPLACE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 4;
this.argumentsCurrent = 0;
......@@ -1186,7 +1172,6 @@
/** @constructor */
function cREPT() {
this.name = "REPT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -1250,7 +1235,6 @@
/** @constructor */
function cRIGHT() {
this.name = "RIGHT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1309,7 +1293,6 @@
/** @constructor */
function cSEARCH() {
this.name = "SEARCH";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -1408,7 +1391,6 @@
/** @constructor */
function cSUBSTITUTE() {
this.name = "SUBSTITUTE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 3;
this.argumentsCurrent = 0;
......@@ -1491,7 +1473,6 @@
/** @constructor */
function cT() {
this.name = "T";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1526,7 +1507,6 @@
/** @constructor */
function cTEXT() {
this.name = "TEXT";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 2;
this.argumentsCurrent = 0;
......@@ -1599,7 +1579,6 @@
/** @constructor */
function cTRIM() {
this.name = "TRIM";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1637,7 +1616,6 @@
/** @constructor */
function cUPPER() {
this.name = "UPPER";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......@@ -1670,7 +1648,6 @@
/** @constructor */
function cVALUE() {
this.name = "VALUE";
this.type = cElementType.func;
this.value = null;
this.argumentsMin = 1;
this.argumentsCurrent = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment