noa-libre icon indicating copy to clipboard operation
noa-libre copied to clipboard

UNO API of LibreOffice easy and understandable - Nice Office Access

Results 13 noa-libre issues
Sort by recently updated
recently updated
newest added

I just added the IntelliJ config files to the .gitignore so it does not interfere with any dev modules whatsoever. Directories such as .idea/, .settings/, and out/ are one of...

Hi, we're trying to use noa-libre in an Osgi-Environment which is responsible for selecting / loading approriate native libs. Therefore it would be really helpful if there would be a...

Currently I am trying to call officeApplication.deactivate(); and officeApplication.dispose(); but with no effect as said by documentation. So after my app closes, there is a libreoffice process left behind. How...

Actually, Excel is the main worksheet for and construction and I think LibreOffice could same, creating nodes for Dynamo BIM nodes to interconnect with Privative software, Pyflow nodes to interconnect...

I managed to switch from AWT to SWT embedding on Windows. This however broke the Linux Version. With the arguments for `XSystemChildFactory#createSystemChild(...)` in `LocalOfficeConnection#getOfficeFrame(Composite)` set correctly - `container.embeddedHandle` instead of...

I got a prblem when using noa-libre with Swing. When I'm focusing the Writer and typing and then klick on swing component like JTextField there are two cursors blinking one...

Hi, I was trying some of the examples available in website, the one with Writer in a Swing JFrame, the code works but as soon as it starts I get...

Hi everybody. I'm doing some tests with last release of noa-libre. I noticed that the last commited nativeview.dll binary is a 64bit version. Since I've to load noa-libre in a...

I'm doing some tests with noa-libre. I tested the Hello World in SWING. The frame open with the Writer, but I can not edit the text. Neither the text cursor...

Since noa-libre 3.0, Libreoffice UNO runtime environment jars are no longer included in the release. This means that the old code will no longer work with 3.0 and newer, as...

enhancement