python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Placing cursor in the document for a given position using PyUNO
I am having Libreoffice7 installed with custom python 3.8.6 in Windows.
I want to use PyUNO to navigate the view cursor to a specific position based on the X, Y coordinates(of instance com.sun.star.aw...
Tcoder
Votes: 0
Answers: 1
How extract word between tag with open office library?
How can I extract word in binary file or .doc file with open office library in Java?
I can't find good documentation or example of how to do it.
Ben
Votes: 0
Answers: 0
How to use Imports System.Xml in Open Office (Basic)?
Whenever I place Imports System.Xml above the rest of the code I get an error:
BASIC syntax error. Expected: Sub.
And when I place it inside any of the Subs I get another error:
BASIC syntax error. Un...
oscark
Votes: 0
Answers: 1
LibreOffice: The program crashes when we call the FrameLoader.loadComponentFromURL method
We are usingthe UNO library to edit template in LibreOffice.
The existing implementation was developed using LibreOffice 6.4.4. With this version this worked without any problems. Likewise with versio...
Chien Pham
Votes: 0
Answers: 0