Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Anurag Kanungo
Thanks for the Guidance, I have resubmitted the patch at https://gerrit.libreoffice.org/3763 :-) On Fri, May 3, 2013 at 7:37 PM, Anurag Kanungo wrote: > Thanks , > Surely will try according to you guidance . :-) > > > On Fri, May 3, 2013 at 7:33 PM, Jan Holesovsky wrote: > >> Hi Anurag, >> >

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Anurag Kanungo
Thanks , Surely will try according to you guidance . :-) On Fri, May 3, 2013 at 7:33 PM, Jan Holesovsky wrote: > Hi Anurag, > > Anurag Kanungo píše v Pá 03. 05. 2013 v 18:29 +0530: > > > Please check, > > https://gerrit.libreoffice.org/3709 > > i am stuck due to static . > > > > I am not able t

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Jan Holesovsky
Hi Anurag, Anurag Kanungo píše v Pá 03. 05. 2013 v 18:29 +0530: > Please check, > https://gerrit.libreoffice.org/3709 > i am stuck due to static . > > I am not able to figure out another way to resolve it. The another (and preferred!) way is to use the same mechanism as the other settings in

Re: Need Guidance on bug fdo#37222

2013-05-03 Thread Anurag Kanungo
Hi, Please check, https://gerrit.libreoffice.org/3709 i am stuck due to static . I am not able to figure out another way to resolve it. Guide if possible . On Tue, Apr 30, 2013 at 2:33 PM, Anurag Kanungo wrote: > Hi, > Thanks for the guidance , > > please check https://gerrit.libreoffice.org/3

Re: Need Guidance on bug fdo#37222

2013-04-30 Thread Anurag Kanungo
Hi, Thanks for the guidance , please check https://gerrit.libreoffice.org/3693 I was able to export the pdf file , so i created a checkbox in " export as pdf " dialog stating "View pdf after export " So, if a user ticks it , pdf file is exported and opened else file is only exported but

Re: Need Guidance on bug fdo#37222

2013-04-29 Thread Tomaž Vajngerl
Hi, Please, unless explicitly asked, always make sure that LO development mailing list is in the CC of the mail when replying (or "reply to all"). Actually you have to go to pdffilter.cxx -> PDFFilter::implExport. You will have to get the "URL" from the rDescriptor which contains the location and

Re: Need Guidance on bug fdo#37222

2013-04-28 Thread Tomaž Vajngerl
Hi, system("xdg-open abc.pdf"); is not good enough - this won't work on OSX or Windows. You have to use XSystemShellExecute: Reference xSystemShellExecute(SystemShellExecute::create( ::comphelper::getProcessComponentContext() ) ); xSystemShellExecute->execute( aFileName, OUString(), SystemShellEx

Need Guidance on bug fdo#37222

2013-04-26 Thread Anurag Kanungo
Hi, In bug https://bugs.freedesktop.org/show_bug.cgi?id=37222 I was trying to resolve the bug , and got a little progress that whenever a user exports the pdf , i am able to open a particular fixed pdf file . In file filter/source/pdf/pdfexport.cxx, i used there system("xdg-open abc.pdf");