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]

Reply via email to