Search found 3 matches

by Ms Ruth
Sat Jan 22, 2022 4:15 am
Forum: Tutorials
Topic: Troubleshooting Open/LibreOffice and Java
Replies: 14
Views: 60824

Re: Troubleshooting Open/LibreOffice and Java

Bidouille wrote:Remember that exists alternative to Oracle JRE: https://adoptopenjdk.net/
The rebranded website for OpenJDK is https://adoptium.net/
by Ms Ruth
Fri Oct 16, 2020 12:30 pm
Forum: Macros and UNO API
Topic: [Solved] How to add a gallery image into a Writer table Cell
Replies: 3
Views: 8677

Re: [Solved] How to add a gallery image into a Writer table

Is there any method that helps me to get a gallery item by name ? Presuming by name, you meant title. The item's name (in a document) is not necessarily the same as the item's title (in the gallery). I used this code to get a gallery item by title. Cache = CreateUnoService("com.sun.star.galler...
by Ms Ruth
Fri Mar 20, 2020 7:11 am
Forum: Macros and UNO API
Topic: Select multiple text ranges in Writer
Replies: 9
Views: 5257

Re: Select multiple text ranges in Writer

By the way, an odd thing with the hack is that calling select() for multiple items loses the first item selected, which is the one where the view cursor ends up. To get around this, I searched for an extra item. So for example if I needed 5 selections, I actually did findAll() for 6 because then it...