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]

Reply via email to