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
ecba6e09
Commit
ecba6e09
authored
Jul 18, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
transitions without effect
parent
1188d4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
ASCOfficePPTXFile/PPTXFormat/Logic/Transitions/Transition.h
ASCOfficePPTXFile/PPTXFormat/Logic/Transitions/Transition.h
+9
-12
No files found.
ASCOfficePPTXFile/PPTXFormat/Logic/Transitions/Transition.h
View file @
ecba6e09
...
...
@@ -79,17 +79,17 @@ namespace PPTX
virtual
void
toPPTY
(
NSBinPptxRW
::
CBinaryFileWriter
*
pWriter
)
const
{
if
(
_T
(
""
)
!=
trSerialize
.
m_strNodeName
)
{
pWriter
->
WriteBYTE
(
NSBinPptxRW
::
g_nodeAttributeStart
);
pWriter
->
WriteBYTE
(
NSBinPptxRW
::
g_nodeAttributeStart
);
pWriter
->
WriteBool2
(
0
,
advClick
);
pWriter
->
WriteInt2
(
1
,
advTm
);
pWriter
->
WriteInt2
(
2
,
dur
);
pWriter
->
WriteLimit2
(
3
,
spd
);
pWriter
->
WriteBool2
(
0
,
advClick
);
pWriter
->
WriteInt2
(
1
,
advTm
);
pWriter
->
WriteInt2
(
2
,
dur
);
pWriter
->
WriteLimit2
(
3
,
spd
);
pWriter
->
WriteBYTE
(
NSBinPptxRW
::
g_nodeAttributeEnd
);
pWriter
->
WriteBYTE
(
NSBinPptxRW
::
g_nodeAttributeEnd
);
if
(
_T
(
""
)
!=
trSerialize
.
m_strNodeName
)
{
pWriter
->
WriteRecord1
(
0
,
trSerialize
);
}
}
...
...
@@ -142,9 +142,6 @@ namespace PPTX
virtual
void
toXmlWriter
(
NSBinPptxRW
::
CXmlWriter
*
pWriter
)
const
{
if
(
_T
(
""
)
==
trSerialize
.
m_strNodeName
)
return
;
pWriter
->
WriteString
(
_T
(
"<mc:AlternateContent xmlns:mc=
\"
http://schemas.openxmlformats.org/markup-compatibility/2006
\"
>\
<mc:Choice xmlns:p14=
\"
http://schemas.microsoft.com/office/powerpoint/2010/main
\"
Requires=
\"
p14
\"
>"
));
...
...
@@ -205,4 +202,4 @@ namespace PPTX
}
// namespace Logic
}
// namespace PPTX
#endif // PPTX_LOGIC_TRANSITION_INCLUDE_H_
\ No newline at end of file
#endif // PPTX_LOGIC_TRANSITION_INCLUDE_H_
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