required/CWS SB19 : Provide BaseURL for HTML import/export of DocInfo and IFrames
[email protected] Wed, 21 Sep 2005 13:11:08 +0200 (CEST)
| Newsgroups | gmane.comp.openoffice.announce.interface |
|---|---|
| Message-ID | <2732014.1127301068451.JavaMail.root@sd-web1> |
Type required Title Provide BaseURL for HTML import/export of DocInfo and IFrames Posted by [email protected] Affected ,all Effective from CWS SB19 Summary - static void SfxFrameHTMLParser::ParseFrameOptions(SfxFrameDescriptor*, const HTMLOptions* ); - static void SfxFrameHTMLWriter::Out_DocInfo( SvStream& rStrm, const SfxDocumentInfo* pInfo, const sal_Char *pIndent, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, String *pNonConvertableChars = 0 ); - static void SfxFrameHTMLWriter::Out_FrameDescriptor( SvStream&, const com::sun::star::uno::Reference < com::sun::star::beans::XPropertySet >& xSet, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, String *pNonConvertableChars = 0 ); + static void SfxFrameHTMLParser::ParseFrameOptions(SfxFrameDescriptor*, const HTMLOptions*, const String& rBaseURL); + static void SfxFrameHTMLWriter::Out_DocInfo( SvStream& rStrm, const String& rBaseURL, const SfxDocumentInfo* pInfo, const sal_Char *pIndent, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, String *pNonConvertableChars = 0 ); + static void SfxFrameHTMLWriter::Out_FrameDescriptor( SvStream&, const String& rBaseURL, const com::sun::star::uno::Reference < com::sun::star::beans::XPropertySet >& xSet, 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]