summaryrefslogtreecommitdiffstats
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-28 16:46:39 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-28 16:46:39 +0000
commitae09bcc4ace809cbc90d1916fe67b385b7425369 (patch)
tree498b45a9149cc7abfe50a0c9d80974ecf28119e4 /sc/inc/xmlwrap.hxx
parentnew calc function ROMAN (diff)
downloadcore-ae09bcc4ace809cbc90d1916fe67b385b7425369.tar.gz
core-ae09bcc4ace809cbc90d1916fe67b385b7425369.zip
import meta with a own component; put shared calls of methos in one method
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r--sc/inc/xmlwrap.hxx18
1 files changed, 16 insertions, 2 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index 30ec7509834e..8babe44295f5 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlwrap.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-02-09 20:00:41 $
+ * last change: $Author: sab $ $Date: 2001-02-28 17:45:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,20 @@ class ScXMLImportWrapper
com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator> GetStatusIndicator(
com::sun::star::uno::Reference< com::sun::star::frame::XModel >& rModel);
+ sal_Bool ImportFromComponent(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& xServiceFactory,
+ 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,
+ 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,
+ com::sun::star::uno::Reference<com::sun::star::frame::XModel>& xModel,
+ 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);
+
public:
ScXMLImportWrapper(ScDocument& rD, SfxMedium* pM, SvStorage* pS);
BOOL Import();