You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/24 08:02:03 UTC

[Bug 120696] New: [From Symphony] The value of the "delay" option can not be kept if save the presentation to a .ppt doc via Symphony.

https://issues.apache.org/ooo/show_bug.cgi?id=120696

          Priority: P3
            Bug ID: 120696
          Assignee: ooo-issues@incubator.apache.org
           Summary: [From Symphony] The value of the "delay" option can
                    not be kept if save the presentation to a .ppt doc via
                    Symphony.
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: steve.yin.aoo@gmail.com
          Hardware: All
            Status: CONFIRMED
           Version: AOO350-dev
         Component: save-export
           Product: presentation

Steps:
1.Launch AOO, new a Presentation document, insert a shape in the doc.
2.Select the shape, set an animation effect for it.
3.Right click the animation effect in "custom animation" sidebar panel, click
"effect options" in context menu, switch to "timing" tab, set a value for
"delay" option, then click "OK" button.
4.Save the doc as a .ppt document.
5.Reopen the .ppt document then check the value of the "delay" option.

Defect:It is "0.0sec", actually, it should be the value that you set in step 3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120696] [From Symphony] The value of the "delay" option can not be kept if save the presentation to a .ppt doc via Symphony.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120696

Steve Yin <st...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
           Assignee|ooo-issues@incubator.apache |steve.yin.aoo@gmail.com
                   |.org                        |

--- Comment #1 from Steve Yin <st...@gmail.com> ---
Created attachment 79120
  --> https://issues.apache.org/ooo/attachment.cgi?id=79120&action=edit
Fix patch for this issue

Root Cause:
When saving the "Delay" value, the AnimationExporter::exportAnimEvent function
use an uninitialized value eTiming.

Resolution:
Just initialize this value  eTiming = Timing_INDEFINITE.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120696] [From Symphony] The value of the "delay" option can not be kept if save the presentation to a .ppt doc via Symphony.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120696

WangZhe <ki...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kingwisemmx@gmail.com
           Assignee|ooo-issues@incubator.apache |kingwisemmx@gmail.com
                   |.org                        |

--- Comment #3 from WangZhe <ki...@gmail.com> ---
I'll take this one

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120696] [From Symphony] The value of the "delay" option can not be kept if save the presentation to a .ppt doc via Symphony.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120696

Steve Yin <st...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|steve.yin.aoo@gmail.com     |ooo-issues@incubator.apache
                   |                            |.org

-- 
You are receiving this mail because:
You are the assignee for the bug.