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 <dispatch/oxt_handler.hxx> 57 #include <jobs/jobexecutor.hxx> 58 //#include <recording/dispatchrecordersupplier.hxx> 59 //#include <recording/dispatchrecorder.hxx> 60 //#include <dispatch/mailtodispatcher.hxx> 61 //#include <dispatch/servicehandler.hxx> 62 #include <jobs/jobdispatch.hxx> 63 #include <services/backingcomp.hxx> 64 //#include <services/dispatchhelper.hxx> 65 #include <services/layoutmanager.hxx> 66 //#include <services/license.hxx> 67 #include <uifactory/uielementfactorymanager.hxx> 68 #include <uifactory/popupmenucontrollerfactory.hxx> 69 //#include <uielement/fontmenucontroller.hxx> 70 //#include <uielement/fontsizemenucontroller.hxx> 71 #include <uielement/objectmenucontroller.hxx> 72 //#include <uielement/headermenucontroller.hxx> 73 //#include <uielement/footermenucontroller.hxx> 74 #include <uielement/controlmenucontroller.hxx> 75 //#include <uielement/macrosmenucontroller.hxx> 76 #include <uielement/uicommanddescription.hxx> 77 #include <uiconfiguration/uiconfigurationmanager.hxx> 78 #include <uiconfiguration/moduleuicfgsupplier.hxx> 79 #include <uiconfiguration/moduleuiconfigurationmanager.hxx> 80 #include <uifactory/menubarfactory.hxx> 81 #include <accelerators/globalacceleratorconfiguration.hxx> 82 #include <accelerators/moduleacceleratorconfiguration.hxx> 83 #include <accelerators/documentacceleratorconfiguration.hxx> 84 #include <uifactory/toolboxfactory.hxx> 85 #include <uifactory/addonstoolboxfactory.hxx> 86 #include "uiconfiguration/windowstateconfiguration.hxx" 87 //#include <uielement/toolbarsmenucontroller.hxx> 88 #include "uifactory/toolbarcontrollerfactory.hxx" 89 #include "uifactory/statusbarcontrollerfactory.hxx" 90 #include <services/autorecovery.hxx> 91 #include <helper/statusindicatorfactory.hxx> 92 #include <uielement/recentfilesmenucontroller.hxx> 93 #include <uifactory/statusbarfactory.hxx> 94 #include <uiconfiguration/uicategorydescription.hxx> 95 #include <services/sessionlistener.hxx> 96 //#include <uielement/logoimagestatusbarcontroller.hxx> 97 //#include <uielement/logotextstatusbarcontroller.hxx> 98 //#include <uielement/newmenucontroller.hxx> 99 #include <services/taskcreatorsrv.hxx> 100 //#include <uielement/simpletextstatusbarcontroller.hxx> 101 //#include <services/uriabbreviation.hxx> 102 103 #include <uielement/langselectionstatusbarcontroller.hxx> 104 //#include <uielement/langselectionmenucontroller.hxx> 105 #include <uiconfiguration/imagemanager.hxx> 106 #include <uifactory/windowcontentfactorymanager.hxx> 107 #include <services/substitutepathvars.hxx> 108 #include <services/pathsettings.hxx> 109 110 COMPONENTGETIMPLEMENTATIONENVIRONMENT 111 112 COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else 113 IFFACTORY( ::framework::Desktop ) else 114 IFFACTORY( ::framework::Frame ) else 115 //IFFACTORY( ::framework::Oxt_Handler ) else 116 IFFACTORY( ::framework::JobExecutor ) else 117 //IFFACTORY( ::framework::DispatchRecorderSupplier ) else 118 //IFFACTORY( ::framework::DispatchRecorder ) else 119 //IFFACTORY( ::framework::MailToDispatcher ) else 120 //IFFACTORY( ::framework::ServiceHandler ) else 121 IFFACTORY( ::framework::JobDispatch ) else 122 IFFACTORY( ::framework::BackingComp ) else 123 //IFFACTORY( ::framework::DispatchHelper ) else 124 IFFACTORY( ::framework::LayoutManager ) else 125 //IFFACTORY( ::framework::License ) else 126 IFFACTORY( ::framework::UIElementFactoryManager ) else 127 IFFACTORY( ::framework::PopupMenuControllerFactory ) else 128 //IFFACTORY( ::framework::FontMenuController ) else 129 //IFFACTORY( ::framework::FontSizeMenuController ) else 130 IFFACTORY( ::framework::ObjectMenuController ) else 131 //IFFACTORY( ::framework::HeaderMenuController ) else 132 //IFFACTORY( ::framework::FooterMenuController ) else 133 IFFACTORY( ::framework::ControlMenuController ) else 134 //IFFACTORY( ::framework::MacrosMenuController ) else 135 IFFACTORY( ::framework::UICommandDescription ) else 136 IFFACTORY( ::framework::ModuleManager ) else 137 IFFACTORY( ::framework::UIConfigurationManager ) else 138 IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else 139 IFFACTORY( ::framework::ModuleUIConfigurationManager ) else 140 IFFACTORY( ::framework::MenuBarFactory ) else 141 IFFACTORY( ::framework::GlobalAcceleratorConfiguration ) else 142 IFFACTORY( ::framework::ModuleAcceleratorConfiguration ) else 143 IFFACTORY( ::framework::DocumentAcceleratorConfiguration ) else 144 IFFACTORY( ::framework::ToolBoxFactory ) else 145 IFFACTORY( ::framework::AddonsToolBoxFactory ) else 146 IFFACTORY( ::framework::WindowStateConfiguration ) else 147 IFFACTORY( ::framework::ToolbarControllerFactory ) else 148 //IFFACTORY( ::framework::ToolbarsMenuController ) else 149 IFFACTORY( ::framework::AutoRecovery ) else 150 IFFACTORY( ::framework::StatusIndicatorFactory ) else 151 IFFACTORY( ::framework::RecentFilesMenuController ) else 152 IFFACTORY( ::framework::StatusBarFactory ) else 153 IFFACTORY( ::framework::UICategoryDescription ) else 154 IFFACTORY( ::framework::SessionListener ) else 155 IFFACTORY( ::framework::StatusbarControllerFactory ) else 156 IFFACTORY( ::framework::SessionListener ) else 157 //IFFACTORY( ::framework::LogoImageStatusbarController ) else 158 //IFFACTORY( ::framework::LogoTextStatusbarController ) else 159 IFFACTORY( ::framework::TaskCreatorService ) else 160 //IFFACTORY( ::framework::NewMenuController ) else 161 //IFFACTORY( ::framework::SimpleTextStatusbarController ) else 162 //IFFACTORY( ::framework::UriAbbreviation ) else 163 //IFFACTORY( ::framework::PopupMenuDispatcher ) else 164 IFFACTORY( ::framework::ImageManager ) else 165 IFFACTORY( ::framework::LangSelectionStatusbarController ) else 166 //IFFACTORY( ::framework::LanguageSelectionMenuController ) else 167 IFFACTORY( ::framework::WindowContentFactoryManager ) else 168 IFFACTORY( ::framework::TabWindowService ) else 169 IFFACTORY( ::framework::SubstitutePathVariables ) else 170 IFFACTORY( ::framework::PathSettings ) 171 ) 172 173