summaryrefslogtreecommitdiff
path: root/sc/inc/appluno.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 15:41:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 15:41:27 +0200
commit141a87dd3caeefc7d098dbf4d1a6df2f0cb259c5 (patch)
treeba12e535c033bdfc5e6efa8d41cd83a97062328b /sc/inc/appluno.hxx
parentfbf5599c071c6f3203f8992aba4560be9b3b5e42 (diff)
Clean up function declarations and some unused functions
Change-Id: If2c233a8ced8815b065a72caff907f10ef6166ff
Diffstat (limited to 'sc/inc/appluno.hxx')
-rw-r--r--sc/inc/appluno.hxx81
1 files changed, 81 insertions, 0 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx
index 3b23866c9158..1ed690a31c16 100644
--- a/sc/inc/appluno.hxx
+++ b/sc/inc/appluno.hxx
@@ -46,6 +46,87 @@ com::sun::star::uno::Reference<com::sun::star::uno::XInterface> SAL_CALL
const com::sun::star::uno::Reference<
com::sun::star::lang::XMultiServiceFactory>& rSMgr );
+// Calc document
+css::uno::Sequence< OUString > SAL_CALL ScDocument_getSupportedServiceNames() throw();
+OUString SAL_CALL ScDocument_getImplementationName() throw();
+css::uno::Reference< css::uno::XInterface > SAL_CALL ScDocument_createInstance(
+ const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr, const sal_uInt64 _nCreationFlags ) throw( css::uno::Exception );
+
+// Calc XML import
+css::uno::Sequence< OUString > SAL_CALL ScXMLImport_getSupportedServiceNames() throw();
+OUString SAL_CALL ScXMLImport_getImplementationName() throw();
+css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLImport_createInstance(
+ const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) throw( css::uno::Exception );
+css::uno::Sequence< OUString > SAL_CALL ScXMLImport_Meta_getSupportedServiceNames() throw();
+OUString SAL_CALL ScXMLImport_Meta_getImplementationName() throw();
+css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLImport_Meta_createInstance(
+ const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) throw( css::uno::Exception );
+css::uno::Sequence< OUString > SAL_CALL ScXMLImport_Styles_getSupportedServiceNames() throw();
+OUString SAL_CALL ScXMLImport_Styles_getImplementationName() throw();
+css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLImport_Styles_createInstance(
+ const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) throw( css::uno::Exception );
+css::uno::Sequence< OUString > SAL_CALL ScXMLImport_Content_getSupportedServiceNames() throw();
+OUString SAL_CALL ScXMLImport_Content_getImplementationName() throw();
+css::uno::Reference< css::uno::XInterface > SAL_CALL ScXMLImport_Content_createInstance(
+ const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) throw( css::uno::Exception );
+css::uno::Sequence< OUString > SAL_CALL ScXMLImport_Settings_getSupportedServiceNames() throw();
+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,