Re: OpenOffice Query

2017-07-18 Thread Damjan Jovanovic
Hi Rushna Look at the table of events on https://wiki.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Document_Events "OnSave" and "OnSaveAs" should be delivered before the document is saved, and "OnSaveDone " and "OnSaveAsDone" after it is saved. If you aren't sure, comment out the "if" sta

Re: OpenOffice Query

2017-07-18 Thread Rushna Jabi
Hi Danjan, I am getting popup on save, on saveAs event after the saving doc. But I want my popup before save event window.. How is it possible? Regards, Rushna jabi Software Engineer 8447294604 On 13-Jul-2017 15:03, "Damjan Jovanovic" wrote: > That's great. I am glad. > > And you don't have

Re: OpenOffice Query

2017-07-18 Thread Rushna Jabi
I know about all those events and I thought same as you. But getting on OnSave and OnSaveDone same output. Now I check again then discuss with you. Thanks & Regards, Rushna jabi Software Engineer 8447294601 On 18-Jul-2017 15:35, "Damjan Jovanovic" wrote: > Hi Rushna > > Look at the table of

Re: OpenOffice Query

2017-07-18 Thread Rushna Jabi
"OnSave" and "OnSaveAs" should be delivered before the document is saved, and "OnSaveDone" and "OnSaveAsDone" after it is saved. I have printed all the listeners but I am getting same Output OnSaveAs or OnSaveAsDone. public void notifyEvent(com.sun.star.document.EventObject oE

Re[5]: Building OO

2017-07-18 Thread Yemelyanenko Fyodor
Hello! I've switched to Ubuntu 14.04 mini with xubuntu-desktop and xrdp installed And OO built successfully! :-) Now trying to do the same on W7 x32. As Id like to deep dive into OO development, could you please share what dev environment do you use on Ubuntu and on W7 (I believe, that I'll fin

Re: Re[5]: Building OO

2017-07-18 Thread Peter Kovacs
Hello, Do you mean by dev environment an IDE? All the best Peter Am 19. Juli 2017 02:50:48 MESZ schrieb Yemelyanenko Fyodor : >Hello! > >I've switched to Ubuntu 14.04 mini with xubuntu-desktop and xrdp >installed >And OO built successfully! :-) > >Now trying to do the same on W7 x32. > >As Id l

Re[7]: Building OO

2017-07-18 Thread Yemelyanenko Fyodor
Yes, sure, I mean IDE -- Исходное сообщение -- От: "Peter Kovacs" Кому: dev@openoffice.apache.org Отправлено: 19.07.2017 14:51:57 Тема: Re: Re[5]: Building OO >Hello, > >Do you mean by dev environment an IDE? > >All the best >Peter > >Am 19. Juli 2017 02:50:48 MESZ schrieb Yemelyanenko F

Ide for Open Office (was Building OO)

2017-07-18 Thread Peter kovacs
There is no uniform answer, since one works as he like. I don't think we change the policy. However we have a guide for Eclipse on wiki. Which will give you a very basic IDE support. I would like to use intelliJ, but the IDE does not support java and C/C++ at the same time. However a feature req

Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-18 Thread Damjan Jovanovic
What is so "very basic" about Eclipse? It's an excellent IDE, among the best C++ IDEs I ever used, and the only IDE I use to develop AOO. I only used Visual Studio a little, and it seemed very good at the .NET languages, but poor at C++. What does Visual Studio do, that Eclipse CDT doesn't? Damja

Re: Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-18 Thread ckalyanii
I have extensively used visual studio for 5+ years as a pure C++ developers. Even Eclipse is quite good and used it in my earlier android programming days although I find eclipse slower than visual studio. But I think both of them are excellent IDE and one can use any one of them. Thanks Kalya