| Type | required |
| Title | Provide BaseURL in exporting scripts and ImageMaps to HTML |
| Posted by | [EMAIL PROTECTED] |
| Affected | ,all |
| Effective from | CWS SB19 |
Summary
- static SvStream& HTMLOutFuncs::Out_ImageMap( SvStream&, const ImageMap&, const String&,
const HTMLOutEvent *pEventTable,
BOOL bOutStarBasic,
const sal_Char *pDelim = 0,
const sal_Char *pIndentArea = 0,
const sal_Char *pIndentMap = 0,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
String *pNonConvertableChars = 0 );
- static SvStream& HTMLOutFuncs::OutScript( SvStream& rStrm,
const String& rSource,
const String& rLanguage,
ScriptType eScriptType,
const String& rSrc,
const String *pSBLibrary = 0,
const String *pSBModule = 0,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
String *pNonConvertableChars = 0 );
+ static SvStream& HTMLOutFuncs::Out_ImageMap( SvStream&, const String& rBaseURL,
const ImageMap&, const String&,
const HTMLOutEvent *pEventTable,
BOOL bOutStarBasic,
const sal_Char *pDelim = 0,
const sal_Char *pIndentArea = 0,
const sal_Char *pIndentMap = 0,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
String *pNonConvertableChars = 0 );
+ static SvStream& HTMLOutFuncs::OutScript( SvStream& rStrm,
const String& rBaseURL,
const String& rSource,
const String& rLanguage,
ScriptType eScriptType,
const String& rSrc,
const String *pSBLibrary = 0,
const String *pSBModule = 0,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
String *pNonConvertableChars = 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]
