diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-02 16:29:35 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-02 16:29:35 +0000 |
commit | 683bd5b5b675d3581902f04c9b92f5096743848a (patch) | |
tree | ef7b74a66cab8c4b2fb50cad46786583e519a0da /sc/inc/xmlwrap.hxx | |
parent | 23be175fa15f774162d9b687bff8a39952fcc7f5 (diff) |
split the export and the import in seperate streams
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r-- | sc/inc/xmlwrap.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index c3af704fb227..99506e4f6583 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlwrap.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: sab $ $Date: 2001-03-01 13:59:24 $ + * last change: $Author: sab $ $Date: 2001-03-02 17:28:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,7 @@ class ScDocument; class SfxMedium; class SvStorage; +class ScMySharedData; namespace com { namespace sun { namespace star { namespace uno { template<class X> class Reference; } @@ -89,7 +90,7 @@ class ScXMLImportWrapper com::sun::star::uno::Reference<com::sun::star::frame::XModel>& xModel, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>& xXMLParser, com::sun::star::xml::sax::InputSource& aParserInput, - const rtl::OUString& sComponentName, const rtl::OUString& sDocName, + const rtl::OUString& sComponentName, const rtl::OUString& sDocName, const rtl::OUString& sOldDocName, com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs); sal_Bool ExportToComponent(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& xServiceFactory, @@ -97,7 +98,8 @@ class ScXMLImportWrapper com::sun::star::uno::Reference<com::sun::star::uno::XInterface>& xWriter, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aDescriptor, const rtl::OUString& sName, const rtl::OUString& sMediaType, const rtl::OUString& sComponentName, - const sal_Bool bCompress, com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs); + const sal_Bool bCompress, com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs, + ScMySharedData*& pSharedData); public: ScXMLImportWrapper(ScDocument& rD, SfxMedium* pM, SvStorage* pS); |