required/CWS SB19 : Provide BaseURL for SfxHTMLParser::ParseAreaOptions

[email protected] Wed, 21 Sep 2005 13:11:03 +0200 (CEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <28436002.1127301063493.JavaMail.root@sd-web1>
Type
required

Title
Provide BaseURL for SfxHTMLParser::ParseAreaOptions

Posted by
[email protected]

Affected
,all

Effective from
CWS SB19

Summary

- static BOOL SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap,
const HTMLOptions * pOptions,
USHORT nEventMouseOver = 0,
USHORT nEventMouseOut = 0 );
- inline BOOL SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap,
USHORT nEventMouseOver = 0,
USHORT nEventMouseOut = 0);

+ static BOOL SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap, const String& rBaseURL,
const HTMLOptions * pOptions,
USHORT nEventMouseOver = 0,
USHORT nEventMouseOut = 0 );
+ inline BOOL SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap, const String& rBaseURL,
USHORT nEventMouseOver = 0,
USHORT nEventMouseOut = 0);

Description

Due to the removal of the static BaseURL all methods that want to make
URLs relative or absolute must be provided with the BaseURL.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]