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
4c07ddbc
Commit
4c07ddbc
authored
Feb 26, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7be543c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
ASCOfficePPTXFile/PPTXFormat/Logic/CxnSp.h
ASCOfficePPTXFile/PPTXFormat/Logic/CxnSp.h
+1
-1
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.h
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.h
+1
-1
ASCOfficePPTXFile/PPTXFormat/Logic/Pic.h
ASCOfficePPTXFile/PPTXFormat/Logic/Pic.h
+1
-1
Common/DocxFormat/Source/DocxFormat/WritingElement.h
Common/DocxFormat/Source/DocxFormat/WritingElement.h
+5
-1
No files found.
ASCOfficePPTXFile/PPTXFormat/Logic/CxnSp.h
View file @
4c07ddbc
...
...
@@ -57,7 +57,7 @@ namespace PPTX
virtual
OOX
::
EElementType
getType
()
const
{
return
OOX
::
et_
a_C
xnSp
;
return
OOX
::
et_
x_c
xnSp
;
}
virtual
void
fromXML
(
XmlUtils
::
CXmlNode
&
node
);
...
...
ASCOfficePPTXFile/PPTXFormat/Logic/GraphicFrame.h
View file @
4c07ddbc
...
...
@@ -54,7 +54,7 @@ namespace PPTX
virtual
OOX
::
EElementType
getType
()
const
{
return
OOX
::
et_a_
G
raphicFrame
;
return
OOX
::
et_a_
g
raphicFrame
;
}
explicit
GraphicFrame
(
XmlUtils
::
CXmlLiteReader
&
oReader
);
const
GraphicFrame
&
operator
=
(
XmlUtils
::
CXmlLiteReader
&
oReader
);
...
...
ASCOfficePPTXFile/PPTXFormat/Logic/Pic.h
View file @
4c07ddbc
...
...
@@ -220,7 +220,7 @@ namespace PPTX
virtual
OOX
::
EElementType
getType
()
const
{
return
OOX
::
et_
a_P
ic
;
return
OOX
::
et_
x_p
ic
;
}
explicit
Pic
(
XmlUtils
::
CXmlNode
&
node
);
...
...
Common/DocxFormat/Source/DocxFormat/WritingElement.h
View file @
4c07ddbc
...
...
@@ -226,6 +226,8 @@ namespace OOX
et_a_glow
,
// <a:glow>
et_a_gradFill
,
// <a:gradFill>
et_a_graphic
,
// <a:graphic>
et_a_graphicFrame
,
et_a_graphicData
,
et_a_graphicFrameLocks
,
// <a:graphicFrameLocks>
et_a_gray
,
// <a:gray>
et_a_grayscl
,
// <a:grayscl>
...
...
@@ -345,6 +347,9 @@ namespace OOX
et_dsp_groupSpPr
,
// <dsp:grpSpPr>
et_dsp_cNvPr
,
et_dsp_txXfrm
,
et_x_pic
,
// <...:pic>
et_x_cxnSp
,
// <...:cxnSp>
et_p_cNvPicPr
,
// <p:cNvPicPr>
et_p_cNvPr
,
// <p:cNvPr>
...
...
@@ -362,7 +367,6 @@ namespace OOX
et_p_MathPara
,
et_a_textFit
,
et_a_hyperlink
,
et_a_fld
,
et_a_p
,
// <a:p>
...
...
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