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 fo

RE: OpenOffice.org and C++

2015-03-06 Thread Dennis E. Hamilton
@gmail.com [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

Re: OpenOffice.org and C++

2015-03-06 Thread Alexandro Colorado
Original Message- From: Alexandro Colorado > Sent: Friday, March 6, 2015 10:00 AM > To: users@openoffice.apache.org > Subject: Re: OpenOffice.org and C++ > > > OpenOffice is written in C++ and there are many programming areas to create > plugins in C++ as well as oth

Re: OpenOffice.org and C++

2015-03-06 Thread ArbolOne
org Subject: Re: 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 (A

Re: OpenOffice.org and C++

2015-03-06 Thread Alexandro Colorado
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://wiki.openoffice.org/wiki/UNOCpp

Re: OpenOffice.org and C++

2015-03-06 Thread Rory O'Farrell
On Fri, 6 Mar 2015 06:41:50 -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. Start at https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide

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.