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)
{
if(pageIndex === needPageIndex)
......
"use strict";
// COLOR -----------------------
/*
var map_color_scheme = {};
......
"use strict";
function CheckObjectLine(obj)
{
return (obj instanceof CShape && obj.spPr && obj.spPr.geometry && obj.spPr.geometry.preset === "line");
......
"use strict";
var MOVE_DELTA = 1/100000;
var SNAP_DISTANCE = 1.27;
......
"use strict";
function XYAdjustmentTrack(originalShape, adjIndex)
{
this.originalShape = originalShape;
......
"use strict";
function MoveShapeImageTrack(originalObject)
{
this.originalObject = originalObject;
......
"use strict";
var c_dScalePPTXSizes = 36000;
function IsHiddenObj(object)
{
......
"use strict";
var c_oMainTables = {
Main : 255,
App : 1,
......@@ -63,8 +65,6 @@ function CBinaryFileWriter()
this.ImData = _ctx.createImageData(this.len / 4, 1);
this.data = this.ImData.data;
this.pos = 0;
delete _canvas;
};
this.IsWordWriter = false;
......@@ -125,8 +125,6 @@ function CBinaryFileWriter()
for (var i=0;i<this.pos;i++)
newData[i]=oldData[i];
delete _canvas;
}
};
this.GetBase64Memory = function()
......
/** @define {boolean} */
"use strict";
/** @define {boolean} */
var ASC_DOCS_API_DEBUG = true;
var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
......
"use strict";
// ---------------------------------------------------------------
function CAscColorScheme()
......
"use strict";
var c_oAscZoomType = {
Current :0,
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