1*6d739b60SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*6d739b60SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*6d739b60SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*6d739b60SAndrew Rist  * distributed with this work for additional information
6*6d739b60SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*6d739b60SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*6d739b60SAndrew Rist  * "License"); you may not use this file except in compliance
9*6d739b60SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*6d739b60SAndrew Rist  *
11*6d739b60SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*6d739b60SAndrew Rist  *
13*6d739b60SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*6d739b60SAndrew Rist  * software distributed under the License is distributed on an
15*6d739b60SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*6d739b60SAndrew Rist  * KIND, either express or implied.  See the License for the
17*6d739b60SAndrew Rist  * specific language governing permissions and limitations
18*6d739b60SAndrew Rist  * under the License.
19*6d739b60SAndrew Rist  *
20*6d739b60SAndrew Rist  *************************************************************/
21*6d739b60SAndrew Rist 
22*6d739b60SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir // MARKER(update_precomp.py): autogen include statement, do not remove
25cdf0e10cSrcweir #include "precompiled_framework.hxx"
26cdf0e10cSrcweir //_________________________________________________________________________________________________________________
27cdf0e10cSrcweir //	includes of my own project
28cdf0e10cSrcweir //_________________________________________________________________________________________________________________
29cdf0e10cSrcweir #include <macros/registration.hxx>
30cdf0e10cSrcweir 
31cdf0e10cSrcweir /*=================================================================================================================
32cdf0e10cSrcweir 	Add new include and new register info to for new services.
33cdf0e10cSrcweir 
34cdf0e10cSrcweir 	Example:
35cdf0e10cSrcweir 
36cdf0e10cSrcweir 		#ifndef __YOUR_SERVICE_1_HXX_
37cdf0e10cSrcweir 		#include <service1.hxx>
38cdf0e10cSrcweir 		#endif
39cdf0e10cSrcweir 
40cdf0e10cSrcweir 		#ifndef __YOUR_SERVICE_2_HXX_
41cdf0e10cSrcweir 		#include <service2.hxx>
42cdf0e10cSrcweir 		#endif
43cdf0e10cSrcweir 
44cdf0e10cSrcweir 		COMPONENTGETIMPLEMENTATIONENVIRONMENT
45cdf0e10cSrcweir 
46cdf0e10cSrcweir 		COMPONENTGETFACTORY	(	IFFACTORIE( Service1 )
47cdf0e10cSrcweir  								else
48cdf0e10cSrcweir 								IFFACTORIE( Service2 )
49cdf0e10cSrcweir  							)
50cdf0e10cSrcweir =================================================================================================================*/
51cdf0e10cSrcweir #include <services/urltransformer.hxx>
52cdf0e10cSrcweir #include <services/desktop.hxx>
53cdf0e10cSrcweir #include <services/tabwindowservice.hxx>
54cdf0e10cSrcweir #include <services/frame.hxx>
55cdf0e10cSrcweir #include <services/modulemanager.hxx>
56cdf0e10cSrcweir //#include <dispatch/oxt_handler.hxx>
57cdf0e10cSrcweir #include <jobs/jobexecutor.hxx>
58cdf0e10cSrcweir //#include <recording/dispatchrecordersupplier.hxx>
59cdf0e10cSrcweir //#include <recording/dispatchrecorder.hxx>
60cdf0e10cSrcweir //#include <dispatch/mailtodispatcher.hxx>
61cdf0e10cSrcweir //#include <dispatch/servicehandler.hxx>
62cdf0e10cSrcweir #include <jobs/jobdispatch.hxx>
63cdf0e10cSrcweir #include <services/backingcomp.hxx>
64cdf0e10cSrcweir //#include <services/dispatchhelper.hxx>
65cdf0e10cSrcweir #include <services/layoutmanager.hxx>
66cdf0e10cSrcweir //#include <services/license.hxx>
67cdf0e10cSrcweir #include <uifactory/uielementfactorymanager.hxx>
68cdf0e10cSrcweir #include <uifactory/popupmenucontrollerfactory.hxx>
69cdf0e10cSrcweir //#include <uielement/fontmenucontroller.hxx>
70cdf0e10cSrcweir //#include <uielement/fontsizemenucontroller.hxx>
71cdf0e10cSrcweir #include <uielement/objectmenucontroller.hxx>
72cdf0e10cSrcweir //#include <uielement/headermenucontroller.hxx>
73cdf0e10cSrcweir //#include <uielement/footermenucontroller.hxx>
74cdf0e10cSrcweir #include <uielement/controlmenucontroller.hxx>
75cdf0e10cSrcweir //#include <uielement/macrosmenucontroller.hxx>
76cdf0e10cSrcweir #include <uielement/uicommanddescription.hxx>
77cdf0e10cSrcweir #include <uiconfiguration/uiconfigurationmanager.hxx>
78cdf0e10cSrcweir #include <uiconfiguration/moduleuicfgsupplier.hxx>
79cdf0e10cSrcweir #include <uiconfiguration/moduleuiconfigurationmanager.hxx>
80cdf0e10cSrcweir #include <uifactory/menubarfactory.hxx>
81cdf0e10cSrcweir #include <accelerators/globalacceleratorconfiguration.hxx>
82cdf0e10cSrcweir #include <accelerators/moduleacceleratorconfiguration.hxx>
83cdf0e10cSrcweir #include <accelerators/documentacceleratorconfiguration.hxx>
84cdf0e10cSrcweir #include <uifactory/toolboxfactory.hxx>
85cdf0e10cSrcweir #include <uifactory/addonstoolboxfactory.hxx>
86cdf0e10cSrcweir #include "uiconfiguration/windowstateconfiguration.hxx"
87cdf0e10cSrcweir //#include <uielement/toolbarsmenucontroller.hxx>
88cdf0e10cSrcweir #include "uifactory/toolbarcontrollerfactory.hxx"
89cdf0e10cSrcweir #include "uifactory/statusbarcontrollerfactory.hxx"
90cdf0e10cSrcweir #include <services/autorecovery.hxx>
91cdf0e10cSrcweir #include <helper/statusindicatorfactory.hxx>
92cdf0e10cSrcweir #include <uielement/recentfilesmenucontroller.hxx>
93cdf0e10cSrcweir #include <uifactory/statusbarfactory.hxx>
94cdf0e10cSrcweir #include <uiconfiguration/uicategorydescription.hxx>
95cdf0e10cSrcweir #include <services/sessionlistener.hxx>
96cdf0e10cSrcweir //#include <uielement/logoimagestatusbarcontroller.hxx>
97cdf0e10cSrcweir //#include <uielement/logotextstatusbarcontroller.hxx>
98cdf0e10cSrcweir //#include <uielement/newmenucontroller.hxx>
99cdf0e10cSrcweir #include <services/taskcreatorsrv.hxx>
100cdf0e10cSrcweir //#include <uielement/simpletextstatusbarcontroller.hxx>
101cdf0e10cSrcweir //#include <services/uriabbreviation.hxx>
102cdf0e10cSrcweir 
103cdf0e10cSrcweir #include <uielement/langselectionstatusbarcontroller.hxx>
104cdf0e10cSrcweir //#include <uielement/langselectionmenucontroller.hxx>
105cdf0e10cSrcweir #include <uiconfiguration/imagemanager.hxx>
106cdf0e10cSrcweir #include <uifactory/windowcontentfactorymanager.hxx>
107cdf0e10cSrcweir #include <services/substitutepathvars.hxx>
108cdf0e10cSrcweir #include <services/pathsettings.hxx>
109cdf0e10cSrcweir 
110cdf0e10cSrcweir COMPONENTGETIMPLEMENTATIONENVIRONMENT
111cdf0e10cSrcweir 
112cdf0e10cSrcweir COMPONENTGETFACTORY	(	IFFACTORY( ::framework::URLTransformer					        )	else
113cdf0e10cSrcweir 						IFFACTORY( ::framework::Desktop							        )	else
114cdf0e10cSrcweir                         IFFACTORY( ::framework::Frame                                   )   else
115cdf0e10cSrcweir                         //IFFACTORY( ::framework::Oxt_Handler                             )   else
116cdf0e10cSrcweir                         IFFACTORY( ::framework::JobExecutor                             )   else
117cdf0e10cSrcweir                         //IFFACTORY( ::framework::DispatchRecorderSupplier                )   else
118cdf0e10cSrcweir                         //IFFACTORY( ::framework::DispatchRecorder                        )   else
119cdf0e10cSrcweir                         //IFFACTORY( ::framework::MailToDispatcher                        )   else
120cdf0e10cSrcweir                         //IFFACTORY( ::framework::ServiceHandler                          )   else
121cdf0e10cSrcweir                         IFFACTORY( ::framework::JobDispatch                             )   else
122cdf0e10cSrcweir                         IFFACTORY( ::framework::BackingComp                             )	else
123cdf0e10cSrcweir                         //IFFACTORY( ::framework::DispatchHelper                          )   else
124cdf0e10cSrcweir 						IFFACTORY( ::framework::LayoutManager                           )   else
125cdf0e10cSrcweir                         //IFFACTORY( ::framework::License                                 )   else
126cdf0e10cSrcweir                         IFFACTORY( ::framework::UIElementFactoryManager                 )   else
127cdf0e10cSrcweir 						IFFACTORY( ::framework::PopupMenuControllerFactory              )   else
128cdf0e10cSrcweir                         //IFFACTORY( ::framework::FontMenuController                      )   else
129cdf0e10cSrcweir                         //IFFACTORY( ::framework::FontSizeMenuController                  )   else
130cdf0e10cSrcweir                         IFFACTORY( ::framework::ObjectMenuController                    )   else
131cdf0e10cSrcweir                         //IFFACTORY( ::framework::HeaderMenuController                    )   else
132cdf0e10cSrcweir                         //IFFACTORY( ::framework::FooterMenuController                    )   else
133cdf0e10cSrcweir                         IFFACTORY( ::framework::ControlMenuController                   )   else
134cdf0e10cSrcweir                         //IFFACTORY( ::framework::MacrosMenuController                    )   else
135cdf0e10cSrcweir                         IFFACTORY( ::framework::UICommandDescription                    )   else
136cdf0e10cSrcweir                         IFFACTORY( ::framework::ModuleManager                           )   else
137cdf0e10cSrcweir                         IFFACTORY( ::framework::UIConfigurationManager                  )   else
138cdf0e10cSrcweir                         IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier    )   else
139cdf0e10cSrcweir                         IFFACTORY( ::framework::ModuleUIConfigurationManager            )   else
140cdf0e10cSrcweir                         IFFACTORY( ::framework::MenuBarFactory                          )   else
141cdf0e10cSrcweir                         IFFACTORY( ::framework::GlobalAcceleratorConfiguration          )   else
142cdf0e10cSrcweir                         IFFACTORY( ::framework::ModuleAcceleratorConfiguration          )   else
143cdf0e10cSrcweir                         IFFACTORY( ::framework::DocumentAcceleratorConfiguration        )   else
144cdf0e10cSrcweir                         IFFACTORY( ::framework::ToolBoxFactory                          )   else
145cdf0e10cSrcweir                         IFFACTORY( ::framework::AddonsToolBoxFactory                    )   else
146cdf0e10cSrcweir                         IFFACTORY( ::framework::WindowStateConfiguration                )   else
147cdf0e10cSrcweir                         IFFACTORY( ::framework::ToolbarControllerFactory                )   else
148cdf0e10cSrcweir                         //IFFACTORY( ::framework::ToolbarsMenuController                  )	else
149cdf0e10cSrcweir                         IFFACTORY( ::framework::AutoRecovery                            )   else
150cdf0e10cSrcweir                         IFFACTORY( ::framework::StatusIndicatorFactory                  )	else
151cdf0e10cSrcweir                         IFFACTORY( ::framework::RecentFilesMenuController               )   else
152cdf0e10cSrcweir                         IFFACTORY( ::framework::StatusBarFactory                        )   else
153cdf0e10cSrcweir                         IFFACTORY( ::framework::UICategoryDescription                   )	else
154cdf0e10cSrcweir                         IFFACTORY( ::framework::SessionListener                         )	else
155cdf0e10cSrcweir 						IFFACTORY( ::framework::StatusbarControllerFactory              )   else
156cdf0e10cSrcweir                         IFFACTORY( ::framework::SessionListener                         )   else
157cdf0e10cSrcweir                         //IFFACTORY( ::framework::LogoImageStatusbarController            )   else
158cdf0e10cSrcweir                         //IFFACTORY( ::framework::LogoTextStatusbarController             )	else
159cdf0e10cSrcweir                         IFFACTORY( ::framework::TaskCreatorService	                    )   else
160cdf0e10cSrcweir 						//IFFACTORY( ::framework::NewMenuController                       )   else
161cdf0e10cSrcweir                         //IFFACTORY( ::framework::SimpleTextStatusbarController           )   else
162cdf0e10cSrcweir                         //IFFACTORY( ::framework::UriAbbreviation                         )   else
163cdf0e10cSrcweir                         //IFFACTORY( ::framework::PopupMenuDispatcher                     )   else
164cdf0e10cSrcweir                         IFFACTORY( ::framework::ImageManager                            )   else
165cdf0e10cSrcweir                         IFFACTORY( ::framework::LangSelectionStatusbarController        )   else
166cdf0e10cSrcweir                         //IFFACTORY( ::framework::LanguageSelectionMenuController         )   else
167cdf0e10cSrcweir                         IFFACTORY( ::framework::WindowContentFactoryManager             )   else
168cdf0e10cSrcweir                         IFFACTORY( ::framework::TabWindowService                        )   else
169cdf0e10cSrcweir                         IFFACTORY( ::framework::SubstitutePathVariables			        )	else
170cdf0e10cSrcweir 						IFFACTORY( ::framework::PathSettings					        )
171cdf0e10cSrcweir 			)
172cdf0e10cSrcweir 
173