summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_storage.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 16:40:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 16:40:24 +0000
commit948a72f2637ada864fcb881dde7abe883b7a62e6 (patch)
tree9daa605a41058626d5798129b3e9fe9882060256 /ucb/source/ucp/tdoc/tdoc_storage.hxx
parent4441dfe370adb433238ae7dbf6dd72c38c5aa740 (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.8); FILE MERGED
2004/04/28 14:30:20 mav 1.2.8.1: #116056# interfaces review
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_storage.hxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_storage.hxx21
1 files changed, 13 insertions, 8 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_storage.hxx b/ucb/source/ucp/tdoc/tdoc_storage.hxx
index e2e5c6f3f5d5..9e45cd314fe3 100644
--- a/ucb/source/ucp/tdoc/tdoc_storage.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_storage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdoc_storage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-04-14 13:43:54 $
+ * last change: $Author: hr $ $Date: 2004-05-10 17:40:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,11 +93,16 @@ namespace tdoc_ucp {
~StorageElementFactory();
com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
+ createTemporaryStorage()
+ throw ( com::sun::star::uno::Exception,
+ com::sun::star::uno::RuntimeException );
+
+ com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
createStorage( const rtl::OUString & rUri, StorageAccessMode eMode )
throw ( com::sun::star::embed::InvalidStorageException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::embed::StorageWTException,
+ com::sun::star::embed::StorageWrappedTargetException,
com::sun::star::uno::RuntimeException );
com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
@@ -106,7 +111,7 @@ namespace tdoc_ucp {
throw ( com::sun::star::embed::InvalidStorageException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::embed::StorageWTException,
+ com::sun::star::embed::StorageWrappedTargetException,
com::sun::star::packages::WrongPasswordException,
com::sun::star::uno::RuntimeException );
@@ -116,7 +121,7 @@ namespace tdoc_ucp {
throw ( com::sun::star::embed::InvalidStorageException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::embed::StorageWTException,
+ com::sun::star::embed::StorageWrappedTargetException,
com::sun::star::packages::WrongPasswordException,
com::sun::star::uno::RuntimeException );
private:
@@ -130,7 +135,7 @@ namespace tdoc_ucp {
throw ( com::sun::star::embed::InvalidStorageException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::embed::StorageWTException,
+ com::sun::star::embed::StorageWrappedTargetException,
com::sun::star::uno::RuntimeException );
com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
@@ -141,7 +146,7 @@ namespace tdoc_ucp {
throw ( com::sun::star::embed::InvalidStorageException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::embed::StorageWTException,
+ com::sun::star::embed::StorageWrappedTargetException,
com::sun::star::uno::RuntimeException );
com::sun::star::uno::Reference< com::sun::star::io::XStream >
@@ -153,7 +158,7 @@ namespace tdoc_ucp {
throw ( com::sun::star::embed::InvalidStorageException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
- com::sun::star::embed::StorageWTException,
+ com::sun::star::embed::StorageWrappedTargetException,
com::sun::star::packages::WrongPasswordException,
com::sun::star::uno::RuntimeException );