To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92714 Issue #|92714 Summary|Add INET_nnnn_SCHEME for notes:// uri Component|framework Version|OOo 2.3 Platform|PC URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P5 Subcomponent|code Assigned to|tm Reported by|lmelliot
------- Additional comments from [EMAIL PROTECTED] Tue Aug 12 14:31:10 +0000 2008 ------- I have tried many variations of inserting a hyperlink (in calc) for a notes:// url. These are neither recognized as urls when typed in, nor are processed when inserted as a hyperlink. By processed I mean it seems they do not get passed on to the browser or configured notes application. The feature I am requesting is that this behavior be changed so that notes:// uri's are recognized. The following may or may not be helpful: I did some rudimentary searching of the code base from anoncvs.services.openoffice.org, and found that hltpbase can not find a matching scheme, from urlobj. Now I am not entirely positive that hltpbase is the right place to start my search, but it seems reasonable enough. I then went and looked at urlobj and see that it lists several schemes: #define INET_FTP_SCHEME "ftp://" #define INET_HTTP_SCHEME "http://" #define INET_HTTPS_SCHEME "https://" #define INET_FILE_SCHEME "file://" #define INET_GOPHER_SCHEME "gopher://" #define INET_MAILTO_SCHEME "mailto:" #define INET_CID_SCHEME "cid:" #define INET_NEWS_SCHEME "news:" #define INET_POP3_SCHEME "pop3://" #define INET_LDAP_SCHEME "ldap://" .... and many more. However there is no scheme for notes://. There are of course other places in this file I can see would need to be modified IF this is in fact the correct place to add an additional protocol. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
