In Writer and Calc, the standard toolbar has a 'show draw functions' button (.uno:InsertDraw) to enable and disable the drawing toolbar, but this button doesnt work in Impress and Draw.
Hi Jay, where can I find this icon? I looked for it in WRITER and IMPRESS (LO 4.4.0.3) and could not find it. Do I have to make something to make it visible?
Hey Andy, In writer, its the last button on the right in the standard toolbar. I wasnt able to find the button in the customization dialog in impress, so i added the entry myself into the toolbar xml file and it was dimmed.
(In reply to Jay Philips from comment #2) > In writer, its the last button on the right in the standard toolbar. I wasnt > able to find the button in the customization dialog in impress, so i added > the entry myself into the toolbar xml file and it was dimmed. How can we do this addition?
Well i customized one of the toolbars by adding, removing or hiding an entry in it, then an xml file will be created in the user profile for it ( [profile dir]/4/user/config/soffice.cfg/modules/simpress/toolbar/ ), then i closed LO, open the xml file and added a line containing the .uno:InsertDraw entry on it and then loaded LO back up again and the button is dimmed.
Reproduced dimmed button. Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+ Build ID: 7c0eb12009496a35c927cd5b2520f9c34d50860b TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-03_10:52:12 Locale: fi_FI
Would be useful to know if this is an easy hack or not from the devs.
Migrating Whiteboard tags to Keywords: (needDevEval -> needsDevEval, topicUI) [NinjaEdit]
I am working on this bug. I've sent a patch. (https://gerrit.libreoffice.org/20553) I am trying to find SID_INSERT_DRAW slots's execution method. ViewShellBase::Execute method is defined execution method. But When i click the "show draw functions" button, this method is not triggered. Can anyone help me where is my fault?
Gulsah Kose committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5fe01e8b69e40b1acc60b6068aa39cdf625e3ce4 tdf#89540 Completed show draw functions button for impress and draw. It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=58482f97c1c54c4008479af46eae47a0b9b6e12b Related: tdf#89540 We don't use PseudoSlots in sd It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Good job Gülşah, Thanks!
Thanks for your help Maxim