Re: Still able to copy text after disabling command

2016-05-01 Thread Maxim Monastirsky
Hi, On Fri, 2016-04-29 at 14:31 +, Lucas da Cunha wrote: > I'm trying to disable Copy (ctrl + C) using java UNO API. > The problem with Copy is that even the command not being in menu, I > am still able to Copy text using Ctrl + C. > > Is this a bug? Well, sw/source/uibase/docvw/edtwin.cxx h

Still able to copy text after disabling command

2016-04-29 Thread Lucas da Cunha
Hello there, I'm trying to disable Copy (ctrl + C) using java UNO API. I could find this example: https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Disable_Commands and it works perfect for commands such as Open and Save. The problem with Copy is that even the command not bei