summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_stgelems.hxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_stgelems.hxx110
1 files changed, 55 insertions, 55 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_stgelems.hxx b/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
index dcf8dd1ac3c3..2aab25863482 100644
--- a/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_stgelems.hxx
@@ -94,54 +94,54 @@ public:
// XInterface
virtual com::sun::star::uno::Any SAL_CALL queryInterface(
const com::sun::star::uno::Type& aType )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL acquire()
- throw () SAL_OVERRIDE;
+ throw () override;
virtual void SAL_CALL release()
- throw () SAL_OVERRIDE;
+ throw () override;
// XTypeProvider (implemnented by base, but needs to be overridden for
// delegating to aggregate)
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
getTypes()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
getImplementationId()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XComponent ( one of XStorage bases )
virtual void SAL_CALL
dispose()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
addEventListener( const com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener > & xListener )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeEventListener( const com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener >& aListener )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XNameAccess ( one of XStorage bases )
virtual com::sun::star::uno::Any SAL_CALL
getByName( const OUString& aName )
throw ( com::sun::star::container::NoSuchElementException,
com::sun::star::lang::WrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Sequence< OUString > SAL_CALL
getElementNames()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
hasByName( const OUString& aName )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XElementAccess (base of XNameAccess)
virtual com::sun::star::uno::Type SAL_CALL
getElementType()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
hasElements()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XStorage
virtual void SAL_CALL
@@ -151,7 +151,7 @@ public:
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
openStreamElement( const OUString& aStreamName,
sal_Int32 nOpenMode )
@@ -160,7 +160,7 @@ public:
com::sun::star::packages::WrongPasswordException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
openEncryptedStreamElement( const OUString& aStreamName,
sal_Int32 nOpenMode,
@@ -171,7 +171,7 @@ public:
com::sun::star::packages::WrongPasswordException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Reference< com::sun::star::embed::XStorage > SAL_CALL
openStorageElement( const OUString& aStorName,
sal_Int32 nOpenMode )
@@ -179,7 +179,7 @@ public:
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
cloneStreamElement( const OUString& aStreamName )
throw ( com::sun::star::embed::InvalidStorageException,
@@ -187,7 +187,7 @@ public:
com::sun::star::packages::WrongPasswordException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
cloneEncryptedStreamElement( const OUString& aStreamName,
const OUString& aPassword )
@@ -197,7 +197,7 @@ public:
com::sun::star::packages::WrongPasswordException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
copyLastCommitTo( const com::sun::star::uno::Reference<
com::sun::star::embed::XStorage >& xTargetStorage )
@@ -205,7 +205,7 @@ public:
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
copyStorageElementLastCommitTo( const OUString& aStorName,
const com::sun::star::uno::Reference<
@@ -215,19 +215,19 @@ public:
com::sun::star::lang::IllegalArgumentException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isStreamElement( const OUString& aElementName )
throw ( com::sun::star::container::NoSuchElementException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::embed::InvalidStorageException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isStorageElement( const OUString& aElementName )
throw ( com::sun::star::container::NoSuchElementException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::embed::InvalidStorageException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeElement( const OUString& aElementName )
throw ( com::sun::star::embed::InvalidStorageException,
@@ -235,7 +235,7 @@ public:
com::sun::star::container::NoSuchElementException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
renameElement( const OUString& aEleName,
const OUString& aNewName )
@@ -245,7 +245,7 @@ public:
com::sun::star::container::ElementExistException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
copyElementTo( const OUString& aElementName,
const com::sun::star::uno::Reference<
@@ -257,7 +257,7 @@ public:
com::sun::star::container::ElementExistException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
moveElementTo( const OUString& aElementName,
const com::sun::star::uno::Reference<
@@ -269,17 +269,17 @@ public:
com::sun::star::container::ElementExistException,
com::sun::star::io::IOException,
com::sun::star::embed::StorageWrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
// XTransactedObject
virtual void SAL_CALL commit()
throw ( com::sun::star::io::IOException,
com::sun::star::lang::WrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL revert()
throw ( com::sun::star::io::IOException,
com::sun::star::lang::WrappedTargetException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
private:
explicit Storage( const rtl::Reference< Storage > & rFactory ); // n.i.
@@ -326,16 +326,16 @@ public:
// XInterface
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type& aType )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XTypeProvider (implemnented by base, but needs to be overridden for
// delegating to aggregate)
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
getTypes()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
getImplementationId()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XOutputStream
virtual void SAL_CALL
@@ -343,34 +343,34 @@ public:
throw ( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
flush( )
throw ( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
// Note: We need to intercept this one.
virtual void SAL_CALL
closeOutput( )
throw ( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
// XComponent
// Note: We need to intercept this one.
virtual void SAL_CALL
dispose()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
addEventListener( const com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener >& xListener )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeEventListener( const com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener >& aListener )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
private:
com::sun::star::uno::Reference<
@@ -409,27 +409,27 @@ public:
// XInterface
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type& aType )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XTypeProvider (implemnented by base, but needs to be overridden for
// delegating to aggregate)
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
getTypes()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
getImplementationId()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
// XStream
virtual com::sun::star::uno::Reference<
com::sun::star::io::XInputStream > SAL_CALL
getInputStream()
- throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual com::sun::star::uno::Reference<
com::sun::star::io::XOutputStream > SAL_CALL
getOutputStream()
- throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( com::sun::star::uno::RuntimeException, std::exception ) override;
// XOutputStream
virtual void SAL_CALL
@@ -437,26 +437,26 @@ public:
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
flush()
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
closeOutput()
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
// XTruncate
virtual void SAL_CALL
truncate()
throw( com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
// XInputStream
virtual sal_Int32 SAL_CALL
@@ -465,7 +465,7 @@ public:
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
readSomeBytes( com::sun::star::uno::Sequence< sal_Int8 >& aData,
@@ -473,40 +473,40 @@ public:
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL
skipBytes( sal_Int32 nBytesToSkip )
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::BufferSizeExceededException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
available()
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
closeInput()
throw( com::sun::star::io::NotConnectedException,
com::sun::star::io::IOException,
- com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ com::sun::star::uno::RuntimeException, std::exception ) override;
// XComponent
// Note: We need to intercept this one.
virtual void SAL_CALL
dispose()
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
addEventListener( const com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener >& xListener )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeEventListener( const com::sun::star::uno::Reference<
com::sun::star::lang::XEventListener >& aListener )
- throw ( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw ( com::sun::star::uno::RuntimeException, std::exception ) override;
private:
void commitChanges()