16d739b60SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 36d739b60SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 46d739b60SAndrew Rist * or more contributor license agreements. See the NOTICE file 56d739b60SAndrew Rist * distributed with this work for additional information 66d739b60SAndrew Rist * regarding copyright ownership. The ASF licenses this file 76d739b60SAndrew Rist * to you under the Apache License, Version 2.0 (the 86d739b60SAndrew Rist * "License"); you may not use this file except in compliance 96d739b60SAndrew Rist * with the License. You may obtain a copy of the License at 106d739b60SAndrew Rist * 116d739b60SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 126d739b60SAndrew Rist * 136d739b60SAndrew Rist * Unless required by applicable law or agreed to in writing, 146d739b60SAndrew Rist * software distributed under the License is distributed on an 156d739b60SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 166d739b60SAndrew Rist * KIND, either express or implied. See the License for the 176d739b60SAndrew Rist * specific language governing permissions and limitations 186d739b60SAndrew Rist * under the License. 196d739b60SAndrew Rist * 206d739b60SAndrew Rist *************************************************************/ 216d739b60SAndrew Rist 226d739b60SAndrew 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 <jobs/jobexecutor.hxx> 57cdf0e10cSrcweir #include <jobs/jobdispatch.hxx> 58cdf0e10cSrcweir #include <services/backingcomp.hxx> 59cdf0e10cSrcweir #include <services/layoutmanager.hxx> 60cdf0e10cSrcweir #include <uifactory/uielementfactorymanager.hxx> 61dccf82beSAriel Constenla-Haile #include <uifactory/uicontrollerfactory.hxx> 62cdf0e10cSrcweir #include <uielement/objectmenucontroller.hxx> 63cdf0e10cSrcweir #include <uielement/controlmenucontroller.hxx> 64cdf0e10cSrcweir #include <uielement/uicommanddescription.hxx> 65cdf0e10cSrcweir #include <uiconfiguration/uiconfigurationmanager.hxx> 66cdf0e10cSrcweir #include <uiconfiguration/moduleuicfgsupplier.hxx> 67cdf0e10cSrcweir #include <uiconfiguration/moduleuiconfigurationmanager.hxx> 68cdf0e10cSrcweir #include <uifactory/menubarfactory.hxx> 69cdf0e10cSrcweir #include <accelerators/globalacceleratorconfiguration.hxx> 70cdf0e10cSrcweir #include <accelerators/moduleacceleratorconfiguration.hxx> 71cdf0e10cSrcweir #include <accelerators/documentacceleratorconfiguration.hxx> 72cdf0e10cSrcweir #include <uifactory/toolboxfactory.hxx> 73cdf0e10cSrcweir #include <uifactory/addonstoolboxfactory.hxx> 74cdf0e10cSrcweir #include "uiconfiguration/windowstateconfiguration.hxx" 75cdf0e10cSrcweir #include <services/autorecovery.hxx> 76cdf0e10cSrcweir #include <helper/statusindicatorfactory.hxx> 77cdf0e10cSrcweir #include <uielement/recentfilesmenucontroller.hxx> 78cdf0e10cSrcweir #include <uifactory/statusbarfactory.hxx> 79cdf0e10cSrcweir #include <uiconfiguration/uicategorydescription.hxx> 80cdf0e10cSrcweir #include <services/sessionlistener.hxx> 81cdf0e10cSrcweir #include <services/taskcreatorsrv.hxx> 82cdf0e10cSrcweir #include <uielement/langselectionstatusbarcontroller.hxx> 83cdf0e10cSrcweir #include <uiconfiguration/imagemanager.hxx> 84cdf0e10cSrcweir #include <uifactory/windowcontentfactorymanager.hxx> 85cdf0e10cSrcweir #include <services/substitutepathvars.hxx> 86cdf0e10cSrcweir #include <services/pathsettings.hxx> 8722de8995SAndre Fischer #include <services/ContextChangeEventMultiplexer.hxx> 88*10b918a5SAriel Constenla-Haile #include <uielement/popuptoolbarcontroller.hxx> 89cdf0e10cSrcweir 90cdf0e10cSrcweir COMPONENTGETIMPLEMENTATIONENVIRONMENT 91cdf0e10cSrcweir 92cdf0e10cSrcweir COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else 93cdf0e10cSrcweir IFFACTORY( ::framework::Desktop ) else 94cdf0e10cSrcweir IFFACTORY( ::framework::Frame ) else 95cdf0e10cSrcweir IFFACTORY( ::framework::JobExecutor ) else 96cdf0e10cSrcweir IFFACTORY( ::framework::JobDispatch ) else 97cdf0e10cSrcweir IFFACTORY( ::framework::BackingComp ) else 98cdf0e10cSrcweir IFFACTORY( ::framework::LayoutManager ) else 99cdf0e10cSrcweir IFFACTORY( ::framework::UIElementFactoryManager ) else 100cdf0e10cSrcweir IFFACTORY( ::framework::PopupMenuControllerFactory ) else 101cdf0e10cSrcweir IFFACTORY( ::framework::ObjectMenuController ) else 102cdf0e10cSrcweir IFFACTORY( ::framework::ControlMenuController ) else 103cdf0e10cSrcweir IFFACTORY( ::framework::UICommandDescription ) else 104cdf0e10cSrcweir IFFACTORY( ::framework::ModuleManager ) else 105cdf0e10cSrcweir IFFACTORY( ::framework::UIConfigurationManager ) else 106cdf0e10cSrcweir IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier ) else 107cdf0e10cSrcweir IFFACTORY( ::framework::ModuleUIConfigurationManager ) else 108cdf0e10cSrcweir IFFACTORY( ::framework::MenuBarFactory ) else 109cdf0e10cSrcweir IFFACTORY( ::framework::GlobalAcceleratorConfiguration ) else 110cdf0e10cSrcweir IFFACTORY( ::framework::ModuleAcceleratorConfiguration ) else 111cdf0e10cSrcweir IFFACTORY( ::framework::DocumentAcceleratorConfiguration ) else 112cdf0e10cSrcweir IFFACTORY( ::framework::ToolBoxFactory ) else 113cdf0e10cSrcweir IFFACTORY( ::framework::AddonsToolBoxFactory ) else 114cdf0e10cSrcweir IFFACTORY( ::framework::WindowStateConfiguration ) else 115cdf0e10cSrcweir IFFACTORY( ::framework::ToolbarControllerFactory ) else 116cdf0e10cSrcweir IFFACTORY( ::framework::AutoRecovery ) else 117cdf0e10cSrcweir IFFACTORY( ::framework::StatusIndicatorFactory ) else 118cdf0e10cSrcweir IFFACTORY( ::framework::RecentFilesMenuController ) else 119cdf0e10cSrcweir IFFACTORY( ::framework::StatusBarFactory ) else 120cdf0e10cSrcweir IFFACTORY( ::framework::UICategoryDescription ) else 121cdf0e10cSrcweir IFFACTORY( ::framework::SessionListener ) else 122cdf0e10cSrcweir IFFACTORY( ::framework::StatusbarControllerFactory ) else 123cdf0e10cSrcweir IFFACTORY( ::framework::SessionListener ) else 124cdf0e10cSrcweir IFFACTORY( ::framework::TaskCreatorService ) else 125cdf0e10cSrcweir IFFACTORY( ::framework::ImageManager ) else 126cdf0e10cSrcweir IFFACTORY( ::framework::LangSelectionStatusbarController ) else 127cdf0e10cSrcweir IFFACTORY( ::framework::WindowContentFactoryManager ) else 128cdf0e10cSrcweir IFFACTORY( ::framework::TabWindowService ) else 129cdf0e10cSrcweir IFFACTORY( ::framework::SubstitutePathVariables ) else 130d975be8cSAndre Fischer IFFACTORY( ::framework::PathSettings ) else 131*10b918a5SAriel Constenla-Haile IFFACTORY( ::framework::ContextChangeEventMultiplexer ) else 132*10b918a5SAriel Constenla-Haile IFFACTORY( ::framework::OpenToolbarController ) else 133*10b918a5SAriel Constenla-Haile IFFACTORY( ::framework::NewToolbarController ) else 134*10b918a5SAriel Constenla-Haile IFFACTORY( ::framework::WizardsToolbarController ) 135cdf0e10cSrcweir ) 136cdf0e10cSrcweir 137