Commit e63210c5 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

опечатки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62527 954022d7-b5bf-4e40-9824-e11837661b57
parent 2e915731
...@@ -274,9 +274,7 @@ cFormulaFunctionGroup['DateAndTime'] = [ ...@@ -274,9 +274,7 @@ cFormulaFunctionGroup['DateAndTime'] = [
]; ];
function cDATE() { function cDATE() {
// cBaseFunction.call( this, "DATE" ); // cBaseFunction.call( this, "DATE", 3, 3 );
// this.setArgumentsMin( 3 );
// this.setArgumentsMax( 3 );
this.name = "DATE"; this.name = "DATE";
this.type = cElementType.func; this.type = cElementType.func;
...@@ -351,9 +349,7 @@ cDATE.prototype.getInfo = function () { ...@@ -351,9 +349,7 @@ cDATE.prototype.getInfo = function () {
}; };
function cDATEDIF() { function cDATEDIF() {
// cBaseFunction.call( this, "DATEDIF" ); // cBaseFunction.call( this, "DATEDIF", 3, 3 );
// this.setArgumentsMin( 3 );
// this.setArgumentsMax( 3 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "DATEDIF"; this.name = "DATEDIF";
...@@ -467,9 +463,7 @@ cDATEDIF.prototype.getInfo = function () { ...@@ -467,9 +463,7 @@ cDATEDIF.prototype.getInfo = function () {
}; };
function cDATEVALUE() { function cDATEVALUE() {
// cBaseFunction.call( this, "DATEVALUE" ); // cBaseFunction.call( this, "DATEVALUE", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "DATEVALUE"; this.name = "DATEVALUE";
...@@ -520,9 +514,7 @@ cDATEVALUE.prototype.getInfo = function () { ...@@ -520,9 +514,7 @@ cDATEVALUE.prototype.getInfo = function () {
}; };
function cDAY() { function cDAY() {
// cBaseFunction.call( this, "DAY" ); // cBaseFunction.call( this, "DAY", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "DAY"; this.name = "DAY";
...@@ -597,9 +589,7 @@ cDAY.prototype.getInfo = function () { ...@@ -597,9 +589,7 @@ cDAY.prototype.getInfo = function () {
}; };
function cDAYS360() { function cDAYS360() {
// cBaseFunction.call( this, "DAYS360" ); // cBaseFunction.call( this, "DAYS360", 2, 3 );
// this.setArgumentsMin( 2 );
// this.setArgumentsMax( 3 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "DAYS360"; this.name = "DAYS360";
...@@ -665,9 +655,7 @@ cDAYS360.prototype.getInfo = function () { ...@@ -665,9 +655,7 @@ cDAYS360.prototype.getInfo = function () {
}; };
function cEDATE() { function cEDATE() {
// cBaseFunction.call( this, "EDATE" ); // cBaseFunction.call( this, "EDATE", 2, 2 );
// this.setArgumentsMin( 2 );
// this.setArgumentsMax( 2 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "EDATE"; this.name = "EDATE";
...@@ -747,9 +735,7 @@ cEDATE.prototype.getInfo = function () { ...@@ -747,9 +735,7 @@ cEDATE.prototype.getInfo = function () {
}; };
function cEOMONTH() { function cEOMONTH() {
// cBaseFunction.call( this, "EOMONTH" ); // cBaseFunction.call( this, "EOMONTH", 2, 2 );
// this.setArgumentsMin( 2 );
// this.setArgumentsMax( 2 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "EOMONTH"; this.name = "EOMONTH";
...@@ -819,9 +805,7 @@ cEOMONTH.prototype.getInfo = function () { ...@@ -819,9 +805,7 @@ cEOMONTH.prototype.getInfo = function () {
}; };
function cHOUR() { function cHOUR() {
// cBaseFunction.call( this, "HOUR" ); // cBaseFunction.call( this, "HOUR", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "HOUR"; this.name = "HOUR";
...@@ -893,9 +877,7 @@ cHOUR.prototype.getInfo = function () { ...@@ -893,9 +877,7 @@ cHOUR.prototype.getInfo = function () {
}; };
function cMINUTE() { function cMINUTE() {
// cBaseFunction.call( this, "MINUTE" ); // cBaseFunction.call( this, "MINUTE", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "MINUTE"; this.name = "MINUTE";
...@@ -969,9 +951,7 @@ cMINUTE.prototype.getInfo = function () { ...@@ -969,9 +951,7 @@ cMINUTE.prototype.getInfo = function () {
}; };
function cMONTH() { function cMONTH() {
// cBaseFunction.call( this, "MONTH" ); // cBaseFunction.call( this, "MONTH", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "MONTH"; this.name = "MONTH";
...@@ -1045,9 +1025,7 @@ cMONTH.prototype.getInfo = function () { ...@@ -1045,9 +1025,7 @@ cMONTH.prototype.getInfo = function () {
}; };
function cNETWORKDAYS() { function cNETWORKDAYS() {
// cBaseFunction.call( this, "NETWORKDAYS" ); // cBaseFunction.call( this, "NETWORKDAYS", 2, 3 );
// this.setArgumentsMin( 2 );
// this.setArgumentsMax( 3 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "NETWORKDAYS"; this.name = "NETWORKDAYS";
...@@ -1183,9 +1161,7 @@ function cNETWORKDAYS_INTL() { ...@@ -1183,9 +1161,7 @@ function cNETWORKDAYS_INTL() {
cNETWORKDAYS_INTL.prototype = Object.create( cBaseFunction.prototype ); cNETWORKDAYS_INTL.prototype = Object.create( cBaseFunction.prototype );
function cNOW() { function cNOW() {
// cBaseFunction.call( this, "NOW" ); // cBaseFunction.call( this, "NOW", 0, 0 );
// this.setArgumentsMin( 0 );
// this.setArgumentsMax( 0 );
this.name = "NOW"; this.name = "NOW";
this.type = cElementType.func; this.type = cElementType.func;
...@@ -1216,9 +1192,7 @@ cNOW.prototype.getInfo = function () { ...@@ -1216,9 +1192,7 @@ cNOW.prototype.getInfo = function () {
} }
function cSECOND() { function cSECOND() {
// cBaseFunction.call( this, "SECOND" ); // cBaseFunction.call( this, "SECOND", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "SECOND"; this.name = "SECOND";
...@@ -1292,9 +1266,7 @@ cSECOND.prototype.getInfo = function () { ...@@ -1292,9 +1266,7 @@ cSECOND.prototype.getInfo = function () {
}; };
function cTIME() { function cTIME() {
// cBaseFunction.call( this, "TIME" ); // cBaseFunction.call( this, "TIME", 3, 3 );
// this.setArgumentsMin( 3 );
// this.setArgumentsMax( 3 );
this.name = "TIME"; this.name = "TIME";
this.type = cElementType.func; this.type = cElementType.func;
...@@ -1359,9 +1331,7 @@ cTIME.prototype.getInfo = function () { ...@@ -1359,9 +1331,7 @@ cTIME.prototype.getInfo = function () {
} }
function cTIMEVALUE() { function cTIMEVALUE() {
// cBaseFunction.call( this, "TIMEVALUE" ); // cBaseFunction.call( this, "TIMEVALUE", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "TIMEVALUE"; this.name = "TIMEVALUE";
...@@ -1412,9 +1382,7 @@ cTIMEVALUE.prototype.getInfo = function () { ...@@ -1412,9 +1382,7 @@ cTIMEVALUE.prototype.getInfo = function () {
} }
function cTODAY() { function cTODAY() {
// cBaseFunction.call( this, "TODAY" ); // cBaseFunction.call( this, "TODAY", 0, 0 );
// this.setArgumentsMin( 0 );
// this.setArgumentsMax( 0 );
this.name = "TODAY"; this.name = "TODAY";
this.type = cElementType.func; this.type = cElementType.func;
...@@ -1445,9 +1413,7 @@ cTODAY.prototype.getInfo = function () { ...@@ -1445,9 +1413,7 @@ cTODAY.prototype.getInfo = function () {
} }
function cWEEKDAY() { function cWEEKDAY() {
// cBaseFunction.call( this, "WEEKDAY" ); // cBaseFunction.call( this, "WEEKDAY", 1, 2 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 2 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "WEEKDAY"; this.name = "WEEKDAY";
...@@ -1536,9 +1502,7 @@ cWEEKDAY.prototype.getInfo = function () { ...@@ -1536,9 +1502,7 @@ cWEEKDAY.prototype.getInfo = function () {
} }
function cWEEKNUM() { function cWEEKNUM() {
// cBaseFunction.call( this, "WEEKNUM" ); // cBaseFunction.call( this, "WEEKNUM", 1, 2 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 2 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "WEEKNUM"; this.name = "WEEKNUM";
...@@ -1659,9 +1623,7 @@ cWEEKNUM.prototype.getInfo = function () { ...@@ -1659,9 +1623,7 @@ cWEEKNUM.prototype.getInfo = function () {
} }
function cWORKDAY() { function cWORKDAY() {
// cBaseFunction.call( this, "WORKDAY" ); // cBaseFunction.call( this, "WORKDAY", 2, 3 );
// this.setArgumentsMin( 2 );
// this.setArgumentsMax( 3 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "WORKDAY"; this.name = "WORKDAY";
...@@ -1793,9 +1755,7 @@ function cWORKDAY_INTL() { ...@@ -1793,9 +1755,7 @@ function cWORKDAY_INTL() {
cWORKDAY_INTL.prototype = Object.create( cBaseFunction.prototype ) cWORKDAY_INTL.prototype = Object.create( cBaseFunction.prototype )
function cYEAR() { function cYEAR() {
// cBaseFunction.call( this, "YEAR" ); // cBaseFunction.call( this, "YEAR", 1, 1 );
// this.setArgumentsMin( 1 );
// this.setArgumentsMax( 1 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "YEAR"; this.name = "YEAR";
...@@ -1866,9 +1826,7 @@ cYEAR.prototype.getInfo = function () { ...@@ -1866,9 +1826,7 @@ cYEAR.prototype.getInfo = function () {
} }
function cYEARFRAC() { function cYEARFRAC() {
// cBaseFunction.call( this, "YEARFRAC" ); // cBaseFunction.call( this, "YEARFRAC", 2, 3 );
// this.setArgumentsMin( 2 );
// this.setArgumentsMax( 3 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "YEARFRAC"; this.name = "YEARFRAC";
......
...@@ -3484,7 +3484,7 @@ function cPERCENTRANK() { ...@@ -3484,7 +3484,7 @@ function cPERCENTRANK() {
// this.setArgumentsMin( 2 ); // this.setArgumentsMin( 2 );
// this.setArgumentsMax( 3 ); // this.setArgumentsMax( 3 );
this.name = "PERCEBTRANK"; this.name = "PERCENTRANK";
this.type = cElementType.func; this.type = cElementType.func;
this.value = null; this.value = null;
this.argumentsMin = 2; this.argumentsMin = 2;
......
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