Menu and Macro Calc

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
morpheus9187
Posts: 5
Joined: Sat Sep 26, 2009 10:39 am

Menu and Macro Calc

Post by morpheus9187 »

Hi everyone, i'm developing a new extension for Calc, and i need to add one object to the standard menu (file, modify, ..., new object). can i do it using uno??
and i have another question...i have to get all macro existing in my openoffice...and add them to a list...how can i do it?
Thanks :D
OpenOffice 3.1 on WindowsXP
B Marcelly
Volunteer
Posts: 1160
Joined: Mon Oct 08, 2007 1:26 am
Location: France, Paris area

Re: Menu and Macro Calc

Post by B Marcelly »

Hi,
morpheus9187 wrote:Hi everyone, i'm developing a new extension for Calc, and i need to add one object to the standard menu (file, modify, ..., new object). can i do it using uno??
Yes. See principle in Article Addon Menu Toolbar Merging.
If you find it too complex, the Extension Compiler can help you create your extension.
morpheus9187 wrote:and i have another question...i have to get all macro existing in my openoffice...and add them to a list...how can i do it?
Another question ? create another thread.

______
Bernard
Post Reply