summaryrefslogtreecommitdiff
path: root/svx/source/table/tabledesign.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tabledesign.cxx')
-rw-r--r--svx/source/table/tabledesign.cxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/svx/source/table/tabledesign.cxx b/svx/source/table/tabledesign.cxx
index 22fe8ff4e722..7713071b5e13 100644
--- a/svx/source/table/tabledesign.cxx
+++ b/svx/source/table/tabledesign.cxx
@@ -248,14 +248,12 @@ sal_Bool SAL_CALL TableDesignStyle::isInUse() throw (RuntimeException, std::exce
}
-
OUString SAL_CALL TableDesignStyle::getParentStyle() throw (RuntimeException, std::exception)
{
return OUString();
}
-
void SAL_CALL TableDesignStyle::setParentStyle( const OUString& ) throw (NoSuchElementException, RuntimeException, std::exception)
{
}
@@ -270,7 +268,6 @@ OUString SAL_CALL TableDesignStyle::getName() throw (RuntimeException, std::exce
}
-
void SAL_CALL TableDesignStyle::setName( const OUString& rName ) throw (RuntimeException, std::exception)
{
msName = rName;
@@ -294,7 +291,6 @@ Any SAL_CALL TableDesignStyle::getByName( const OUString& rName ) throw(NoSuchEl
}
-
Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -303,7 +299,6 @@ Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeE
}
-
sal_Bool SAL_CALL TableDesignStyle::hasByName( const OUString& rName ) throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -324,7 +319,6 @@ Type SAL_CALL TableDesignStyle::getElementType() throw(RuntimeException, std::ex
}
-
sal_Bool SAL_CALL TableDesignStyle::hasElements() throw(RuntimeException, std::exception)
{
return sal_True;
@@ -340,7 +334,6 @@ sal_Int32 SAL_CALL TableDesignStyle::getCount() throw(RuntimeException, std::exc
}
-
Any SAL_CALL TableDesignStyle::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetException, RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -421,14 +414,12 @@ void SAL_CALL TableDesignStyle::addModifyListener( const Reference< XModifyListe
}
-
void SAL_CALL TableDesignStyle::removeModifyListener( const Reference< XModifyListener >& xListener ) throw (RuntimeException, std::exception)
{
rBHelper.removeListener( cppu::UnoType<XModifyListener>::get(), xListener );
}
-
void TableDesignStyle::notifyModifyListener()
{
MutexGuard aGuard( rBHelper.rMutex );
@@ -454,7 +445,6 @@ void SAL_CALL TableDesignStyle::modified( const css::lang::EventObject& ) throw
}
-
void SAL_CALL TableDesignStyle::disposing( const css::lang::EventObject& ) throw (css::uno::RuntimeException, std::exception)
{
}
@@ -463,7 +453,6 @@ void SAL_CALL TableDesignStyle::disposing( const css::lang::EventObject& ) throw
// TableStyle
-
// XServiceInfo
OUString SAL_CALL TableDesignFamily::getImplementationName() throw(RuntimeException, std::exception)
{
@@ -509,7 +498,6 @@ Any SAL_CALL TableDesignFamily::getByName( const OUString& rName ) throw(NoSuchE
}
-
Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -526,7 +514,6 @@ Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(Runtime
}
-
sal_Bool SAL_CALL TableDesignFamily::hasByName( const OUString& aName ) throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -550,7 +537,6 @@ Type SAL_CALL TableDesignFamily::getElementType() throw(RuntimeException, std::e
}
-
sal_Bool SAL_CALL TableDesignFamily::hasElements() throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -570,7 +556,6 @@ sal_Int32 SAL_CALL TableDesignFamily::getCount() throw(RuntimeException, std::ex
}
-
Any SAL_CALL TableDesignFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetException, RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -604,7 +589,6 @@ void SAL_CALL TableDesignFamily::insertByName( const OUString& rName, const Any&
}
-
void SAL_CALL TableDesignFamily::removeByName( const OUString& rName ) throw(NoSuchElementException, WrappedTargetException, RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -663,7 +647,6 @@ Reference< XInterface > SAL_CALL TableDesignFamily::createInstance() throw(Excep
}
-
Reference< XInterface > SAL_CALL TableDesignFamily::createInstanceWithArguments( const Sequence< Any >& ) throw(Exception, RuntimeException, std::exception)
{
return createInstance();
@@ -687,13 +670,11 @@ void SAL_CALL TableDesignFamily::dispose( ) throw (RuntimeException, std::excep
}
-
void SAL_CALL TableDesignFamily::addEventListener( const Reference< XEventListener >& ) throw (RuntimeException, std::exception)
{
}
-
void SAL_CALL TableDesignFamily::removeEventListener( const Reference< XEventListener >& ) throw (RuntimeException, std::exception)
{
}
@@ -709,14 +690,12 @@ Reference<XPropertySetInfo> TableDesignFamily::getPropertySetInfo() throw (Runti
}
-
void TableDesignFamily::setPropertyValue( const OUString& , const Any& ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
Any TableDesignFamily::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
if ( PropertyName == "DisplayName" )
@@ -731,36 +710,30 @@ Any TableDesignFamily::getPropertyValue( const OUString& PropertyName ) throw (U
}
-
void TableDesignFamily::addPropertyChangeListener( const OUString& , const Reference<XPropertyChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
void TableDesignFamily::removePropertyChangeListener( const OUString& , const Reference<XPropertyChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
void TableDesignFamily::addVetoableChangeListener( const OUString& , const Reference<XVetoableChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
void TableDesignFamily::removeVetoableChangeListener( const OUString& , const Reference<XVetoableChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
-
Reference< XNameAccess > CreateTableDesignFamily()
{
return new TableDesignFamily();