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
828df16f
Commit
828df16f
authored
Sep 26, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OdfFormat - fix transactions
parent
941cbe4f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
39 deletions
+39
-39
ASCOfficeOdfFile/src/odf/datatypes/smil_transitiontype.cpp
ASCOfficeOdfFile/src/odf/datatypes/smil_transitiontype.cpp
+39
-39
No files found.
ASCOfficeOdfFile/src/odf/datatypes/smil_transitiontype.cpp
View file @
828df16f
...
...
@@ -91,47 +91,47 @@ smil_transition_type smil_transition_type::parse(const std::wstring & Str)
std
::
wstring
tmp
=
Str
;
boost
::
algorithm
::
to_lower
(
tmp
);
if
(
tmp
==
L"bar
W
ipe"
)
return
smil_transition_type
(
barWipe
);
else
if
(
tmp
==
L"box
W
ipe"
)
return
smil_transition_type
(
boxWipe
);
else
if
(
tmp
==
L"fourbox
W
ipe"
)
return
smil_transition_type
(
fourBoxWipe
);
else
if
(
tmp
==
L"barndoor
W
ipe"
)
return
smil_transition_type
(
barnDoorWipe
);
else
if
(
tmp
==
L"diagonal
W
ipe"
)
return
smil_transition_type
(
diagonalWipe
);
else
if
(
tmp
==
L"bowtie
W
ipe"
)
return
smil_transition_type
(
bowTieWipe
);
else
if
(
tmp
==
L"miscdiagonal
W
ipe"
)
return
smil_transition_type
(
miscDiagonalWipe
);
else
if
(
tmp
==
L"vee
W
ipe"
)
return
smil_transition_type
(
veeWipe
);
else
if
(
tmp
==
L"barnvee
W
ipe"
)
return
smil_transition_type
(
barnVeeWipe
);
else
if
(
tmp
==
L"zigzag
W
ipe"
)
return
smil_transition_type
(
zigZagWipe
);
else
if
(
tmp
==
L"barnzigzag
W
ipe"
)
return
smil_transition_type
(
barnZigZagWipe
);
else
if
(
tmp
==
L"iris
W
ipe"
)
return
smil_transition_type
(
irisWipe
);
else
if
(
tmp
==
L"triangle
W
ipe"
)
return
smil_transition_type
(
triangleWipe
);
else
if
(
tmp
==
L"arrowhead
W
ipe"
)
return
smil_transition_type
(
arrowHeadWipe
);
else
if
(
tmp
==
L"pentagon
W
ipe"
)
return
smil_transition_type
(
pentagonWipe
);
else
if
(
tmp
==
L"hexagon
W
ipe"
)
return
smil_transition_type
(
hexagonWipe
);
else
if
(
tmp
==
L"ellipse
W
ipe"
)
return
smil_transition_type
(
ellipseWipe
);
else
if
(
tmp
==
L"eye
W
ipe"
)
return
smil_transition_type
(
eyeWipe
);
else
if
(
tmp
==
L"roundrect
W
ipe"
)
return
smil_transition_type
(
roundRectWipe
);
else
if
(
tmp
==
L"star
W
ipe"
)
return
smil_transition_type
(
starWipe
);
else
if
(
tmp
==
L"miscshape
W
ipe"
)
return
smil_transition_type
(
miscShapeWipe
);
else
if
(
tmp
==
L"clock
W
ipe"
)
return
smil_transition_type
(
clockWipe
);
else
if
(
tmp
==
L"pinwheel
W
ipe"
)
return
smil_transition_type
(
pinWheelWipe
);
else
if
(
tmp
==
L"singlesweep
W
ipe"
)
return
smil_transition_type
(
singleSweepWipe
);
else
if
(
tmp
==
L"fan
W
ipe"
)
return
smil_transition_type
(
fanWipe
);
else
if
(
tmp
==
L"doublefan
W
ipe"
)
return
smil_transition_type
(
doubleFanWipe
);
else
if
(
tmp
==
L"doublesweep
W
ipe"
)
return
smil_transition_type
(
doubleSweepWipe
);
else
if
(
tmp
==
L"saloondoor
W
ipe"
)
return
smil_transition_type
(
saloonDoorWipe
);
else
if
(
tmp
==
L"windshield
W
ipe"
)
return
smil_transition_type
(
windshieldWipe
);
else
if
(
tmp
==
L"snake
W
ipe"
)
return
smil_transition_type
(
snakeWipe
);
else
if
(
tmp
==
L"spiral
W
ipe"
)
return
smil_transition_type
(
spiralWipe
);
else
if
(
tmp
==
L"parallelsnakes
W
ipe"
)
return
smil_transition_type
(
parallelSnakesWipe
);
else
if
(
tmp
==
L"boxsnakes
W
ipe"
)
return
smil_transition_type
(
boxSnakesWipe
);
else
if
(
tmp
==
L"waterfall
W
ipe"
)
return
smil_transition_type
(
waterfallWipe
);
else
if
(
tmp
==
L"push
W
ipe"
)
return
smil_transition_type
(
pushWipe
);
else
if
(
tmp
==
L"slide
W
ipe"
)
return
smil_transition_type
(
slideWipe
);
if
(
tmp
==
L"bar
w
ipe"
)
return
smil_transition_type
(
barWipe
);
else
if
(
tmp
==
L"box
w
ipe"
)
return
smil_transition_type
(
boxWipe
);
else
if
(
tmp
==
L"fourbox
w
ipe"
)
return
smil_transition_type
(
fourBoxWipe
);
else
if
(
tmp
==
L"barndoor
w
ipe"
)
return
smil_transition_type
(
barnDoorWipe
);
else
if
(
tmp
==
L"diagonal
w
ipe"
)
return
smil_transition_type
(
diagonalWipe
);
else
if
(
tmp
==
L"bowtie
w
ipe"
)
return
smil_transition_type
(
bowTieWipe
);
else
if
(
tmp
==
L"miscdiagonal
w
ipe"
)
return
smil_transition_type
(
miscDiagonalWipe
);
else
if
(
tmp
==
L"vee
w
ipe"
)
return
smil_transition_type
(
veeWipe
);
else
if
(
tmp
==
L"barnvee
w
ipe"
)
return
smil_transition_type
(
barnVeeWipe
);
else
if
(
tmp
==
L"zigzag
w
ipe"
)
return
smil_transition_type
(
zigZagWipe
);
else
if
(
tmp
==
L"barnzigzag
w
ipe"
)
return
smil_transition_type
(
barnZigZagWipe
);
else
if
(
tmp
==
L"iris
w
ipe"
)
return
smil_transition_type
(
irisWipe
);
else
if
(
tmp
==
L"triangle
w
ipe"
)
return
smil_transition_type
(
triangleWipe
);
else
if
(
tmp
==
L"arrowhead
w
ipe"
)
return
smil_transition_type
(
arrowHeadWipe
);
else
if
(
tmp
==
L"pentagon
w
ipe"
)
return
smil_transition_type
(
pentagonWipe
);
else
if
(
tmp
==
L"hexagon
w
ipe"
)
return
smil_transition_type
(
hexagonWipe
);
else
if
(
tmp
==
L"ellipse
w
ipe"
)
return
smil_transition_type
(
ellipseWipe
);
else
if
(
tmp
==
L"eye
w
ipe"
)
return
smil_transition_type
(
eyeWipe
);
else
if
(
tmp
==
L"roundrect
w
ipe"
)
return
smil_transition_type
(
roundRectWipe
);
else
if
(
tmp
==
L"star
w
ipe"
)
return
smil_transition_type
(
starWipe
);
else
if
(
tmp
==
L"miscshape
w
ipe"
)
return
smil_transition_type
(
miscShapeWipe
);
else
if
(
tmp
==
L"clock
w
ipe"
)
return
smil_transition_type
(
clockWipe
);
else
if
(
tmp
==
L"pinwheel
w
ipe"
)
return
smil_transition_type
(
pinWheelWipe
);
else
if
(
tmp
==
L"singlesweep
w
ipe"
)
return
smil_transition_type
(
singleSweepWipe
);
else
if
(
tmp
==
L"fan
w
ipe"
)
return
smil_transition_type
(
fanWipe
);
else
if
(
tmp
==
L"doublefan
w
ipe"
)
return
smil_transition_type
(
doubleFanWipe
);
else
if
(
tmp
==
L"doublesweep
w
ipe"
)
return
smil_transition_type
(
doubleSweepWipe
);
else
if
(
tmp
==
L"saloondoor
w
ipe"
)
return
smil_transition_type
(
saloonDoorWipe
);
else
if
(
tmp
==
L"windshield
w
ipe"
)
return
smil_transition_type
(
windshieldWipe
);
else
if
(
tmp
==
L"snake
w
ipe"
)
return
smil_transition_type
(
snakeWipe
);
else
if
(
tmp
==
L"spiral
w
ipe"
)
return
smil_transition_type
(
spiralWipe
);
else
if
(
tmp
==
L"parallelsnakes
w
ipe"
)
return
smil_transition_type
(
parallelSnakesWipe
);
else
if
(
tmp
==
L"boxsnakes
w
ipe"
)
return
smil_transition_type
(
boxSnakesWipe
);
else
if
(
tmp
==
L"waterfall
w
ipe"
)
return
smil_transition_type
(
waterfallWipe
);
else
if
(
tmp
==
L"push
w
ipe"
)
return
smil_transition_type
(
pushWipe
);
else
if
(
tmp
==
L"slide
w
ipe"
)
return
smil_transition_type
(
slideWipe
);
else
if
(
tmp
==
L"fade"
)
return
smil_transition_type
(
fade
);
else
if
(
tmp
==
L"checkerboard
W
ipe"
)
return
smil_transition_type
(
checkerBoardWipe
);
else
if
(
tmp
==
L"blinds
W
ipe"
)
return
smil_transition_type
(
blindsWipe
);
else
if
(
tmp
==
L"checkerboard
w
ipe"
)
return
smil_transition_type
(
checkerBoardWipe
);
else
if
(
tmp
==
L"blinds
w
ipe"
)
return
smil_transition_type
(
blindsWipe
);
else
if
(
tmp
==
L"dissolve"
)
return
smil_transition_type
(
dissolve
);
else
if
(
tmp
==
L"randombar
W
ipe"
)
return
smil_transition_type
(
randomBarWipe
);
else
if
(
tmp
==
L"randombar
w
ipe"
)
return
smil_transition_type
(
randomBarWipe
);
else
{
return
smil_transition_type
(
barWipe
);
...
...
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