In Writer, I would like to create a shortcut for "Convert text to Table" and "Convert table to text" functions. However, Writer does not allow this. 1. Right-click on any toolbar and select "Customize toolbar". The "Customize" window pops up. 2. Switch to "Keybvoard" tab. (tab#2) 3. At the bottom, under "Functions", and scroll down in the "Category" list. Click on "Table" 4. Check the second list ("Functions"). There are no "Convert text to Table" and "Convert table to text" functions. Desired: Add these functions to the GUI.
thanks Narayanaras for writing the issue. I confirm that the items are not in the category Table . I do find them in the category Tools .. Unexpected, so a bug.
(In reply to Cor Nouws from comment #1) > I do find them in the category Tools .. Unexpected, so a bug. Sorry: options! Already a problem in 3.6.6 and maybe older?
could be an easy hack to fix this ??
Migrating Whiteboard tags to Keywords: (needsDevEval) [NinjaEdit]
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170103
Yes it is an easy hack. The two commands are here: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu The slot serving those commands is in: sw/sdi/swriter.sdi (simply find ConvertTextToTable, ConvertTableToText there) Then, all you need is to figure out which slot attribute defines the category the command and change it. You might find this article helpful: https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2#Slot_definitions Most important part of it is the table explaining what do different attributes of slot definitions mean.
pv2k committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a73fb11cb235dd600d29f214f8a079792f6b2445 tdf#92492 function placed in a wrong category in customise functions list It will be available in 5.4.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.
Hello, Is this bug fixed? If so, could you please close it as RESOLVED FIXED?
Is implemented in Version: 5.4.0.0.alpha0+ Build ID: 2f5baab8498ce1303dded8aa7e16adbf80341c39 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-04-17_23:20:42 Locale: nl-NL (nl_NL.UTF-8); Calc: group Thanks pv2k / vidhey96 !