summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortresult.hxx')
-rw-r--r--ucb/source/sorter/sortresult.hxx112
1 files changed, 56 insertions, 56 deletions
diff --git a/ucb/source/sorter/sortresult.hxx b/ucb/source/sorter/sortresult.hxx
index f5f74690cce6..5f45da992782 100644
--- a/ucb/source/sorter/sortresult.hxx
+++ b/ucb/source/sorter/sortresult.hxx
@@ -189,199 +189,199 @@ public:
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException,
- std::exception ) SAL_OVERRIDE;
+ std::exception ) override;
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException,
- std::exception ) SAL_OVERRIDE;
+ std::exception ) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException,
- std::exception ) SAL_OVERRIDE;
+ std::exception ) override;
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
// XComponent
virtual void SAL_CALL
- dispose() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ dispose() throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
addEventListener( const css::uno::Reference< css::lang::XEventListener >& Listener )
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeEventListener( const css::uno::Reference< css::lang::XEventListener >& Listener )
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
// XContentAccess
virtual OUString SAL_CALL
queryContentIdentifierString()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::ucb::XContentIdentifier > SAL_CALL
queryContentIdentifier()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::ucb::XContent > SAL_CALL
queryContent()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
// XResultSet
virtual sal_Bool SAL_CALL
next()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isBeforeFirst()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isAfterLast()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isFirst()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isLast()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
beforeFirst()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
afterLast()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
first()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
last()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
getRow()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
absolute( sal_Int32 row )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
relative( sal_Int32 rows )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
previous()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
refreshRow()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
rowUpdated()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
rowInserted()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
rowDeleted()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::uno::XInterface > SAL_CALL
getStatement()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
// XRow
virtual sal_Bool SAL_CALL
- wasNull() throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ wasNull() throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL
getString( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
getBoolean( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Int8 SAL_CALL
getByte( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Int16 SAL_CALL
getShort( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
getInt( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Int64 SAL_CALL
getLong( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual float SAL_CALL
getFloat( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual double SAL_CALL
getDouble( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Sequence< sal_Int8 > SAL_CALL
getBytes( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::util::Date SAL_CALL
getDate( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::util::Time SAL_CALL
getTime( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::util::DateTime SAL_CALL
getTimestamp( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::io::XInputStream > SAL_CALL
getBinaryStream( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::io::XInputStream > SAL_CALL
getCharacterStream( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Any SAL_CALL
getObject( sal_Int32 columnIndex,
const css::uno::Reference<
css::container::XNameAccess >& typeMap )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::sdbc::XRef > SAL_CALL
getRef( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::sdbc::XBlob > SAL_CALL
getBlob( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::sdbc::XClob > SAL_CALL
getClob( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<
css::sdbc::XArray > SAL_CALL
getArray( sal_Int32 columnIndex )
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
// XCloseable
virtual void SAL_CALL
close()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
// XResultSetMetaDataSupplier
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL
getMetaData()
- throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::sdbc::SQLException, css::uno::RuntimeException, std::exception ) override;
// XPropertySet
virtual css::uno::Reference<
css::beans::XPropertySetInfo > SAL_CALL
getPropertySetInfo()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
setPropertyValue( const OUString& PropertyName,
@@ -390,13 +390,13 @@ public:
css::beans::PropertyVetoException,
css::lang::IllegalArgumentException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Any SAL_CALL
getPropertyValue( const OUString& PropertyName )
throw( css::beans::UnknownPropertyException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
addPropertyChangeListener( const OUString& PropertyName,
@@ -404,7 +404,7 @@ public:
css::beans::XPropertyChangeListener >& Listener )
throw( css::beans::UnknownPropertyException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removePropertyChangeListener( const OUString& PropertyName,
@@ -412,7 +412,7 @@ public:
css::beans::XPropertyChangeListener >& Listener )
throw( css::beans::UnknownPropertyException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
addVetoableChangeListener( const OUString& PropertyName,
@@ -420,7 +420,7 @@ public:
css::beans::XVetoableChangeListener >& Listener )
throw( css::beans::UnknownPropertyException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeVetoableChangeListener( const OUString& PropertyName,
@@ -428,7 +428,7 @@ public:
css::beans::XVetoableChangeListener >& aListener )
throw( css::beans::UnknownPropertyException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
};
#endif