https://bugs.documentfoundation.org/show_bug.cgi?id=163854

--- Comment #4 from Regina Henschel <[email protected]> ---
Created attachment 197589
  --> https://bugs.documentfoundation.org/attachment.cgi?id=197589&action=edit
presentation with macro

(In reply to Mike Kaganski from comment #3)
> (In reply to Regina Henschel from comment #2)
> 
> Can you please create a sample macro of such kind? I believe, that it should
> be a VBA macro, not LibreOffice one, because we are talking about importing
> an external format; the problems would be the renaming of the objects, and
> at the same time, keeping the macros working. The macros would either read
> the names, or use them as indexes (accessing children by names, or
> something)?

The attached presentation contains a macro. You can run the macro in a running
presentation in PowerPoint, when you click on the blue rectangle.
It seems we currently do not import and convert the macro at all. Thus we might
ignore renaming problems with macros.

> 
> If I remember correctly, we have user-visible names, and API names (or maybe
> I confuse it with something else - needs code reading, which I can't do now).

A user-visible name is the same as the value of the Name property of the API
and the msName member in class OOX_DLLPUBLIC Shape. That class has a member
    msInternalName; // used by diagram; not displayed in UI
The comment indicates that it is not used for normal shapes.

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

Reply via email to