Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
01b4eafb
Commit
01b4eafb
authored
Apr 26, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ previous revision
parent
0d1b61be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
common/wordcopypaste.js
common/wordcopypaste.js
+8
-2
No files found.
common/wordcopypaste.js
View file @
01b4eafb
...
...
@@ -2442,14 +2442,15 @@ PasteProcessor.prototype =
{
paragraphContent
.
splice
(
i
+
n
,
0
,
elem
.
Content
[
n
]);
}
i
--
;
//checkInsideDrawings(elem.Content);
break
;
}
case
para_Math
:
{
//преобразуем в текст
this
.
_convertParaMathToText
(
elem
);
break
;
}
}
...
...
@@ -2478,6 +2479,11 @@ PasteProcessor.prototype =
}
},
_convertParaMathToText
:
function
(
paraMath
)
{
//TODO пока добавляю функцию здесь. должна она находиться в Math.js
},
_convertTableToText
:
function
(
table
,
obj
,
newParagraph
)
{
var
oDoc
=
this
.
oLogicDocument
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment