/* -*- 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 namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } namespace uno { class XInterface; } } } } // 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); // 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: */