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

--- Comment #9 from Armin Le Grand <[email protected]> ---
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 animation stuff, some are commented out with 'todo?'
labels at it. When cleaning this up, I will have to check/retarget quite sume
UNO API slots. Examples (started to look, not complete):

#define UNO_NAME_OBJ_BLUESCREEN            "TransparentColor"
#define UNO_NAME_OBJ_VERB                "Verb"
"IsAnimation"
#define UNO_NAME_OBJ_PLAYFULL            "PlayFull"

#define UNO_NAME_OBJ_ANIMATIONPATH        "AnimationPath"
Had as data type a drawing::XShape, but this makes it impossible to return a
value (since a temporary XShape is problematic regarding lifetime and model).
Indeed, getting was still implemented by returning a SdrPathObj hold in
SdAnimationInfo, while setting was already mapped to the new animation stuff.
The new animation stuff holds the path as svg:d and as string...

-- 
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 changes.

Reply via email to