1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 // MARKER(update_precomp.py): autogen include statement, do not remove
25 #include "precompiled_framework.hxx"
26 //_________________________________________________________________________________________________________________
27 //	includes of my own project
28 //_________________________________________________________________________________________________________________
29 #include <macros/registration.hxx>
30 
31 /*=================================================================================================================
32 	Add new include and new register info to for new services.
33 
34 	Example:
35 
36 		#ifndef __YOUR_SERVICE_1_HXX_
37 		#include <service1.hxx>
38 		#endif
39 
40 		#ifndef __YOUR_SERVICE_2_HXX_
41 		#include <service2.hxx>
42 		#endif
43 
44 		COMPONENTGETIMPLEMENTATIONENVIRONMENT
45 
46 		COMPONENTGETFACTORY	(	IFFACTORIE( Service1 )
47  								else
48 								IFFACTORIE( Service2 )
49  							)
50 =================================================================================================================*/
51 #include <services/urltransformer.hxx>
52 #include <services/desktop.hxx>
53 #include <services/tabwindowservice.hxx>
54 #include <services/frame.hxx>
55 #include <services/modulemanager.hxx>
56 #include <jobs/jobexecutor.hxx>
57 #include <jobs/jobdispatch.hxx>
58 #include <services/backingcomp.hxx>
59 #include <services/layoutmanager.hxx>
60 #include <uifactory/uielementfactorymanager.hxx>
61 #include <uifactory/uicontrollerfactory.hxx>
62 #include <uielement/objectmenucontroller.hxx>
63 #include <uielement/controlmenucontroller.hxx>
64 #include <uielement/uicommanddescription.hxx>
65 #include <uiconfiguration/uiconfigurationmanager.hxx>
66 #include <uiconfiguration/moduleuicfgsupplier.hxx>
67 #include <uiconfiguration/moduleuiconfigurationmanager.hxx>
68 #include <uifactory/menubarfactory.hxx>
69 #include <accelerators/globalacceleratorconfiguration.hxx>
70 #include <accelerators/moduleacceleratorconfiguration.hxx>
71 #include <accelerators/documentacceleratorconfiguration.hxx>
72 #include <uifactory/toolboxfactory.hxx>
73 #include <uifactory/addonstoolboxfactory.hxx>
74 #include "uiconfiguration/windowstateconfiguration.hxx"
75 #include <services/autorecovery.hxx>
76 #include <helper/statusindicatorfactory.hxx>
77 #include <uielement/recentfilesmenucontroller.hxx>
78 #include <uifactory/statusbarfactory.hxx>
79 #include <uiconfiguration/uicategorydescription.hxx>
80 #include <services/sessionlistener.hxx>
81 #include <services/taskcreatorsrv.hxx>
82 #include <uielement/langselectionstatusbarcontroller.hxx>
83 #include <uiconfiguration/imagemanager.hxx>
84 #include <uifactory/windowcontentfactorymanager.hxx>
85 #include <services/substitutepathvars.hxx>
86 #include <services/pathsettings.hxx>
87 #include <services/ContextChangeEventMultiplexer.hxx>
88 #include <uielement/popuptoolbarcontroller.hxx>
89 
90 COMPONENTGETIMPLEMENTATIONENVIRONMENT
91 
92 COMPONENTGETFACTORY	(	IFFACTORY( ::framework::URLTransformer					        )	else
93 						IFFACTORY( ::framework::Desktop							        )	else
94                         IFFACTORY( ::framework::Frame                                   )   else
95                         IFFACTORY( ::framework::JobExecutor                             )   else
96                         IFFACTORY( ::framework::JobDispatch                             )   else
97                         IFFACTORY( ::framework::BackingComp                             )	else
98 						IFFACTORY( ::framework::LayoutManager                           )   else
99                         IFFACTORY( ::framework::UIElementFactoryManager                 )   else
100 						IFFACTORY( ::framework::PopupMenuControllerFactory              )   else
101                         IFFACTORY( ::framework::ObjectMenuController                    )   else
102                         IFFACTORY( ::framework::ControlMenuController                   )   else
103                         IFFACTORY( ::framework::UICommandDescription                    )   else
104                         IFFACTORY( ::framework::ModuleManager                           )   else
105                         IFFACTORY( ::framework::UIConfigurationManager                  )   else
106                         IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier    )   else
107                         IFFACTORY( ::framework::ModuleUIConfigurationManager            )   else
108                         IFFACTORY( ::framework::MenuBarFactory                          )   else
109                         IFFACTORY( ::framework::GlobalAcceleratorConfiguration          )   else
110                         IFFACTORY( ::framework::ModuleAcceleratorConfiguration          )   else
111                         IFFACTORY( ::framework::DocumentAcceleratorConfiguration        )   else
112                         IFFACTORY( ::framework::ToolBoxFactory                          )   else
113                         IFFACTORY( ::framework::AddonsToolBoxFactory                    )   else
114                         IFFACTORY( ::framework::WindowStateConfiguration                )   else
115                         IFFACTORY( ::framework::ToolbarControllerFactory                )   else
116                         IFFACTORY( ::framework::AutoRecovery                            )   else
117                         IFFACTORY( ::framework::StatusIndicatorFactory                  )	else
118                         IFFACTORY( ::framework::RecentFilesMenuController               )   else
119                         IFFACTORY( ::framework::StatusBarFactory                        )   else
120                         IFFACTORY( ::framework::UICategoryDescription                   )	else
121                         IFFACTORY( ::framework::SessionListener                         )	else
122 						IFFACTORY( ::framework::StatusbarControllerFactory              )   else
123                         IFFACTORY( ::framework::SessionListener                         )   else
124                         IFFACTORY( ::framework::TaskCreatorService	                    )   else
125                         IFFACTORY( ::framework::ImageManager                            )   else
126                         IFFACTORY( ::framework::LangSelectionStatusbarController        )   else
127                         IFFACTORY( ::framework::WindowContentFactoryManager             )   else
128                         IFFACTORY( ::framework::TabWindowService                        )   else
129                         IFFACTORY( ::framework::SubstitutePathVariables			        )	else
130 						IFFACTORY( ::framework::PathSettings					        )   else
131 						IFFACTORY( ::framework::ContextChangeEventMultiplexer			)   else
132                         IFFACTORY( ::framework::OpenToolbarController                   )   else
133                         IFFACTORY( ::framework::NewToolbarController                    )   else
134                         IFFACTORY( ::framework::WizardsToolbarController                )
135 			)
136 
137