Help needed for building SDK samples in Visual Studio 2010

2012-12-13 Thread Shukla, Mangesh
Hi, I have recently started work on OpenOffice development, and need to develop an application in C++ which interacts with OpenOffice. I have installed the OpenOffice3.4.0 and the SDK as well. However I need to build the samples using Visual Studio 2010. I checked the information on the net,

RE: Help needed for building SDK samples in Visual Studio 2010

2012-12-14 Thread Shukla, Mangesh
Hi jg, It is indeed heartening to know that you could get around to using the Visual Studio 2012. Could you please direct me to some links on the net to get me started. It would definitely get me started. Thanks Mangesh -Original Message- From: jg [mailto:j...@jgoettgens.de] Sent:

RE: Help needed for building SDK samples in Visual Studio 2010

2012-12-14 Thread Shukla, Mangesh
Hi jg, I have already seen the information on the Developers guide. I will check it out asap. Thanks Mangesh -Original Message- From: jg [mailto:j...@jgoettgens.de] Sent: Friday, December 14, 2012 4:55 PM To: api@openoffice.apache.org Subject: Re: Help needed for building SDK sample

Need help in getting the design right with Openoffice.org

2012-12-19 Thread Shukla, Mangesh
Hi , I am new to OpenOffice development and need some ideas on the following implementation. I am working on an C++ application which needs to interact with OpenOffice.org. The interaction will comprise of populating data in the spreadsheet application. The Calc application is intended to

RE: Need help in getting the design right with Openoffice.org

2012-12-20 Thread Shukla, Mangesh
/Deamon_in_Python Although old this is a tutorial on how it works: http://www.linuxjournal.com/content/starting-stopping-and-connecting-openoffice-python On Thu, Dec 20, 2012 at 12:33 AM, Shukla, Mangesh < mangesh.shu...@siemens.com> wrote: > Hi , > I am new to OpenOffice developm

RE: Need help in getting the design right with Openoffice.org

2012-12-20 Thread Shukla, Mangesh
[mailto:jogischm...@gmail.com] Sent: Thursday, December 20, 2012 4:22 PM To: api@openoffice.apache.org Subject: Re: Need help in getting the design right with Openoffice.org On 12/20/12 9:13 AM, Shukla, Mangesh wrote: > Hi Alexandro, > Thanks for the quick response. Actually I would prefer the solut

Registering EventListeners on Add-on Menu item

2013-01-07 Thread Shukla, Mangesh
Hi, I would like to know if a client application can add a listener to an add-on menu item. I am guessing that when the user clicks the add-on menu item, the client application gets a call on the listener. Likewise I would also like to get a callback in the client application when the user execu

RE: Registering EventListeners on Add-on Menu item

2013-01-07 Thread Shukla, Mangesh
question on several forums and have not got any response yet. Thanks, Mangesh. -Original Message- From: Shukla, Mangesh [mailto:mangesh.shu...@siemens.com] Sent: Monday, January 07, 2013 5:28 PM To: api@openoffice.apache.org Subject: Registering EventListeners on Add-on Menu item Hi, I would

RE: Registering EventListeners on Add-on Menu item

2013-01-08 Thread Shukla, Mangesh
, Mangesh -Original Message- From: Ariel Constenla-Haile [mailto:arie...@apache.org] Sent: Tuesday, January 08, 2013 3:54 PM To: api@openoffice.apache.org Subject: Re: Registering EventListeners on Add-on Menu item Hi Mangesh, On Mon, Jan 07, 2013 at 11:57:47AM +, Shukla, Mangesh

RE: Registering EventListeners on Add-on Menu item

2013-01-08 Thread Shukla, Mangesh
Message- From: Ariel Constenla-Haile [mailto:arie...@apache.org] Sent: Tuesday, January 08, 2013 4:33 PM To: api@openoffice.apache.org Subject: Re: Registering EventListeners on Add-on Menu item Hi Mangesh, On Tue, Jan 08, 2013 at 10:31:47AM +, Shukla, Mangesh wrote: > Hi Ariel, Thanks

RE: Registering EventListeners on Add-on Menu item

2013-01-08 Thread Shukla, Mangesh
-Original Message- From: Ariel Constenla-Haile [mailto:arie...@apache.org] Sent: Tuesday, January 08, 2013 5:15 PM To: api@openoffice.apache.org Subject: Re: Registering EventListeners on Add-on Menu item Hi Mangesh, On Tue, Jan 08, 2013 at 11:18:17AM +, Shukla, Mangesh wrote: &

RE: Registering EventListeners on Add-on Menu item

2013-01-09 Thread Shukla, Mangesh
Hi Ariel, Could you please give me more details on what exactly should be done to establish communication between OpenOffice.org and external application. Thanks, Mangesh -Original Message- From: Shukla, Mangesh Sent: Tuesday, January 08, 2013 5:50 PM To: api

RE: Registering EventListeners on Add-on Menu item

2013-01-09 Thread Shukla, Mangesh
Hi Marcin, Thanks for your response. Hopefully this will get me started. Warm regards, Mangesh -Original Message- From: Marcin Gutman [mailto:mgut...@op.pl] Sent: Wednesday, January 09, 2013 5:04 PM To: api@openoffice.apache.org; Shukla, Mangesh Subject: Re: Registering

Looking for a makefile sample to generate a simple dll

2013-01-22 Thread Shukla, Mangesh
Hi , I am a newbie and have started working on a simple DLL, which interacts with OpenOffice.org. My DLL does not add any new types to the Application, but only populates information in the spreadsheet from an external application. I have been able to create Visual Studio project to create

RE: Looking for a makefile sample to generate a simple dll

2013-01-22 Thread Shukla, Mangesh
sample to generate a simple dll Hi Mangesh, On Tue, Jan 22, 2013 at 01:44:30PM +, Shukla, Mangesh wrote: > Hi , I am a newbie and have started working on a simple DLL, which > interacts with OpenOffice.org. My DLL does not add any new types to > the Application, but only populates infor

Regarding MSVCR80.dll

2013-01-25 Thread Shukla, Mangesh
Hi, I am using OpenOffice3.4.1 sdk to build an external dll (it does not add any new types, and is based on the documentLoader example) , which interacts with OpenOffice. I could build the dll using Visual studio 2012 and use it as well. However since the dll is supposed to be cross platform, I

RE: Regarding MSVCR80.dll

2013-01-25 Thread Shukla, Mangesh
Hi jg, My aim is to develop the client dll which deals with OpenOffice.org. This dll is required on Windows/Mac/Linux as we have a application that runs on all platforms. Because of this requirement, I moved from the Visual Studio project to Makefile so that only compilation is required on e

RE: Regarding MSVCR80.dll

2013-02-01 Thread Shukla, Mangesh
compiler. -Original Message- From: Ariel Constenla-Haile [mailto:arie...@apache.org] Sent: Thursday, January 31, 2013 9:51 PM To: api@openoffice.apache.org Subject: Re: Regarding MSVCR80.dll On Fri, Jan 25, 2013 at 01:14:45PM +, Shukla, Mangesh wrote: >Hi, >I am using Open

Regarding implementing the XDispatchProviderInterceptor interface in a client application

2013-02-04 Thread Shukla, Mangesh
Hi, I am looking for some sample code in C++ for the functionality available through XDispatchProviderInterceptor . I wish to track some menu items in the menu bar (created using Add-ons). When the user clicks on the Add-on Menu buttons, I wish to intercept the call using the XDispatchProviderIn

RE: Regarding implementing the XDispatchProviderInterceptor interface in a client application

2013-02-05 Thread Shukla, Mangesh
Hi , I found an article on the oooforum, which explains this. I have now posted this on the OpenOffice.org forum at the following link http://forum.openoffice.org/en/forum/viewtopic.php?f=44&t=59365 thanks Mangesh From: Shukla, Mangesh Sent: Monday, February 04, 2013 5:06 PM To:

Getting XConnectionBroadcaster interface reference in C++

2013-02-13 Thread Shukla, Mangesh
Hello All, I have recently started work on customizing OpenOffice for my application. For this I need to implement a Macro function which will talk to my external C++ application. When a call to the macro function is made, the function will connect on the port and send a query over the connec

communicating with a connected external application using OOBasic macro

2013-02-15 Thread Shukla, Mangesh
Hi, I have an external application which connects to OpenOffice.org application using sockets. The connection string can be given as "uno:socket,host=localhost,port=2081 ". OpenOffice was started in accept mode with the above string. I have an application level macro which needs to call a f

RE: communicating with a connected external application using OOBasic macro

2013-02-18 Thread Shukla, Mangesh
Hi Mangesh Shukla, On Fri, Feb 15, 2013 at 10:26:44AM +, Shukla, Mangesh wrote: > Hi, I have an external application which connects to OpenOffice.org > application using sockets. The connection string can be given as > "uno:socket,host=localhost,port=2081 ". OpenOffice was

RE: communicating with a connected external application using OOBasic macro

2013-02-20 Thread Shukla, Mangesh
b 15, 2013 at 10:26:44AM +0000, Shukla, Mangesh wrote: > Hi, I have an external application which connects to OpenOffice.org > application using sockets. The connection string can be given as > "uno:socket,host=localhost,port=2081 ". OpenOffice was started in > accept mode with t

RE: communicating with a connected external application using OOBasic macro

2013-02-21 Thread Shukla, Mangesh
Constenla-Haile [mailto:arie...@apache.org] Sent: Thursday, February 21, 2013 3:59 PM To: api@openoffice.apache.org Subject: Re: communicating with a connected external application using OOBasic macro Hi Mangesh, On Wed, Feb 20, 2013 at 10:47:16AM +, Shukla, Mangesh wrote: > Hi Ariel, Ba

RE: I can not install OppenOffice

2013-03-07 Thread Shukla, Mangesh
Hi Serban, I think OpenOffice works well on 64bit systems. I have it installed it on x64 Windows7 as well as Ubuntu10.4LTS platforms. Thanks Mangesh -Original Message- From: Serban Nitescu [mailto:serban_nite...@yahoo.com] Sent: Thursday, March 07, 2013 3:25 PM To: api@openoffic

RE: UNO API

2013-04-02 Thread Shukla, Mangesh
Hi Misha, Have you succeeded in setting up the build environment using the scripts. Are you able to build the C++ samples given in the SDK. I ask this, because it is important that you follow the steps mentioned in the wiki. http://wiki.openoffice.org/wiki/SDKInstallation Here you will als

RE: UNP API

2013-04-10 Thread Shukla, Mangesh
Hi , You can use the following Api's in C++. This is some prototype code, I implemented for my project. Thanks Mangesh // This API sets the active Spreadsheet in the Calc document int Calc::SetActiveWorksheet(Reference rSheet) { create xSheetDocument Referenc