-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 2/4/13 6:12 PM, Oliver Brinzing wrote:
> Hi
>
>> What do you think how much effort it would be to create a new
>> scheme for the new extended toolbars and keep the old one at
>> least for a while?
>
> +1
well it's just thinking nothing more.
>
> due to api changes (e.g. toolsbars, com.sun.star.awt.XMessageBox,
> ...) i cannot run my oo32 extension with aoo 3.5 at the moment. so
> testing is pretty difficult.
you can test it quite easy and can adapt your Addon.xcu to the new scheme.
see for example a toolbar entry for the new scheme:
####
...
<node oor:name="OfficeToolBar">
<node oor:name="com.example.newaddonwithtoolbartitle" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en-US">Test Toolbar Title</value>
</prop>
<node oor:name="ToolBarItems">
<node oor:name="m1" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>com.example.newaddonwithtoolbartitle:testcommand</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">Test Command</value>
</prop>
</node>
</node>
</node>
</node>
...
####
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBCgAGBQJRENKiAAoJEM/u8xZRtf3od6EQAKfAx4vswmfVw6k0iNF77ntZ
TuLAt4IJvoNPZJjiEZuIJYFp4IDce4ATcEG67o3+LvVLZTTLSDF0eVPJUE/a91IN
DPIusDQ996y+wwqrv04u6PiKPq/nr6gerSxI0lUKbUAxMAb7T8X904mTjIyzDBpA
d1Pdm3bWW29jK1UnFLLKMMM2EpWsIGkcmWcv1PRWyzydnFAgks43C5WovHNWNnjF
VTYUo6XYBwlGz367hRT4rB/dDk+/xs8hEZTrcrnvGH4b/l5DUBF2xqU9jadbO/LX
QKaLAJYa8/YM4b3V2vag+3+fvgIP/Sx1dxyvQU/XeOu4rESaZQze2FRJZqUQeuSa
cw1ZTvDWKeXVQ0fad1cxUq91bXv6gu5Y03d7WSTKjlsSQeHtS30RcQzqMJGbrYiE
mOAk8lIwW75N5cj5/2oJMBBNkVJi5pHTIYWQFX3DwUzmbHrVYBFugcMna/SaXbxZ
EjWo8lGRMcun2PrCX2uJTvL3mvr28508hj8yLDLtmE9XVTOPx2y/CTl68Tm//DRJ
DiC/VzTJ2snyT7mO+jdu8Op+h7WfcU5XE1Invusr3kmy0+YxHR4YNN1brv9n5LHo
Gp6tezv+AjqtHh19fPj8xB0uZbYfEA0u4vYminLPgcOJ+n1vQlb9XaUtx/UVxiTS
g5BMc4g2VceVUIb51xw+
=McZ8
-----END PGP SIGNATURE-----