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