Re: hyperlinks in docs

2019-05-16 Thread Kay Schenk
I'm going to take a stab at this. Handling URLs is part of the AOO "framework". I had tried to pin this down as well a few years ago. You might want to start by looking at the items in -- https://svn.apache.org/viewvc/openoffice/trunk/main/framework/source/dispatch/ esp *dispatchprovider.cxx

Re: hyperlinks in docs

2019-05-09 Thread Peter Kovacs
Ok, I have another look too. On 09.05.19 23:01, Jim Jagielski wrote: > So far, no luck, but I'm still digging... :/ > >> On May 1, 2019, at 6:57 AM, Jim Jagielski wrote: >> >> THX! >> >>> On May 1, 2019, at 6:52 AM, Peter Kovacs wrote: >>> >>> Hi Jim, >>> >>> I am not sure. >>> >>> there is a fu

Re: hyperlinks in docs

2019-05-09 Thread Jim Jagielski
So far, no luck, but I'm still digging... :/ > On May 1, 2019, at 6:57 AM, Jim Jagielski wrote: > > THX! > >> On May 1, 2019, at 6:52 AM, Peter Kovacs wrote: >> >> Hi Jim, >> >> I am not sure. >> >> there is a function OpenHyperlink. Maybe its definition will help? >> >> Also the Function

Re: hyperlinks in docs

2019-05-01 Thread Jim Jagielski
THX! > On May 1, 2019, at 6:52 AM, Peter Kovacs wrote: > > Hi Jim, > > I am not sure. > > there is a function OpenHyperlink. Maybe its definition will help? > > Also the Function SvtExtendedSecurityOptions seems to have a good play > in this. > > For example in cui/source/options/optlingu.cx

Re: hyperlinks in docs

2019-05-01 Thread Peter Kovacs
Hi Jim, I am not sure. there is a function OpenHyperlink. Maybe its definition will help? Also the Function SvtExtendedSecurityOptions seems to have a good play in this. For example in cui/source/options/optlingu.cxx in Unotools I find following code sniplet:     if ( SvtExtendedSecurityOptions

hyperlinks in docs

2019-05-01 Thread Jim Jagielski
I'm trying to figure out where in the codebase which module is responsible for "handling" behaviors when someone clicks a hyperlink in a doc. Any ideas on where to look? - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache