Re: New Java class framework

2023-07-06 Thread Samuel Mehrbrodt

Thanks!

How is this different from https://github.com/LibreOffice/UNOHelper and 
https://github.com/LibreOffice/noa-libre ?


Am 03.07.23 um 21:51 schrieb Willis Boughton:

At

http://www.bluemontsw.com/unoofc/unoofc.html

I've made available a freeware Java class framework for programming LibreOffice 
Writer, Calc, Impress, Draw, and chart documents without direct use of UNO or 
the XInterface API. The framework classes abstract and encapsulate UNO and API 
functionality, and application code involves objects and instance methods of 
framework classes rather than the interface methods of the XInterface API. An 
application programmer does not need to know the API interfaces or UNO. The 
framework currently provides much basic XInterface functionality, including 
charts, but not all functionality. See the information 
athttp://www.bluemontsw.com/unoofc/unoofc.html.

New Java class framework

2023-07-03 Thread Willis Boughton
At 

http://www.bluemontsw.com/unoofc/unoofc.html

I've made available a freeware Java class framework for programming LibreOffice 
Writer, Calc, Impress, Draw, and chart documents without direct use of UNO or 
the XInterface API. The framework classes abstract and encapsulate UNO and API 
functionality, and application code involves objects and instance methods of 
framework classes rather than the interface methods of the XInterface API. An 
application programmer does not need to know the API interfaces or UNO. The 
framework currently provides much basic XInterface functionality, including 
charts, but not all functionality. See the information at 
http://www.bluemontsw.com/unoofc/unoofc.html.