summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-16 08:51:20 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-18 07:15:47 +0100
commit562b21949f4ed986d11270bd6203741487795343 (patch)
treef4dcb187f0b31a7dae52491410ac1a3294b3d19f /include
parentb6cebf4a3e2997e6489bba77b358b306f8f435ce (diff)
Deduplicate some foo_component_getFactory declarations.
Change-Id: I9304b62134bab375b721399ae078bf66e01191d8
Diffstat (limited to 'include')
-rw-r--r--include/osl/detail/component-declarations.h112
-rw-r--r--include/osl/detail/component-mapping.h2
2 files changed, 114 insertions, 0 deletions
diff --git a/include/osl/detail/component-declarations.h b/include/osl/detail/component-declarations.h
new file mode 100644
index 000000000000..b559792dadec
--- /dev/null
+++ b/include/osl/detail/component-declarations.h
@@ -0,0 +1,112 @@
+/* -*- 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/.
+ */
+
+#ifndef INCLUDED_OSL_DETAIL_COMPONENT_DECLARATIONS_H
+#define INCLUDED_OSL_DETAIL_COMPONENT_DECLARATIONS_H
+
+#ifdef DISABLE_DYNLOADING
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void * analysis_component_getFactory( const char * , void * , void * );
+void * animcore_component_getFactory( const char * , void * , void * );
+void * avmedia_component_getFactory( const char * , void * , void * );
+void * basprov_component_getFactory( const char * , void * , void * );
+void * bootstrap_component_getFactory( const char * , void * , void * );
+void * chartcore_component_getFactory( const char * , void * , void * );
+void * comphelp_component_getFactory( const char * , void * , void * );
+void * configmgr_component_getFactory( const char * , void * , void * );
+void * cui_component_getFactory( const char * , void * , void * );
+void * date_component_getFactory( const char * , void * , void * );
+void * dba_component_getFactory( const char * , void * , void * );
+void * dbaxml_component_getFactory( const char * , void * , void * );
+void * deployment_component_getFactory( const char * , void * , void * );
+void * dlgprov_component_getFactory( const char * , void * , void * );
+void * embobj_component_getFactory( const char * , void * , void * );
+void * emboleobj_component_getFactory( const char * , void * , void * );
+void * evtatt_component_getFactory( const char * , void * , void * );
+void * filterconfig1_component_getFactory( const char * , void * , void * );
+void * frm_component_getFactory( const char * , void * , void * );
+void * fsstorage_component_getFactory( const char * , void * , void * );
+void * fwk_component_getFactory( const char * , void * , void * );
+void * fwl_component_getFactory( const char * , void * , void * );
+void * fwm_component_getFactory( const char * , void * , void * );
+void * hwp_component_getFactory( const char * , void * , void * );
+void * hyphen_component_getFactory( const char * , void * , void * );
+void * i18npool_component_getFactory( const char * , void * , void * );
+void * i18nsearch_component_getFactory( const char * , void * , void * );
+void * introspection_component_getFactory( const char * , void * , void * );
+void * lng_component_getFactory( const char * , void * , void * );
+void * lnth_component_getFactory( const char * , void * , void * );
+void * localebe1_component_getFactory( const char * , void * , void * );
+void * oox_component_getFactory( const char * , void * , void * );
+void * package2_component_getFactory( const char * , void * , void * );
+void * pricing_component_getFactory( const char * , void * , void * );
+void * protocolhandler_component_getFactory( const char * , void * , void * );
+void * reflection_component_getFactory( const char * , void * , void * );
+void * sb_component_getFactory( const char * , void * , void * );
+void * sc_component_getFactory( const char * , void * , void * );
+void * scd_component_getFactory( const char * , void * , void * );
+void * scfilt_component_getFactory( const char * , void * , void * );
+void * scriptframe_component_getFactory( const char * , void * , void * );
+void * sd_component_getFactory( const char * , void * , void * );
+void * sdd_component_getFactory( const char * , void * , void * );
+void * sfx_component_getFactory( const char * , void * , void * );
+void * sm_component_getFactory( const char * , void * , void * );
+void * smd_component_getFactory( const char * , void * , void * );
+void * sot_component_getFactory( const char * , void * , void * );
+void * spell_component_getFactory( const char * , void * , void * );
+void * spl_component_getFactory( const char * , void * , void * );
+void * stocservices_component_getFactory( const char * , void * , void * );
+void * stringresource_component_getFactory( const char * , void * , void * );
+void * svgfilter_component_getFactory( const char * , void * , void * );
+void * svl_component_getFactory( const char * , void * , void * );
+void * svt_component_getFactory( const char * , void * , void * );
+void * svx_component_getFactory( const char * , void * , void * );
+void * svxcore_component_getFactory( const char * , void * , void * );
+void * sw_component_getFactory( const char * , void * , void * );
+void * swd_component_getFactory( const char * , void * , void * );
+void * t602filter_component_getFactory( const char * , void * , void * );
+void * textfd_component_getFactory( const char * , void * , void * );
+void * tk_component_getFactory( const char * , void * , void * );
+void * ucb_component_getFactory( const char * , void * , void * );
+void * ucpexpand1_component_getFactory( const char * , void * , void * );
+void * ucpfile_component_getFactory( const char * , void * , void * );
+void * ucppkg1_component_getFactory( const char * , void * , void * );
+void * unordf_component_getFactory( const char * , void * , void * );
+void * unoxml_component_getFactory( const char * , void * , void * );
+void * utl_component_getFactory( const char * , void * , void * );
+void * uui_component_getFactory( const char * , void * , void * );
+void * vbaevents_component_getFactory( const char * , void * , void * );
+void * vbaswobj_component_getFactory( const char * , void * , void * );
+void * vcl_component_getFactory( const char * , void * , void * );
+void * wpftdraw_component_getFactory( const char * , void * , void * );
+void * wpftwriter_component_getFactory( const char * , void * , void * );
+void * writerfilter_component_getFactory( const char * , void * , void * );
+void * xmlfd_component_getFactory( const char * , void * , void * );
+void * xmlsecurity_component_getFactory( const char * , void * , void * );
+void * xo_component_getFactory( const char * , void * , void * );
+void * xof_component_getFactory( const char * , void * , void * );
+void * xstor_component_getFactory( const char * , void * , void * );
+
+void * com_sun_star_comp_extensions_xml_sax_FastParser_component_getFactory( const char * , void * , void * );
+void * com_sun_star_comp_extensions_xml_sax_ParserExpat_component_getFactory( const char * , void * , void * );
+void * com_sun_star_extensions_xml_sax_Writer_component_getFactory( const char * , void * , void * );
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* DISABLE_DYNLOADING */
+
+#endif // INCLUDED_OSL_DETAIL_COMPONENT_DECLARATIONS_H
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/osl/detail/component-mapping.h b/include/osl/detail/component-mapping.h
index 61354f59eed8..0ee0b512327b 100644
--- a/include/osl/detail/component-mapping.h
+++ b/include/osl/detail/component-mapping.h
@@ -10,6 +10,8 @@
#ifndef INCLUDED_OSL_DETAIL_COMPONENT_MAPPING_H
#define INCLUDED_OSL_DETAIL_COMPONENT_MAPPING_H
+#include <osl/detail/component-declarations.h>
+
#ifdef DISABLE_DYNLOADING
#ifdef __cplusplus