diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-12-15 14:18:06 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-12-15 17:44:36 +0100 |
commit | 36a0abed4ab27abd77b502070d4e17e70e6afe7b (patch) | |
tree | e3cb56bef81036cd8645676dd3c2cd1185518fb8 /include | |
parent | 45300b43fe44bb01494fecbaa290d846d476cdb0 (diff) |
filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()
... mainly for the (unlikely) case of ODF embedded objects in MSO binary
files, which can be created by toggling the
Tools->Options->Load/Save->Microsoft Office export settings.
Change-Id: I270f1516b70b20ec0b60cfbd17c2c327c3d9efd0
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/msdffimp.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx index 28b7b27b74ae..28ae9184c443 100644 --- a/include/filter/msfilter/msdffimp.hxx +++ b/include/filter/msfilter/msdffimp.hxx @@ -466,7 +466,8 @@ protected: sal_uInt32 nConvertFlags, SotStorage& rSrcStg, const css::uno::Reference < css::embed::XStorage >& xDestStg, const Graphic& rGrf, - const Rectangle& rVisArea ); + const Rectangle& rVisArea, + OUString const& rBaseURL); // the following methods need to be overridden for Excel imports static bool ProcessClientAnchor( SvStream& rStData, @@ -687,7 +688,8 @@ public: SvStream* pDataStrrm, ErrCode& rError, sal_uInt32 nConvertFlags, - sal_Int64 nAspect ); + sal_Int64 nAspect, + OUString const& rBaseURL); /** Create connections between shapes. This method should be called after a page is imported. |