Tobias Krais wrote:
Hi together,

I created a extension with a little Add-On toolbar. While I can access
the bars OpenOffice.org delivers, e.g. the standard toolbar
("private:resource/toolbar/standardbar") I wonder how I can get the
toolbar of my extension.

Can somebody help me with this?
Hi Tobias,

The name of the toolbar consists of the following parts

"private:resource/toolbar/addon_" + name of the Addons.xcu OfficeToolbarBar node.

E.g. the following snippet of an Addons.xcu

...
       <node oor:name="OfficeToolBar">
           <node oor:name="MyToolbar" oor:op="replace">
               <node oor:name="S1" oor:op="replace">
...

results in the resource ID
"private:resource/toolbar/addon_MyToolbar"

Regards,
Carsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to