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
ae29cebe
Commit
ae29cebe
authored
Apr 14, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e933a1fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
+1
-1
ASCOfficePPTXFile/ASCOfficeDrawingConverter.h
ASCOfficePPTXFile/ASCOfficeDrawingConverter.h
+1
-1
ASCOfficePPTXFile/PPTXFormat/Logic/SpTreeElem.cpp
ASCOfficePPTXFile/PPTXFormat/Logic/SpTreeElem.cpp
+2
-0
XlsxSerializerCom/Reader/BinaryWriter.h
XlsxSerializerCom/Reader/BinaryWriter.h
+2
-0
No files found.
ASCOfficePPTXFile/ASCOfficeDrawingConverter.cpp
View file @
ae29cebe
...
...
@@ -5264,7 +5264,7 @@ void CDrawingConverter::Clear()
}
m_mapShapeTypes
.
clear
();
}
void
CDrawingConverter
::
SetRels
(
smart_ptr
<
OOX
::
IFileContainer
>
&
container
)
void
CDrawingConverter
::
SetRels
(
smart_ptr
<
OOX
::
IFileContainer
>
container
)
{
*
m_pBinaryWriter
->
m_pCurrentContainer
=
container
;
}
...
...
ASCOfficePPTXFile/ASCOfficeDrawingConverter.h
View file @
ae29cebe
...
...
@@ -211,7 +211,7 @@ namespace NSBinPptxRW
~
CDrawingConverter
();
void
SetRels
(
OOX
::
IFileContainer
*
container
);
void
SetRels
(
smart_ptr
<
OOX
::
IFileContainer
>
&
container
);
void
SetRels
(
smart_ptr
<
OOX
::
IFileContainer
>
container
);
smart_ptr
<
OOX
::
IFileContainer
>
GetRels
();
HRESULT
SetMainDocument
(
BinDocxRW
::
CDocxSerializer
*
pDocument
);
...
...
ASCOfficePPTXFile/PPTXFormat/Logic/SpTreeElem.cpp
View file @
ae29cebe
...
...
@@ -418,6 +418,8 @@ namespace PPTX
smart_ptr
<
PPTX
::
Logic
::
SpTree
>
oSpTree
=
m_elem
.
smart_dynamic_cast
<
PPTX
::
Logic
::
SpTree
>
();
if
(
oSpTree
.
IsInit
())
oSpTree
->
toXmlWriterVML
(
pWriter
,
oTheme
,
oClrMap
);
}
break
;
default:
break
;
}
}
...
...
XlsxSerializerCom/Reader/BinaryWriter.h
View file @
ae29cebe
...
...
@@ -3425,6 +3425,8 @@ namespace BinXlsxRW
WriteIconSet
(
*
pIconSet
);
m_oBcw
.
WriteItemEnd
(
nCurPos
);
break
;
default:
break
;
}
}
}
...
...
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