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/popupmenucontrollerfactory.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 "uifactory/toolbarcontrollerfactory.hxx" 76 #include "uifactory/statusbarcontrollerfactory.hxx" 77 #include <services/autorecovery.hxx> 78 #include <helper/statusindicatorfactory.hxx> 79 #include <uielement/recentfilesmenucontroller.hxx> 80 #include <uifactory/statusbarfactory.hxx> 81 #include <uiconfiguration/uicategorydescription.hxx> 82 #include <services/sessionlistener.hxx> 83 #include <services/taskcreatorsrv.hxx> 84 #include <uielement/langselectionstatusbarcontroller.hxx> 85 #include <uiconfiguration/imagemanager.hxx> 86 #include <uifactory/windowcontentfactorymanager.hxx> 87 #include <services/substitutepathvars.hxx> 88 #include <services/pathsettings.hxx> 89 #include <services/EventMultiplexer.hxx> 90 91 COMPONENTGETIMPLEMENTATIONENVIRONMENT 92 93 COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else 94 IFFACTORY( ::framework::Desktop ) else 95 IFFACTORY( ::framework::Frame ) else 96 IFFACTORY( ::framework::JobExecutor ) else 97 IFFACTORY( ::framework::JobDispatch ) else 98 IFFACTORY( ::framework::BackingComp ) else 99 IFFACTORY( ::framework::LayoutManager ) else 100 IFFACTORY( ::framework::UIElementFactoryManager ) else 101 IFFACTORY( ::framework::PopupMenuControllerFactory ) else 102 IFFACTORY( ::framework::ObjectMenuController ) else 103 IFFACTORY( ::framework::ControlMenuController ) else 104 IFFACTORY( ::framework::UICommandDescription ) else 105 IFFACTORY( ::framework::ModuleManager ) else 106 IFFACTORY( ::framework::UIConfigurationManager ) else 107 IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else 108 IFFACTORY( ::framework::ModuleUIConfigurationManager ) else 109 IFFACTORY( ::framework::MenuBarFactory ) else 110 IFFACTORY( ::framework::GlobalAcceleratorConfiguration ) else 111 IFFACTORY( ::framework::ModuleAcceleratorConfiguration ) else 112 IFFACTORY( ::framework::DocumentAcceleratorConfiguration ) else 113 IFFACTORY( ::framework::ToolBoxFactory ) else 114 IFFACTORY( ::framework::AddonsToolBoxFactory ) else 115 IFFACTORY( ::framework::WindowStateConfiguration ) else 116 IFFACTORY( ::framework::ToolbarControllerFactory ) else 117 IFFACTORY( ::framework::AutoRecovery ) else 118 IFFACTORY( ::framework::StatusIndicatorFactory ) else 119 IFFACTORY( ::framework::RecentFilesMenuController ) else 120 IFFACTORY( ::framework::StatusBarFactory ) else 121 IFFACTORY( ::framework::UICategoryDescription ) else 122 IFFACTORY( ::framework::SessionListener ) else 123 IFFACTORY( ::framework::StatusbarControllerFactory ) else 124 IFFACTORY( ::framework::SessionListener ) else 125 IFFACTORY( ::framework::TaskCreatorService ) else 126 IFFACTORY( ::framework::ImageManager ) else 127 IFFACTORY( ::framework::LangSelectionStatusbarController ) else 128 IFFACTORY( ::framework::WindowContentFactoryManager ) else 129 IFFACTORY( ::framework::TabWindowService ) else 130 IFFACTORY( ::framework::SubstitutePathVariables ) else 131 IFFACTORY( ::framework::PathSettings ) else 132 IFFACTORY( ::framework::EventMultiplexer ) 133 ) 134 135