Commit acecacbb authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

comment (ToDo)

cleanDepCells
drawDepCells

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50456 954022d7-b5bf-4e40-9824-e11837661b57
parent abd05fef
......@@ -2086,10 +2086,11 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
},
asc_drawDepCells:function(se){
/* ToDo
if( se != c_oAscDrawDepOptions.Clear )
this.wb.getWorksheet().prepareDepCells(se);
else
this.wb.getWorksheet().cleanDepCells();
this.wb.getWorksheet().cleanDepCells();*/
},
// Потеряем ли мы что-то при merge ячеек
......
......@@ -1142,7 +1142,7 @@
if (i == activeIndex) {
item.objectRender.changeZoom(this.drawingCtx.scaleFactor);
item.draw();
item.drawDepCells();
//ToDo item.drawDepCells();
}
}
}
......
......@@ -4816,7 +4816,7 @@
this._trigger("reinitializeScrollY");
this.cellCommentator.updateCommentPosition();
this.drawDepCells();
//ToDo this.drawDepCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(false);
return this;
......@@ -4881,7 +4881,7 @@
this._trigger("reinitializeScrollX");
this.cellCommentator.updateCommentPosition();
this.drawDepCells();
//ToDo this.drawDepCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(false);
return this;
......@@ -5900,9 +5900,10 @@
if ( drawingInfo && drawingInfo.isGraphicObject ) {
// отправляем евент для получения свойств картинки, шейпа или группы
this._trigger("selectionChanged", this.getSelectionInfo());
} else {
this._drawSelection();
//ToDo this.drawDepCells();
}
else
this.drawDepCells();
return ret;
},
......@@ -6007,7 +6008,7 @@
if (!isCoord)
this._fixSelectionOfHiddenCells(ar.c2 - arOld.c2 >= 0 ? +1 : -1, ar.r2 - arOld.r2 >= 0 ? +1 : -1);
this._drawSelection();
this.drawDepCells();
//ToDo this.drawDepCells();
}
ret = this._calcActiveRangeOffset();
......@@ -6828,7 +6829,7 @@
t.cleanSelection();
if (true === isSuccess && !arnFrom.isEqual(arnTo) && can) {
t.cleanDepCells();
//ToDo t.cleanDepCells();
History.Create_NewPoint();
History.SetSelection(arnFrom.clone());
History.SetSelectionRedo(arnTo.clone());
......
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