registerservices.cxx (dccf82be) | registerservices.cxx (10b918a5) |
---|---|
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 --- 71 unchanged lines hidden (view full) --- 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> | 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 --- 71 unchanged lines hidden (view full) --- 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> |
|
88 89COMPONENTGETIMPLEMENTATIONENVIRONMENT 90 91COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else 92 IFFACTORY( ::framework::Desktop ) else 93 IFFACTORY( ::framework::Frame ) else 94 IFFACTORY( ::framework::JobExecutor ) else 95 IFFACTORY( ::framework::JobDispatch ) else --- 26 unchanged lines hidden (view full) --- 122 IFFACTORY( ::framework::SessionListener ) else 123 IFFACTORY( ::framework::TaskCreatorService ) else 124 IFFACTORY( ::framework::ImageManager ) else 125 IFFACTORY( ::framework::LangSelectionStatusbarController ) else 126 IFFACTORY( ::framework::WindowContentFactoryManager ) else 127 IFFACTORY( ::framework::TabWindowService ) else 128 IFFACTORY( ::framework::SubstitutePathVariables ) else 129 IFFACTORY( ::framework::PathSettings ) else | 89 90COMPONENTGETIMPLEMENTATIONENVIRONMENT 91 92COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else 93 IFFACTORY( ::framework::Desktop ) else 94 IFFACTORY( ::framework::Frame ) else 95 IFFACTORY( ::framework::JobExecutor ) else 96 IFFACTORY( ::framework::JobDispatch ) else --- 26 unchanged lines hidden (view full) --- 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 |
130 IFFACTORY( ::framework::ContextChangeEventMultiplexer ) | 131 IFFACTORY( ::framework::ContextChangeEventMultiplexer ) else 132 IFFACTORY( ::framework::OpenToolbarController ) else 133 IFFACTORY( ::framework::NewToolbarController ) else 134 IFFACTORY( ::framework::WizardsToolbarController ) |
131 ) 132 | 135 ) 136 |