Re: [api-dev] Get access to addon_toolbar

2010-07-29 Thread Carsten Driesner
Thomas Krumbein wrote: Hey Carsten, Carsten Driesner schrieb: [..] Hi Thomas, There is no way to access an add-on toolbar via the configuration API. These toolbars are not stored in the UI configuration base, but in the Office configuration. They are created on-demand via the Addons.xcu and

Re: [api-dev] Get access to addon_toolbar

2010-07-29 Thread Thomas Krumbein
Hey Carsten, Carsten Driesner schrieb: [..] > Hi Thomas, > > There is no way to access an add-on toolbar via the configuration API. > These toolbars are not stored in the UI configuration base, but in the > Office configuration. They are created on-demand via the Addons.xcu and > not by readin

Re: [api-dev] Get access to addon_toolbar

2010-07-29 Thread Carsten Driesner
Thomas Krumbein wrote: Hey, I tried to get access to a toolbar created via addon.xcu of an extension. Part of my addon.xcu: . .. Trying to access later this toolbar using configuration-manager: .. aModTB = array("com.sun.star.text.TextDocument") oModuleCfgMgrSupplie

[api-dev] Get access to addon_toolbar

2010-07-29 Thread Thomas Krumbein
Hey, I tried to get access to a toolbar created via addon.xcu of an extension. Part of my addon.xcu: .. ... Trying to access later this toolbar using configuration-manager: ... aModTB = array("com.sun.star.text.TextDocument") oModuleCfgMgrSupplier = createUnoService("