[Bug 42894] Animated group objects do not work during slideshow

2014-02-14 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #17 from Armin Le Grand armin.le.gr...@me.com --- I am pretty sure that I can now create correct animation stuff for the members of the group shape, but it does not work in slideshow. It looks as if slideshow cannot handle animated

[Bug 42894] Animated group objects do not work during slideshow

2014-02-14 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #18 from Armin Le Grand armin.le.gr...@me.com --- In the meantime experimented with export to ppt; MS2003 does show all effects for objects in group, but also does not play them. MS2010 shows no effects. Checking now with cloned

[Bug 42894] Animated group objects do not work during slideshow

2014-02-14 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added Status|CONFIRMED |ACCEPTED ---

[Bug 42894] Animated group objects do not work during slideshow

2014-02-14 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #20 from SVN Robot svn...@dev.null.org --- alg committed SVN revision 1568575 into trunk: i42894 added support for presentation:animations at import and creation -- You are receiving this mail because: You are on the CC list for

[Bug 42894] Animated group objects do not work during slideshow

2014-02-14 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added Status|ACCEPTED|RESOLVED

[Bug 42894] Animated group objects do not work during slideshow

2014-02-14 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added Target Milestone|--- |4.1.0 -- You

[Bug 42894] Animated group objects do not work during slideshow

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #14 from Armin Le Grand armin.le.gr...@me.com --- Got the old office working, all the pres stuff is on vcl and the animation works as intended. Worked through the stuff during load and added code to evtl. add SMIL animations at load

[Bug 42894] Animated group objects do not work during slideshow

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #15 from Armin Le Grand armin.le.gr...@me.com --- AFAIKT there is no simple helper that inserts an animation to a xShape on one page by just giving some basic parameters (what I had hoped/expected)... -- You are receiving this mail

[Bug 42894] Animated group objects do not work during slideshow

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #16 from Armin Le Grand armin.le.gr...@me.com --- Checking now what e.g. ppt import does with multiple shapes animated similar to what I need here... -- You are receiving this mail because: You are on the CC list for the bug. You

[Bug 42894] Animated group objects do not work during slideshow

2014-02-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added Assignee|iss...@openoffice.apache.or

[Bug 42894] Animated group objects do not work during slideshow

2014-02-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #12 from Armin Le Grand armin.le.gr...@me.com --- Checked what presentation:play draw:shape-id=1 does on import time; it gets the correct way but in SdXShape::setPropertyValue the case WID_ISANIMATION is simply commented out, there

[Bug 42894] Animated group objects do not work during slideshow

2014-02-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #13 from Armin Le Grand armin.le.gr...@me.com --- Getting OpenOffice 1.1.5. Diving deeper into the SMIL animation stuff, trying to figure out how the old group animation might be translated to SMIL stuff... -- You are receiving

[Bug 42894] Animated group objects do not work during slideshow

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #5 from Regina Henschel rb.hensc...@t-online.de --- Created attachment 82562 -- https://issues.apache.org/ooo/attachment.cgi?id=82562action=edit Animation group Hi Armin. You need OOo1.1.5 to see the subject of this bug. Open

[Bug 42894] Animated group objects do not work during slideshow

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #6 from Armin Le Grand armin.le.gr...@me.com --- Ah, I see. That is rather old stuff, see def of SdAnimationInfo in animinfo.hxx; everything but PresObjKind (for PresObj handling in SD) is marked as deprecated. The dialog is still

[Bug 42894] Animated group objects do not work during slideshow

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #7 from Regina Henschel rb.hensc...@t-online.de --- presentation:animations is part of ODF1.2. It is in section 10.8 http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1415918_253892949 AOO does

[Bug 42894] Animated group objects do not work during slideshow

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #8 from Armin Le Grand armin.le.gr...@me.com --- Checked a little bit deeper, there is intyerestingly a definition for 'AddEffectFromAnimationInfo' in 'class EffectMigration' in SD, but no implementation. Someone already thought

[Bug 42894] Animated group objects do not work during slideshow

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #9 from Armin Le Grand armin.le.gr...@me.com --- Independent from presentation:animations there are quite some UNO API slots still mapped to SdAnimationInfo (which will not work since a looong time), some are retargeted to the new

[Bug 42894] Animated group objects do not work during slideshow

2014-02-11 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 --- Comment #10 from Armin Le Grand armin.le.gr...@me.com --- Pretty deeply woven stuff, hard to cleanup... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug

[Bug 42894] Animated group objects do not work during slideshow

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Regina Henschel rb.hensc...@t-online.de changed: What|Removed |Added Status|ACCEPTED|CONFIRMED

[Bug 42894] Animated group objects do not work during slideshow

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added CC|

[Bug 42894] Animated group objects do not work during slideshow

2013-09-12 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=42894 Rob Weir robw...@apache.org changed: What|Removed |Added Target Milestone|OOo Later |--- -- You are receiving