1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include <macros/registration.hxx>
23 /*=================================================================================================================
24 Add new include and new register info to for new services.
28 #include <service1.hxx>
29 #include <service2.hxx>
31 COMPONENTGETFACTORY ( IFFACTORIE( Service1 )
33 IFFACTORIE( Service2 )
35 =================================================================================================================*/
36 #include <services/urltransformer.hxx>
37 #include <services/desktop.hxx>
38 #include <services/tabwindowservice.hxx>
39 #include <services/frame.hxx>
40 #include <services/modulemanager.hxx>
41 #include <jobs/jobexecutor.hxx>
42 #include <jobs/jobdispatch.hxx>
43 #include <services/backingcomp.hxx>
44 #include <services/layoutmanager.hxx>
45 #include <uifactory/uielementfactorymanager.hxx>
46 #include <uifactory/uicontrollerfactory.hxx>
47 #include <uielement/objectmenucontroller.hxx>
48 #include <uielement/controlmenucontroller.hxx>
49 #include <uielement/uicommanddescription.hxx>
50 #include <uiconfiguration/uiconfigurationmanager.hxx>
51 #include <uiconfiguration/moduleuicfgsupplier.hxx>
52 #include <uiconfiguration/moduleuiconfigurationmanager.hxx>
53 #include <uifactory/menubarfactory.hxx>
54 #include <accelerators/globalacceleratorconfiguration.hxx>
55 #include <accelerators/moduleacceleratorconfiguration.hxx>
56 #include <accelerators/documentacceleratorconfiguration.hxx>
57 #include <uifactory/toolboxfactory.hxx>
58 #include <uifactory/addonstoolboxfactory.hxx>
59 #include "uiconfiguration/windowstateconfiguration.hxx"
60 #include <services/autorecovery.hxx>
61 #include <helper/statusindicatorfactory.hxx>
62 #include <uielement/recentfilesmenucontroller.hxx>
63 #include <uifactory/statusbarfactory.hxx>
64 #include <uiconfiguration/uicategorydescription.hxx>
65 #include <services/sessionlistener.hxx>
66 #include <services/taskcreatorsrv.hxx>
68 #include <uielement/langselectionstatusbarcontroller.hxx>
69 #include <uiconfiguration/imagemanager.hxx>
70 #include <uifactory/windowcontentfactorymanager.hxx>
71 #include <services/substitutepathvars.hxx>
72 #include <services/pathsettings.hxx>
73 #include <services/ContextChangeEventMultiplexer.hxx>
75 COMPONENTGETFACTORY ( fwk
,
76 IFFACTORY( ::framework::URLTransformer
) else
77 IFFACTORY( ::framework::Desktop
) else
78 IFFACTORY( ::framework::Frame
) else
79 IFFACTORY( ::framework::JobExecutor
) else
80 IFFACTORY( ::framework::JobDispatch
) else
81 IFFACTORY( ::framework::BackingComp
) else
82 IFFACTORY( ::framework::LayoutManager
) else
83 IFFACTORY( ::framework::UIElementFactoryManager
) else
84 IFFACTORY( ::framework::PopupMenuControllerFactory
) else
85 IFFACTORY( ::framework::ObjectMenuController
) else
86 IFFACTORY( ::framework::ControlMenuController
) else
87 IFFACTORY( ::framework::UICommandDescription
) else
88 IFFACTORY( ::framework::ModuleManager
) else
89 IFFACTORY( ::framework::UIConfigurationManager
) else
90 IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier
) else
91 IFFACTORY( ::framework::ModuleUIConfigurationManager
) else
92 IFFACTORY( ::framework::MenuBarFactory
) else
93 IFFACTORY( ::framework::GlobalAcceleratorConfiguration
) else
94 IFFACTORY( ::framework::ModuleAcceleratorConfiguration
) else
95 IFFACTORY( ::framework::DocumentAcceleratorConfiguration
) else
96 IFFACTORY( ::framework::ToolBoxFactory
) else
97 IFFACTORY( ::framework::AddonsToolBoxFactory
) else
98 IFFACTORY( ::framework::WindowStateConfiguration
) else
99 IFFACTORY( ::framework::ToolbarControllerFactory
) else
100 IFFACTORY( ::framework::AutoRecovery
) else
101 IFFACTORY( ::framework::StatusIndicatorFactory
) else
102 IFFACTORY( ::framework::RecentFilesMenuController
) else
103 IFFACTORY( ::framework::StatusBarFactory
) else
104 IFFACTORY( ::framework::UICategoryDescription
) else
105 IFFACTORY( ::framework::SessionListener
) else
106 IFFACTORY( ::framework::StatusbarControllerFactory
) else
107 IFFACTORY( ::framework::SessionListener
) else
108 IFFACTORY( ::framework::TaskCreatorService
) else
109 IFFACTORY( ::framework::ImageManager
) else
110 IFFACTORY( ::framework::LangSelectionStatusbarController
) else
111 IFFACTORY( ::framework::WindowContentFactoryManager
) else
112 IFFACTORY( ::framework::TabWindowService
) else
113 IFFACTORY( ::framework::SubstitutePathVariables
) else
114 IFFACTORY( ::framework::PathSettings
) else
115 IFFACTORY( ::framework::ContextChangeEventMultiplexer
)
118 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */