[Solved] How to find new Basic Commands for LibreOffice 4

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
zenira
Posts: 88
Joined: Sun May 11, 2014 11:24 am

[Solved] How to find new Basic Commands for LibreOffice 4

Post by zenira »

Hi
I am new in Libre Office and write some codes. I use Libreoffice 4.2.2.1 and I learn that some of commands changed after version 4. There is a list about that?
I have some codes before version 4 and they don't work on 4.2
For example:
Before I used:
ListBox.addItem("example",nCount)
now:
ListBox.InsertItem(0,"example","")

I have headacne why they don't work.
Thank you guys
Last edited by Hagar Delest on Wed Jan 04, 2017 8:58 am, edited 1 time in total.
Reason: tagged [Solved].
LibreOffice 4.1.0.4 on Windows 7
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: How to find new Basic Commands for Libre Office 4

Post by Villeroy »

See first link in the answer of your previous topic: [Tutorial] Introduction into object inspection with MRI
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
zenira
Posts: 88
Joined: Sun May 11, 2014 11:24 am

Re: How to find new Basic Commands for Libre Office 4

Post by zenira »

Thank you Villeroy
LibreOffice 4.1.0.4 on Windows 7
Post Reply