Re: sigma symbol tailoring

2021-05-31 Thread KKing
However, there is the .uno:AutoSum that does the original action. So, you can customize to assign to Menu, a Toolbar, a Context menu, or a Keyboard short-cut. ta, how do I call ".uno:AutoSum" do I have setup a reference to "com.sun.star. something" Also wondered about sendkeys ALT+= But I m

sigma symbol tailoring

2021-05-29 Thread KKing
Hi, Can anyone give me some pointers as to where the code behind the sigma drop down button is located? Using the 7 series has a few frustrations (like traditional old excel shortcut keys missing) but the main irritation is the sigma button that you used to be a simple single click to quickl

Re: Guidance to where in the codebase the Menu structure is built

2020-05-19 Thread KKing
Thankyou both. Will investigate both approaches and may also consider writing a satellite program that reads the registrymodifications.xcu file for the recent file entries and spawn LO with a selected file. ___ LibreOffice mailing list LibreOffice@l

Guidance to where in the codebase the Menu structure is built

2020-05-18 Thread KKing
I have pulled code for Libreoffice 7.0.0.0 and have built it on Debian 10 and seems to run fine. I would like to look at modifying the default Menu structure potentially dependant on the user or a startup parameter. Could someone point me to where in the codebase the default Menus get built?