To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85228


User thb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |VERIFIED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jan 16 21:44:43 +0000 
2008 -------
So, this is how it works: Impress loads both transition and shape effects from
xml files (actually odf documents, defining those effects in SMIL). The path to
those was hardcoded, and is now taken from the configuration (node
org.openoffice.Office.Impress/Misc/TransitionFiles and EffectFiles, 
respectively). 

The config nodes there are string lists, i.e. an extension can add more files to
them (which will be merged by Impress into the corresponding list). Use the
oor:op="fuse" attribute in your extension to merge the config nodes, and use the
%origin% + relative path notation to make OOo substitute the path to your
extension installation (see
http://wiki.services.openoffice.org/wiki/Non-code_extensions for background).

After that, the new effects/transitions need translatable UI names, which can be
found in the configuration below oeg.openoffice.Office.UI.Effects (easily
extensible as well, via op="fuse").


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to