Kaydet (Commit) 733846f2 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

pptx: export "Ripple" and "Vortex" transition

Change-Id: I7e6683e8d4b461f193f64e2b1f077a5936008c1f
üst b3120fd7
...@@ -560,6 +560,16 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS ) ...@@ -560,6 +560,16 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS )
pDirection14 = "r"; pDirection14 = "r";
bOOXmlSpecificTransition = true; bOOXmlSpecificTransition = true;
break; break;
case animations::TransitionSubType::VERTICAL: // Vortex
nTransition = XML_fade;
nTransition14 = XML_vortex;
bOOXmlSpecificTransition = true;
break;
case animations::TransitionSubType::HORIZONTAL: // Ripple
nTransition = XML_fade;
nTransition14 = XML_ripple;
bOOXmlSpecificTransition = true;
break;
case animations::TransitionSubType::CORNERSIN: case animations::TransitionSubType::CORNERSIN:
pInverted = "true"; pInverted = "true";
case animations::TransitionSubType::CORNERSOUT: case animations::TransitionSubType::CORNERSOUT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment