required/CWS SB19 : Provide BaseURL in exporting scripts and ImageMaps to HTML
[email protected] Wed, 21 Sep 2005 13:11:23 +0200 (CEST)
| Newsgroups | gmane.comp.openoffice.announce.interface |
|---|---|
| Message-ID | <4766048.1127301083513.JavaMail.root@sd-web1> |
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]