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 2015/11/08 09:16:31 UTC

[Issue 57050] Animation effectts set on master page do not show during slide show

https://bz.apache.org/ooo/show_bug.cgi?id=57050

FCdBQxSEbhQs <nu...@gateweb.gr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |null-issues.apache.org@gate
                   |                            |web.gr

--- Comment #17 from FCdBQxSEbhQs <nu...@gateweb.gr> ---
It seems so strange to me that a bug of such paramount importance is marked as
trivial. Maybe as it has been said before, serious users abandon Impress as
soon as this bug is evident.

I found a simple solution submitted in a forum post and I thought it would be a
good idea to share it with people watching this issue. It's a macro just
***nine lines long*** which does the job. It was written by an amateur at
programming. 
https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=10410#p135198

The macro has to be run on every page. You can assign the macro to a keyboard
shortcut or a toolbar button. At least it saves you from the trouble of going
through multiple clicks in custom animation dialog. 

More about installing macros here:
https://forum.openoffice.org/en/forum/viewtopic.php?f=74&t=5519

I have the following question: how hard is it for a serious developer in the
openoffice team to implement the following pseudocode:
On MASTER save, do:
    copy animation from MASTER body
    apply animation to every slide body (using this 9-line snippet)
done

If openoffice has some kind of trigger after master saving, the above would be
a 15 minutes job plus 10 minutes testing.

Unfortunately, I am not a java developer to implement it. But, if someone will
implement it I'll buy him a 12pack of beers.

-- 
You are receiving this mail because:
You are on the CC list for the issue.