Commit 687c0c69 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

"use strict"

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56579 954022d7-b5bf-4e40-9824-e11837661b57
parent 884d598a
"use strict";
function CheckCoordsNeedPage(x, y, pageIndex, needPageIndex, drawingDocument) function CheckCoordsNeedPage(x, y, pageIndex, needPageIndex, drawingDocument)
{ {
if(pageIndex === needPageIndex) if(pageIndex === needPageIndex)
......
"use strict";
// COLOR ----------------------- // COLOR -----------------------
/* /*
var map_color_scheme = {}; var map_color_scheme = {};
......
"use strict"; "use strict";
function CheckObjectLine(obj) function CheckObjectLine(obj)
{ {
return (obj instanceof CShape && obj.spPr && obj.spPr.geometry && obj.spPr.geometry.preset === "line"); return (obj instanceof CShape && obj.spPr && obj.spPr.geometry && obj.spPr.geometry.preset === "line");
......
"use strict";
var MOVE_DELTA = 1/100000; var MOVE_DELTA = 1/100000;
var SNAP_DISTANCE = 1.27; var SNAP_DISTANCE = 1.27;
......
"use strict"; "use strict";
function XYAdjustmentTrack(originalShape, adjIndex) function XYAdjustmentTrack(originalShape, adjIndex)
{ {
this.originalShape = originalShape; this.originalShape = originalShape;
......
"use strict"; "use strict";
function MoveShapeImageTrack(originalObject) function MoveShapeImageTrack(originalObject)
{ {
this.originalObject = originalObject; this.originalObject = originalObject;
......
"use strict";
var c_dScalePPTXSizes = 36000; var c_dScalePPTXSizes = 36000;
function IsHiddenObj(object) function IsHiddenObj(object)
{ {
......
"use strict";
var c_oMainTables = { var c_oMainTables = {
Main : 255, Main : 255,
App : 1, App : 1,
...@@ -63,8 +65,6 @@ function CBinaryFileWriter() ...@@ -63,8 +65,6 @@ function CBinaryFileWriter()
this.ImData = _ctx.createImageData(this.len / 4, 1); this.ImData = _ctx.createImageData(this.len / 4, 1);
this.data = this.ImData.data; this.data = this.ImData.data;
this.pos = 0; this.pos = 0;
delete _canvas;
}; };
this.IsWordWriter = false; this.IsWordWriter = false;
...@@ -125,8 +125,6 @@ function CBinaryFileWriter() ...@@ -125,8 +125,6 @@ function CBinaryFileWriter()
for (var i=0;i<this.pos;i++) for (var i=0;i<this.pos;i++)
newData[i]=oldData[i]; newData[i]=oldData[i];
delete _canvas;
} }
}; };
this.GetBase64Memory = function() this.GetBase64Memory = function()
......
/** @define {boolean} */ "use strict";
/** @define {boolean} */
var ASC_DOCS_API_DEBUG = true; var ASC_DOCS_API_DEBUG = true;
var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
......
"use strict";
// --------------------------------------------------------------- // ---------------------------------------------------------------
function CAscColorScheme() function CAscColorScheme()
......
"use strict";
var c_oAscZoomType = { var c_oAscZoomType = {
Current :0, Current :0,
FitWidth:1, FitWidth:1,
......
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