-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule sdkjs
updated
25 files
+13 −1 | Readme.md | |
+10 −2 | cell/api.js | |
+538 −311 | cell/apiBuilder.js | |
+26 −8 | cell/model/WorkbookElems.js | |
+9 −3 | cell/model/autofilters.js | |
+24 −24 | cell/view/WorksheetView.js | |
+19 −12 | common/Charts/DrawingObjects.js | |
+88 −3 | common/Drawings/CommonController.js | |
+4 −0 | common/Drawings/Format/GraphicFrame.js | |
+15 −0 | common/Drawings/Format/OleObject.js | |
+1 −1 | common/FontsFreeType/FontManager.js | |
+7 −4 | common/Private/license.js | |
+68 −42 | common/Shapes/Serialize.js | |
+22 −3 | common/Shapes/SerializeWriter.js | |
+10 −6 | common/apiBase.js | |
+77 −39 | common/apiCommon.js | |
+1,689 −1,611 | common/commonDefines.js | |
+67 −45 | common/plugins.js | |
+21 −13 | slide/Editor/Format/Presentation.js | |
+2 −0 | slide/apiCommon.js | |
+143 −134 | slide/apiDefines.js | |
+10 −1 | word/Editor/GraphicObjects/GraphicObjects.js | |
+7 −3 | word/api.js | |
+50 −38 | word/apiBuilder.js | |
+694 −666 | word/apiDefines.js |
Submodule server
updated
9 files
+12 −2 | Common/config/production-linux.json | |
+1 −0 | Common/sources/constants.js | |
+66 −27 | Common/sources/license.js | |
+7 −7 | DocService/sources/DocsCoServer.js | |
+21 −13 | DocService/sources/server.js | |
+12 −5 | FileConverter/sources/convertermaster.js | |
+64 −3 | Makefile | |
+18 −1 | Readme.md | |
+7 −7 | package.json |
Submodule web-apps
updated
56 files