required/CWS SB19 : Provide BaseURL for Transfer operations on ImageMaps
[email protected] Wed, 21 Sep 2005 13:11:13 +0200 (CEST)
| Newsgroups | gmane.comp.openoffice.announce.interface |
|---|---|
| Message-ID | <6539301.1127301073063.JavaMail.root@sd-web1> |
Type required Title Provide BaseURL for Transfer operations on ImageMaps Posted by [email protected] Affected ,all Effective from CWS SB19 Summary - void TransferableDataContainer::CopyImageMap( const ImageMap& rImgMap ); - sal_Bool TransferableHelper::SetImageMap( const ImageMap& rIMap, const ::com::sun::star::datatransfer::DataFlavor& rFlavor ); - sal_Bool TransferableDataHelper::GetImageMap( SotFormatStringId nFormat, ImageMap& rIMap ); - sal_Bool TransferableDataHelper::GetImageMap( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, ImageMap& rImap ); + void TransferableDataContainer::CopyImageMap( const ImageMap& rImgMap, const String& rBaseURL); + sal_Bool TransferableHelper::SetImageMap( const ImageMap& rIMap, const ::com::sun::star::datatransfer::DataFlavor& rFlavor, const String& rBaseURL ); + sal_Bool TransferableDataHelper::GetImageMap( SotFormatStringId nFormat, ImageMap& rIMap, const String& ); + sal_Bool TransferableDataHelper::GetImageMap( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, ImageMap& rImap, 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]