Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
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
onlyoffice_core
Commits
99570b3b
Commit
99570b3b
authored
Jan 26, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d9c67591
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
63 deletions
+65
-63
ASCOfficeOdfFileW/source/Oox2OdfConverter/Converter.cpp
ASCOfficeOdfFileW/source/Oox2OdfConverter/Converter.cpp
+4
-2
XlsxSerializerCom/Reader/ChartFromToBinary.cpp
XlsxSerializerCom/Reader/ChartFromToBinary.cpp
+61
-61
No files found.
ASCOfficeOdfFileW/source/Oox2OdfConverter/Converter.cpp
View file @
99570b3b
...
...
@@ -55,6 +55,8 @@
#include "../../../Common/DocxFormat/Source/DocxFormat/Diagram/DiagramDrawing.h"
#include "../../../Common/DocxFormat/Source/DocxFormat/Diagram/DiagramData.h"
#include "../../../ASCOfficePPTXFile/PPTXFormat/Logic/Shape.h"
#define PROGRESSEVENT_ID 0
namespace
Oox2Odf
...
...
@@ -267,13 +269,13 @@ void OoxConverter::convert(OOX::WritingElement *oox_unknown)
//et_p_cNvPr,
//et_p_xfrm,
case
PPT
X
:
:
et_p_ShapeTree
:
case
OO
X
:
:
et_p_ShapeTree
:
{
PPTX
::
Logic
::
SpTree
*
spTree
=
static_cast
<
PPTX
::
Logic
::
SpTree
*>
(
oox_unknown
);
convert
(
spTree
);
}
break
;
case
PPT
X
:
:
et_p_Shape
:
case
OO
X
:
:
et_p_Shape
:
{
PPTX
::
Logic
::
Shape
*
shape
=
static_cast
<
PPTX
::
Logic
::
Shape
*>
(
oox_unknown
);
convert
(
shape
);
...
...
XlsxSerializerCom/Reader/ChartFromToBinary.cpp
View file @
99570b3b
This diff is collapsed.
Click to expand it.
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