summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/extrusioncontrols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/extrusioncontrols.cxx')
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.cxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/svx/source/tbxctrls/extrusioncontrols.cxx b/svx/source/tbxctrls/extrusioncontrols.cxx
index 859fe9b06d44..87521a9c402b 100644
--- a/svx/source/tbxctrls/extrusioncontrols.cxx
+++ b/svx/source/tbxctrls/extrusioncontrols.cxx
@@ -127,7 +127,6 @@ void ExtrusionDirectionWindow::DataChanged( const DataChangedEvent& rDCEvt )
}
-
void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled )
{
if( mpDirectionSet )
@@ -152,7 +151,6 @@ void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled
}
-
void ExtrusionDirectionWindow::implSetProjection( sal_Int32 nProjection, bool bEnabled )
{
checkEntry( 0, (nProjection == 0) && bEnabled );
@@ -162,7 +160,6 @@ void ExtrusionDirectionWindow::implSetProjection( sal_Int32 nProjection, bool bE
}
-
void ExtrusionDirectionWindow::statusChanged(
const css::frame::FeatureStateEvent& Event
) throw ( css::uno::RuntimeException )
@@ -196,7 +193,6 @@ void ExtrusionDirectionWindow::statusChanged(
}
-
IMPL_LINK_TYPED( ExtrusionDirectionWindow, SelectValueSetHdl, ValueSet*, pControl, void )
{
SelectHdl(pControl);
@@ -244,7 +240,6 @@ ExtrusionDirectionControl::ExtrusionDirectionControl(
}
-
VclPtr<vcl::Window> ExtrusionDirectionControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionDirectionWindow>::Create( *this, m_xFrame, pParent );
@@ -271,7 +266,6 @@ OUString SAL_CALL ExtrusionDirectionControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionDirectionControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -279,7 +273,6 @@ Sequence< OUString > SAL_CALL ExtrusionDirectionControl_getSupportedServiceNames
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionDirectionControl_createInstance(
const Reference< XMultiServiceFactory >& rSMgr
) throw( RuntimeException )
@@ -288,14 +281,12 @@ Reference< XInterface > SAL_CALL SAL_CALL ExtrusionDirectionControl_createInstan
}
-
OUString SAL_CALL ExtrusionDirectionControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return ExtrusionDirectionControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL ExtrusionDirectionControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return ExtrusionDirectionControl_getSupportedServiceNames();
@@ -379,7 +370,6 @@ void ExtrusionDepthWindow::implSetDepth( double fDepth )
}
-
void ExtrusionDepthWindow::implFillStrings( FieldUnit eUnit )
{
meUnit = eUnit;
@@ -393,7 +383,6 @@ void ExtrusionDepthWindow::implFillStrings( FieldUnit eUnit )
}
-
void ExtrusionDepthWindow::statusChanged(
const css::frame::FeatureStateEvent& Event
) throw ( css::uno::RuntimeException, std::exception )
@@ -487,7 +476,6 @@ ExtrusionDepthController::ExtrusionDepthController(
}
-
VclPtr<vcl::Window> ExtrusionDepthController::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionDepthWindow>::Create( *this, m_xFrame, pParent );
@@ -514,7 +502,6 @@ OUString SAL_CALL ExtrusionDepthController_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionDepthController_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -522,7 +509,6 @@ Sequence< OUString > SAL_CALL ExtrusionDepthController_getSupportedServiceNames(
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionDepthController_createInstance( const Reference< XMultiServiceFactory >& rSMgr ) throw( RuntimeException )
{
return *new ExtrusionDepthController( comphelper::getComponentContext(rSMgr) );
@@ -648,7 +634,6 @@ void ExtrusionLightingWindow::implSetDirection( int nDirection, bool bEnabled )
}
-
void ExtrusionLightingWindow::statusChanged(
const css::frame::FeatureStateEvent& Event
) throw ( css::uno::RuntimeException )
@@ -682,7 +667,6 @@ void ExtrusionLightingWindow::statusChanged(
}
-
void ExtrusionLightingWindow::DataChanged( const DataChangedEvent& rDCEvt )
{
ToolbarMenu::DataChanged( rDCEvt );
@@ -697,7 +681,6 @@ void ExtrusionLightingWindow::DataChanged( const DataChangedEvent& rDCEvt )
}
-
IMPL_LINK_TYPED( ExtrusionLightingWindow, SelectValueSetHdl, ValueSet*, pControl, void )
{
SelectHdl(pControl);
@@ -749,7 +732,6 @@ void ExtrusionLightingWindow::SelectHdl(void* pControl)
}
-
ExtrusionLightingControl::ExtrusionLightingControl(
const Reference< XComponentContext >& rxContext
) : svt::PopupWindowController( rxContext,
@@ -760,7 +742,6 @@ ExtrusionLightingControl::ExtrusionLightingControl(
}
-
VclPtr<vcl::Window> ExtrusionLightingControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionLightingWindow>::Create( *this, m_xFrame, pParent );
@@ -787,7 +768,6 @@ OUString SAL_CALL ExtrusionLightingControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionLightingControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -795,7 +775,6 @@ Sequence< OUString > SAL_CALL ExtrusionLightingControl_getSupportedServiceNames(
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionLightingControl_createInstance(
const Reference< XMultiServiceFactory >& rSMgr
) throw( RuntimeException )
@@ -804,14 +783,12 @@ Reference< XInterface > SAL_CALL SAL_CALL ExtrusionLightingControl_createInstanc
}
-
OUString SAL_CALL ExtrusionLightingControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return ExtrusionLightingControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL ExtrusionLightingControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return ExtrusionLightingControl_getSupportedServiceNames();
@@ -871,7 +848,6 @@ void ExtrusionSurfaceWindow::statusChanged(
}
-
IMPL_LINK_NOARG_TYPED(ExtrusionSurfaceWindow, SelectHdl, ToolbarMenu*, void)
{
if ( IsInPopupMode() )
@@ -891,7 +867,6 @@ IMPL_LINK_NOARG_TYPED(ExtrusionSurfaceWindow, SelectHdl, ToolbarMenu*, void)
}
-
ExtrusionSurfaceControl::ExtrusionSurfaceControl(
const Reference< XComponentContext >& rxContext
)
@@ -904,7 +879,6 @@ ExtrusionSurfaceControl::ExtrusionSurfaceControl(
}
-
VclPtr<vcl::Window> ExtrusionSurfaceControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionSurfaceWindow>::Create( *this, m_xFrame, pParent );
@@ -931,7 +905,6 @@ OUString SAL_CALL ExtrusionSurfaceControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionSurfaceControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -939,7 +912,6 @@ Sequence< OUString > SAL_CALL ExtrusionSurfaceControl_getSupportedServiceNames()
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionSurfaceControl_createInstance(
const Reference< XMultiServiceFactory >& rSMgr
) throw( RuntimeException )
@@ -948,14 +920,12 @@ Reference< XInterface > SAL_CALL SAL_CALL ExtrusionSurfaceControl_createInstance
}
-
OUString SAL_CALL ExtrusionSurfaceControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return ExtrusionSurfaceControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL ExtrusionSurfaceControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return ExtrusionSurfaceControl_getSupportedServiceNames();