Re: Fwd: Re: offline help replacement

2017-12-23 Thread Olivier Hallot
Hi Tomaz ! Em 23/12/2017 12:47, Tomaž Vajngerl escreveu: > Hi, > > On Sat, Dec 23, 2017 at 7:13 PM, Olivier Hallot > wrote: >> HI >> >> Newbie seeking advice! >> >> I am trying to implement Kendy's idea of a temp file with some HTML >> inside, I seek a piece of code to open a temp file, write co

Re: Fwd: Re: offline help replacement

2017-12-23 Thread Tomaž Vajngerl
Hi, On Sat, Dec 23, 2017 at 7:13 PM, Olivier Hallot wrote: > HI > > Newbie seeking advice! > > I am trying to implement Kendy's idea of a temp file with some HTML > inside, I seek a piece of code to open a temp file, write contents in > it, close it. > > I started with > --- > OUS

Re: Fwd: Re: offline help replacement

2017-12-23 Thread Olivier Hallot
HI Newbie seeking advice! I am trying to implement Kendy's idea of a temp file with some HTML inside, I seek a piece of code to open a temp file, write contents in it, close it. I started with --- OUString aExtension(".html"); ::utl::TempFile aTempFile("newhelp", true, &aExte

Re: Fwd: Re: offline help replacement

2017-12-22 Thread Olivier Hallot
Hi For the records, the patch https://gerrit.libreoffice.org/gitweb?p=help.git;a=commitdiff;h=0e5a56e81f63d2705f1083acda4b2d899783fdcd now allows the pages to be equally navigated in browser with both http:// and file:// protocols. Regards Olivier Em 18/12/2017 14:44, Olivier Hallot escreveu: >

Fwd: Re: offline help replacement

2017-12-18 Thread Olivier Hallot
Hi All To integrate the new offline help in LibreOffice we need to call the browser from LibreOffice passing the help page parameters. The job is ready for the online help (*) and is in line 523 of the file below. sfx2/source/appl/sfxhelp.cxx. For the offline help we still need a way to call th