Re: OpenOffice.org and C++

2015-03-06 Thread Alexandro Colorado
On Fri, Mar 6, 2015 at 6:49 AM, Rory O'Farrell ofarr...@iol.ie wrote: On Fri, 6 Mar 2015 06:41:50 -0500 ArbolOne arbol...@hotmail.ca wrote: Is there a website that provides information about interfacing C++ with OpenOffice.org? I would like to interface with OpenOffice.org suite. Start

Re: OpenOffice.org and C++

2015-03-06 Thread ArbolOne
: OpenOffice.org and C++ OpenOffice is written in C++ and there are many programming areas to create plugins in C++ as well as others. This website is a bit outdated but is a good area to look around for snippets and things. From Addons, AddIn, IDL (Libraries), with UNO (AOO API). https

OpenOffice.org and C++

2015-03-06 Thread ArbolOne
Is there a website that provides information about interfacing C++ with OpenOffice.org? I would like to interface with OpenOffice.org suite.

Re: OpenOffice.org and C++

2015-03-06 Thread Rory O'Farrell
On Fri, 6 Mar 2015 06:41:50 -0500 ArbolOne arbol...@hotmail.ca wrote: Is there a website that provides information about interfacing C++ with OpenOffice.org? I would like to interface with OpenOffice.org suite. Start at https://wiki.openoffice.org/wiki/Documentation/DevGuide

Re: OpenOffice.org and C++

2015-03-06 Thread Ariel Constenla-Haile
Hello, On Fri, Mar 06, 2015 at 06:41:50AM -0500, ArbolOne wrote: Is there a website that provides information about interfacing C++ with OpenOffice.org? I would like to interface with OpenOffice.org suite. You need to download and set up the SDK, for C++ development. The API is the same

RE: OpenOffice.org and C++

2015-03-06 Thread Dennis E. Hamilton
[mailto:acolor...@gmail.com] On Behalf Of Alexandro Colorado Sent: Friday, March 6, 2015 08:02 To: users@openoffice.apache.org Subject: Re: OpenOffice.org and C++ [ ... ] There are some C++ tutorials there, the page list you several areas to work with AOO. I dont use VS nor do I recommend it, since