https://bugs.documentfoundation.org/show_bug.cgi?id=159084
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Caolán McNamara <[email protected]> --- This was discussed briefly on irc at the time, so I'll dump in some details from there <AlexFed> Hello. I have developed my addon. There is toolbar in my addon. I want to make my toolbar fixed (undetachable) without option to make it unfix. How I can do this? <caolanm> AlexFed, there is a "Locked" property "A locked user interface element cannot be moved or undocked by the user" that might be the right one to use <caolanm> so looking at odk/examples/cpp/complextoolbarcontrols/CalcWindowState.xcu which has "Docked" of false, then if it was "Docked" of true and an additional "Locked" of true that might do what you want <AlexFed> Unfortunately this dosn't do that I want. This attach my toolbar, that is true. But user still can make toolbar unlocked in libreoffice and after that user can undock my toolbar <AlexFed> I want make my toolbar locked unconditionally, wihout option for user make it unlocked in libreofice ui. He can do it by press right mouse button and remove tick from "Lock Toolbar Position" option <AlexFed> How I can disable this option for user? <AlexFed> I have used both this properties already <caolanm> Looks like there might be a global config to make them *all* unlockable via Office/Common/Misc/DisableUICustomization but not an individual one. Sometimes a command can be intercepted by an extension but I don't think so in this case. MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION and MENUITEM_TOOLBAR_DOCKALLTOOLBAR in framework/source/uielement/toolbarmanager.cxx don't look look like they or what the call could be intercepted by an extension. You might <caolanm> be out of luck to permanently lock an individual toolbar unless anyone else knows different <vmiklos> you can also write a mail to the dev mailing list and CC Maxim, he knows this & that about framework/ stuff maybe @maxim knows if there is a way to make a toolbar provided by an extension "truly" unfloatable, otherwise it looks like a missing feature kind of thing -- You are receiving this mail because: You are the assignee for the bug.
