diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-05-03 15:17:42 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-05-03 19:10:51 +0200 |
commit | c4508dd5a2c13848e859cf38042136011b476d17 (patch) | |
tree | 6981626af561f71c3d6986ba464fe57661194c60 /sc/inc/appluno.hxx | |
parent | 8568c7226cfb732e17fa42b365b9fce3a8264691 (diff) |
sc: Convert many services to constructors.
Change-Id: I8f382fec62c11760399872eae86b71214534a372
Diffstat (limited to 'sc/inc/appluno.hxx')
-rw-r--r-- | sc/inc/appluno.hxx | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx index 662b028ebf92..982536a4d8d1 100644 --- a/sc/inc/appluno.hxx +++ b/sc/inc/appluno.hxx @@ -76,60 +76,6 @@ OUString SAL_CALL ScXMLImport_Settings_getImplementationName() throw(); css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLImport_Settings_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) throw( css::uno::Exception ); -// Calc XML export -css::uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOOoExport_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOOoExport_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_Meta_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOOoExport_Meta_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOOoExport_Meta_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_Styles_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOOoExport_Styles_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOOoExport_Styles_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_Content_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOOoExport_Content_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOOoExport_Content_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOOoExport_Settings_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOOoExport_Settings_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOOoExport_Settings_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw( css::uno::Exception, std::exception ); - -// Calc XML Oasis export -css::uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOasisExport_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOasisExport_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Meta_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOasisExport_Meta_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOasisExport_Meta_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Styles_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOasisExport_Styles_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOasisExport_Styles_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw( css::uno::Exception, std::exception ); -css::uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Content_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOasisExport_Content_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOasisExport_Content_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); -css::uno::Sequence< OUString > SAL_CALL ScXMLOasisExport_Settings_getSupportedServiceNames() throw(); -OUString SAL_CALL ScXMLOasisExport_Settings_getImplementationName() throw(); -css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLOasisExport_Settings_createInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) - throw (css::uno::Exception, std::exception); - class ScSpreadsheetSettings : public cppu::WeakImplHelper3< com::sun::star::sheet::XGlobalSheetSettings, com::sun::star::beans::XPropertySet, |