/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_XMLOFF_INC_FACREG_HXX #define INCLUDED_XMLOFF_INC_FACREG_HXX #include #include #include #include #include #include namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } namespace uno { class XInterface; } } } } // impress oasis import OUString XMLImpressImportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressStylesImportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressStylesImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressStylesImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressContentImportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressContentImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressContentImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressMetaImportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressMetaImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressMetaImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressSettingsImportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressSettingsImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressSettingsImportOasis_createInstance( css::uno::Reference const & rSMgr); // impress oasis export OUString XMLImpressExportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressStylesExportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressStylesExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressStylesExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressContentExportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressContentExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressContentExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressMetaExportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressMetaExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressMetaExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressSettingsExportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressSettingsExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressSettingsExportOasis_createInstance( css::uno::Reference const & rSMgr); // impress OOo import // impress OOo export OUString XMLImpressExportOOO_getImplementationName() throw(); css::uno::Sequence XMLImpressExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressStylesExportOOO_getImplementationName() throw(); css::uno::Sequence XMLImpressStylesExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressStylesExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressContentExportOOO_getImplementationName() throw(); css::uno::Sequence XMLImpressContentExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressContentExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressMetaExportOOO_getImplementationName() throw(); css::uno::Sequence XMLImpressMetaExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressMetaExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLImpressSettingsExportOOO_getImplementationName() throw(); css::uno::Sequence XMLImpressSettingsExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressSettingsExportOOO_createInstance( css::uno::Reference const & rSMgr); // draw oasis import OUString XMLDrawImportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawStylesImportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawStylesImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawStylesImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawContentImportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawContentImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawContentImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawMetaImportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawMetaImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawMetaImportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawSettingsImportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawSettingsImportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawSettingsImportOasis_createInstance( css::uno::Reference const & rSMgr); // draw oasis export OUString XMLDrawExportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawStylesExportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawStylesExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawStylesExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawContentExportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawContentExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawContentExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawMetaExportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawMetaExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawMetaExportOasis_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawSettingsExportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawSettingsExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawSettingsExportOasis_createInstance( css::uno::Reference const & rSMgr); // draw OOo import // draw OOo export OUString XMLDrawExportOOO_getImplementationName() throw(); css::uno::Sequence XMLDrawExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawStylesExportOOO_getImplementationName() throw(); css::uno::Sequence XMLDrawStylesExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawStylesExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawContentExportOOO_getImplementationName() throw(); css::uno::Sequence XMLDrawContentExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawContentExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawMetaExportOOO_getImplementationName() throw(); css::uno::Sequence XMLDrawMetaExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawMetaExportOOO_createInstance( css::uno::Reference const & rSMgr); OUString XMLDrawSettingsExportOOO_getImplementationName() throw(); css::uno::Sequence XMLDrawSettingsExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawSettingsExportOOO_createInstance( css::uno::Reference const & rSMgr); // impress animation import OUString AnimationsImport_getImplementationName() throw(); css::uno::Sequence AnimationsImport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference AnimationsImport_createInstance( css::uno::Reference const & rSMgr); // drawing layer export OUString XMLDrawingLayerExport_getImplementationName() throw(); css::uno::Sequence XMLDrawingLayerExport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLDrawingLayerExport_createInstance( css::uno::Reference const & rSMgr); // impress xml clipboard export OUString XMLImpressClipboardExport_getImplementationName() throw(); css::uno::Sequence XMLImpressClipboardExport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLImpressClipboardExport_createInstance( css::uno::Reference const & rSMgr); // chart oasis import OUString SchXMLImport_getImplementationName() throw(); css::uno::Sequence SchXMLImport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLImport_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLImport_Meta_getImplementationName() throw(); css::uno::Sequence SchXMLImport_Meta_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLImport_Meta_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLImport_Styles_getImplementationName() throw(); css::uno::Sequence SchXMLImport_Styles_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLImport_Styles_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLImport_Content_getImplementationName() throw(); css::uno::Sequence SchXMLImport_Content_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLImport_Content_createInstance( css::uno::Reference const & rSMgr); // chart oasis export OUString SchXMLExport_Oasis_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Oasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_Oasis_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLExport_Oasis_Meta_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Oasis_Meta_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_Oasis_Meta_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLExport_Oasis_Styles_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Oasis_Styles_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_Oasis_Styles_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLExport_Oasis_Content_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Oasis_Content_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_Oasis_Content_createInstance( css::uno::Reference const & rSMgr); // chart OOo import // chart OOo export OUString SchXMLExport_getImplementationName() throw(); css::uno::Sequence SchXMLExport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLExport_Styles_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Styles_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_Styles_createInstance( css::uno::Reference const & rSMgr); OUString SchXMLExport_Content_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Content_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference SchXMLExport_Content_createInstance( css::uno::Reference const & rSMgr); // meta export OOo OUString XMLMetaExportOOO_getImplementationName() throw(); css::uno::Sequence XMLMetaExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLMetaExportOOO_createInstance( css::uno::Reference const & rSMgr); // writer autotext event export OUString XMLAutoTextEventExport_getImplementationName() throw(); css::uno::Sequence XMLAutoTextEventExport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLAutoTextEventExport_createInstance( css::uno::Reference const & rSMgr); // writer autotext event import OUString XMLAutoTextEventImport_getImplementationName() throw(); css::uno::Sequence XMLAutoTextEventImport_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLAutoTextEventImport_createInstance( css::uno::Reference const & rSMgr); // writer autotext event export OOo OUString XMLAutoTextEventExportOOO_getImplementationName() throw(); css::uno::Sequence XMLAutoTextEventExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception css::uno::Reference XMLAutoTextEventExportOOO_createInstance( css::uno::Reference const & rSMgr); #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */