summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 13:25:32 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 13:25:32 +0000
commit71de3d755c0a888e767313630e949dd948f7d077 (patch)
tree5c8d4fa55499fc0d3c9634b669badc536a67bd40 /sot
parent8d1d7208e7f604c421f1175cc313aede3b1c1162 (diff)
INTEGRATION: CWS fwk37 (1.5.22); FILE MERGED
2006/03/29 09:35:35 mav 1.5.22.1: #b6404500# support substorages in OLESimpleStorage service
Diffstat (limited to 'sot')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index f8c4ee92293f..190fb2296b83 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xolesimplestorage.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 09:58:07 $
+ * last change: $Author: kz $ $Date: 2006-04-26 14:25:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,6 +100,12 @@ class OLESimpleStorage : public ::cppu::WeakImplHelper6
void UpdateOriginal_Impl();
+ static void InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream )
+ throw ( ::com::sun::star::uno::Exception );
+
+ static void OLESimpleStorage::InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& xNameAccess )
+ throw ( ::com::sun::star::uno::Exception );
+
public:
OLESimpleStorage( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory );