required/CWS SB19 : Provide BaseURL when Reading and writing ImageMaps
[email protected] Wed, 21 Sep 2005 13:11:36 +0200 (CEST)
| Newsgroups | gmane.comp.openoffice.announce.interface |
|---|---|
| Message-ID | <24413346.1127301096033.JavaMail.root@sd-web1> |
Type required Title Provide BaseURL when Reading and writing ImageMaps Posted by [email protected] Affected ,all Effective from CWS SB19 Summary - SvStream& operator<<( SvStream& rOStm, const ImageMap& rImageMap ); - SvStream& operator>>( SvStream& rIStm, ImageMap& rImageMap ); - void ImageMap::Write( SvStream& rOStm, ULONG nFormat ) const; - ULONG ImageMap::Read( SvStream& rIStm, ULONG nFormat ); + void ImageMap::Write ( SvStream& rOStm, const String& rBaseURL ) const; + void ImageMap::Read( SvStream& rIStm, const String& rBaseURL ); + void ImageMap::Write( SvStream& rOStm, ULONG nFormat, const String& rBaseURL ) const; + ULONG ImageMap::Read( SvStream& rIStm, ULONG nFormat, const String & rBaseURL ); 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. In case of the ImageMap the stream operators where converted to methods --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]