summaryrefslogtreecommitdiffstats
path: root/ucb/source/cacher/cachedcontentresultsetstub.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultsetstub.hxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultsetstub.hxx74
1 files changed, 24 insertions, 50 deletions
diff --git a/ucb/source/cacher/cachedcontentresultsetstub.hxx b/ucb/source/cacher/cachedcontentresultsetstub.hxx
index 85cbe1860c6f..81387c50867a 100644
--- a/ucb/source/cacher/cachedcontentresultsetstub.hxx
+++ b/ucb/source/cacher/cachedcontentresultsetstub.hxx
@@ -55,9 +55,7 @@ private:
void SAL_CALL
impl_getCurrentRowContent(
css::uno::Any& rRowContent,
- const css::uno::Reference< css::sdbc::XRow >& xRow )
- throw ( css::sdbc::SQLException
- , css::uno::RuntimeException );
+ const css::uno::Reference< css::sdbc::XRow >& xRow );
sal_Int32 SAL_CALL
impl_getColumnCount();
@@ -66,27 +64,23 @@ private:
static void SAL_CALL
impl_getCurrentContentIdentifierString(
css::uno::Any& rAny
- , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess )
- throw ( css::uno::RuntimeException );
+ , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess );
/// @throws css::uno::RuntimeException
static void SAL_CALL
impl_getCurrentContentIdentifier(
css::uno::Any& rAny
- , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess )
- throw ( css::uno::RuntimeException );
+ , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess );
/// @throws css::uno::RuntimeException
static void SAL_CALL
impl_getCurrentContent(
css::uno::Any& rAny
- , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess )
- throw ( css::uno::RuntimeException );
+ , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess );
/// @throws css::uno::RuntimeException
void SAL_CALL
- impl_propagateFetchSizeAndDirection( sal_Int32 nFetchSize, bool bFetchDirection )
- throw ( css::uno::RuntimeException );
+ impl_propagateFetchSizeAndDirection( sal_Int32 nFetchSize, bool bFetchDirection );
public:
CachedContentResultSetStub( css::uno::Reference< css::sdbc::XResultSet > const & xOrigin );
@@ -95,8 +89,7 @@ public:
// XInterface
- virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType )
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
virtual void SAL_CALL acquire()
throw() override;
virtual void SAL_CALL release()
@@ -105,54 +98,42 @@ public:
// own inherited
virtual void SAL_CALL
- impl_propertyChange( const css::beans::PropertyChangeEvent& evt )
- throw( css::uno::RuntimeException ) override;
+ impl_propertyChange( const css::beans::PropertyChangeEvent& evt ) override;
virtual void SAL_CALL
- impl_vetoableChange( const css::beans::PropertyChangeEvent& aEvent )
- throw( css::beans::PropertyVetoException,
- css::uno::RuntimeException ) override;
+ impl_vetoableChange( const css::beans::PropertyChangeEvent& aEvent ) override;
// XTypeProvider
- virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override;
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
// XServiceInfo
- virtual OUString SAL_CALL getImplementationName()
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual OUString SAL_CALL getImplementationName() override;
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
// XFetchProvider
virtual css::ucb::FetchResult SAL_CALL
fetch( sal_Int32 nRowStartPosition
- , sal_Int32 nRowCount, sal_Bool bDirection )
- throw( css::uno::RuntimeException, std::exception ) override;
+ , sal_Int32 nRowCount, sal_Bool bDirection ) override;
// XFetchProviderForContentAccess
virtual css::ucb::FetchResult SAL_CALL
fetchContentIdentifierStrings( sal_Int32 nRowStartPosition
- , sal_Int32 nRowCount, sal_Bool bDirection )
- throw( css::uno::RuntimeException, std::exception ) override;
+ , sal_Int32 nRowCount, sal_Bool bDirection ) override;
virtual css::ucb::FetchResult SAL_CALL
fetchContentIdentifiers( sal_Int32 nRowStartPosition
- , sal_Int32 nRowCount, sal_Bool bDirection )
- throw( css::uno::RuntimeException, std::exception ) override;
+ , sal_Int32 nRowCount, sal_Bool bDirection ) override;
virtual css::ucb::FetchResult SAL_CALL
fetchContents( sal_Int32 nRowStartPosition
- , sal_Int32 nRowCount, sal_Bool bDirection )
- throw( css::uno::RuntimeException, std::exception ) override;
+ , sal_Int32 nRowCount, sal_Bool bDirection ) override;
};
@@ -174,27 +155,21 @@ public:
// XInterface
- virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType )
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
virtual void SAL_CALL acquire()
throw() override;
virtual void SAL_CALL release()
throw() override;
// XTypeProvider
- virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override;
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
// XServiceInfo
- virtual OUString SAL_CALL getImplementationName()
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
- throw( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual OUString SAL_CALL getImplementationName() override;
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
@@ -207,8 +182,7 @@ public:
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL
createCachedContentResultSetStub(
- const css::uno::Reference< css::sdbc::XResultSet > & xSource )
- throw( css::uno::RuntimeException, std::exception ) override;
+ const css::uno::Reference< css::sdbc::XResultSet > & xSource ) override;
};
#endif