-
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
1 parent
5a6c345
commit 530622d
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule core
updated
48 files
Submodule sdkjs
updated
26 files
+1 −1 | cell/Local/api.js | |
+1 −1 | cell/model/FormulaObjects/parserFormula.js | |
+20 −1 | cell/model/History.js | |
+1 −1 | cell/view/EventsController.js | |
+2 −2 | common/Charts/DrawingObjects.js | |
+129 −100 | common/Drawings/Format/Data.js | |
+5 −0 | common/Drawings/Format/GraphicObjectBase.js | |
+23 −2 | common/Drawings/Format/GroupShape.js | |
+47 −109 | common/Drawings/Format/Path.js | |
+15 −3 | common/Drawings/Format/Shape.js | |
+1 −1 | common/Drawings/TrackObjects/ResizeTracks.js | |
+3 −0 | common/HistoryCommon.js | |
+48 −2 | common/SerializeCommonWordExcel.js | |
+13 −12 | common/Shapes/Serialize.js | |
+12 −0 | common/Shapes/SerializeWriter.js | |
+5 −6 | common/apiBase.js | |
+36 −19 | common/libfont/map.js | |
+4 −4 | slide/Editor/Format/Timing.js | |
+7 −5 | slide/apiBuilder.js | |
+8 −0 | word/Editor/GraphicObjects/Format/GroupPrototype.js | |
+4 −0 | word/Editor/GraphicObjects/GraphicObjects.js | |
+40 −22 | word/Editor/History.js | |
+1 −3 | word/Editor/Paragraph/ParaDrawing.js | |
+5 −1 | word/Editor/Table/TableCell.js | |
+29 −30 | word/Editor/Table/TableRow.js | |
+9 −1 | word/api.js |
Submodule server
updated
2 files
+7 −5 | Common/config/default.json | |
+6 −10 | DocService/sources/DocsCoServer.js |
Submodule web-apps
updated
1107 files