Hi,

I'm currently working on a custom toolbar for my oo-extension. To create the visual appearance of the toolbar, I have to write an Addons.xcu file, which contains a custom xml. However, the tag names and attributes I found in the tutorial all across the www are not sufficient for my case and I stumbled accross tags I never encountered anywhere before, e.g.

<prop oor:name="ImageSmallHCURL">
 <value/>
</prop>
<prop oor:name="ImageBigHCURL">
 <value/>
</prop>

or some attributes like oor:op="replace".

Since I can't reliably figure out what these tags/attributes represent and how they are used I am in need for some kind of documentation. The only ref I've found so far is (https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/AddOns/Toolbars), but not all props/tags/attrs are listed there.

I wonder if anyone of you guys can tell me how I can approach to these kinds of problems better. Is there a reference documentation I haven't found yet? How do I gain a clearer understanding of those tags without a documentation? I beg nobody says reverse engineering :D

Thanks in advance!

Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to