LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/framework/source/register - registerservices.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1 100.0 %
Date: 2013-07-09 Functions: 3 3 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  *
       9             :  * This file incorporates work covered by the following license notice:
      10             :  *
      11             :  *   Licensed to the Apache Software Foundation (ASF) under one or more
      12             :  *   contributor license agreements. See the NOTICE file distributed
      13             :  *   with this work for additional information regarding copyright
      14             :  *   ownership. The ASF licenses this file to you under the Apache
      15             :  *   License, Version 2.0 (the "License"); you may not use this file
      16             :  *   except in compliance with the License. You may obtain a copy of
      17             :  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
      18             :  */
      19             : 
      20             : 
      21             : #include <macros/registration.hxx>
      22             : 
      23             : /*=================================================================================================================
      24             :     Add new include and new register info to for new services.
      25             : 
      26             :     Example:
      27             : 
      28             :         #include <service1.hxx>
      29             :         #include <service2.hxx>
      30             : 
      31             :         COMPONENTGETFACTORY (   IFFACTORIE( Service1 )
      32             :                                  else
      33             :                                 IFFACTORIE( Service2 )
      34             :                              )
      35             : =================================================================================================================*/
      36             : #include <services/urltransformer.hxx>
      37             : #include <services/desktop.hxx>
      38             : #include <services/tabwindowservice.hxx>
      39             : #include <services/frame.hxx>
      40             : #include <services/modulemanager.hxx>
      41             : #include <jobs/jobexecutor.hxx>
      42             : #include <jobs/jobdispatch.hxx>
      43             : #include <services/backingcomp.hxx>
      44             : #include <services/layoutmanager.hxx>
      45             : #include <uifactory/uielementfactorymanager.hxx>
      46             : #include <uifactory/uicontrollerfactory.hxx>
      47             : #include <uielement/objectmenucontroller.hxx>
      48             : #include <uielement/controlmenucontroller.hxx>
      49             : #include <uielement/uicommanddescription.hxx>
      50             : #include <uiconfiguration/uiconfigurationmanager.hxx>
      51             : #include <uiconfiguration/moduleuicfgsupplier.hxx>
      52             : #include <uiconfiguration/moduleuiconfigurationmanager.hxx>
      53             : #include <uifactory/menubarfactory.hxx>
      54             : #include <accelerators/globalacceleratorconfiguration.hxx>
      55             : #include <accelerators/moduleacceleratorconfiguration.hxx>
      56             : #include <accelerators/documentacceleratorconfiguration.hxx>
      57             : #include <uifactory/toolboxfactory.hxx>
      58             : #include <uifactory/addonstoolboxfactory.hxx>
      59             : #include "uiconfiguration/windowstateconfiguration.hxx"
      60             : #include <services/autorecovery.hxx>
      61             : #include <helper/statusindicatorfactory.hxx>
      62             : #include <uielement/recentfilesmenucontroller.hxx>
      63             : #include <uifactory/statusbarfactory.hxx>
      64             : #include <uiconfiguration/uicategorydescription.hxx>
      65             : #include <services/sessionlistener.hxx>
      66             : #include <services/taskcreatorsrv.hxx>
      67             : 
      68             : #include <uielement/langselectionstatusbarcontroller.hxx>
      69             : #include <uiconfiguration/imagemanager.hxx>
      70             : #include <uifactory/windowcontentfactorymanager.hxx>
      71             : #include <services/substitutepathvars.hxx>
      72             : #include <services/pathsettings.hxx>
      73             : #include <services/ContextChangeEventMultiplexer.hxx>
      74             : #include <uielement/popuptoolbarcontroller.hxx>
      75             : 
      76        2375 : COMPONENTGETFACTORY ( fwk,
      77             :                         IFFACTORY( ::framework::URLTransformer                          )   else
      78             :                         IFFACTORY( ::framework::Desktop                                 )   else
      79             :                         IFFACTORY( ::framework::Frame                                   )   else
      80             :                         IFFACTORY( ::framework::JobExecutor                             )   else
      81             :                         IFFACTORY( ::framework::JobDispatch                             )   else
      82             :                         IFFACTORY( ::framework::BackingComp                             )   else
      83             :                         IFFACTORY( ::framework::LayoutManager                           )   else
      84             :                         IFFACTORY( ::framework::UIElementFactoryManager                 )   else
      85             :                         IFFACTORY( ::framework::PopupMenuControllerFactory              )   else
      86             :                         IFFACTORY( ::framework::ObjectMenuController                    )   else
      87             :                         IFFACTORY( ::framework::ControlMenuController                   )   else
      88             :                         IFFACTORY( ::framework::UICommandDescription                    )   else
      89             :                         IFFACTORY( ::framework::ModuleManager                           )   else
      90             :                         IFFACTORY( ::framework::UIConfigurationManager                  )   else
      91             :                         IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier    )   else
      92             :                         IFFACTORY( ::framework::ModuleUIConfigurationManager            )   else
      93             :                         IFFACTORY( ::framework::MenuBarFactory                          )   else
      94             :                         IFFACTORY( ::framework::GlobalAcceleratorConfiguration          )   else
      95             :                         IFFACTORY( ::framework::ModuleAcceleratorConfiguration          )   else
      96             :                         IFFACTORY( ::framework::DocumentAcceleratorConfiguration        )   else
      97             :                         IFFACTORY( ::framework::ToolBoxFactory                          )   else
      98             :                         IFFACTORY( ::framework::AddonsToolBoxFactory                    )   else
      99             :                         IFFACTORY( ::framework::WindowStateConfiguration                )   else
     100             :                         IFFACTORY( ::framework::ToolbarControllerFactory                )   else
     101             :                         IFFACTORY( ::framework::AutoRecovery                            )   else
     102             :                         IFFACTORY( ::framework::StatusIndicatorFactory                  )   else
     103             :                         IFFACTORY( ::framework::RecentFilesMenuController               )   else
     104             :                         IFFACTORY( ::framework::StatusBarFactory                        )   else
     105             :                         IFFACTORY( ::framework::UICategoryDescription                   )   else
     106             :                         IFFACTORY( ::framework::SessionListener                         )   else
     107             :                         IFFACTORY( ::framework::StatusbarControllerFactory              )   else
     108             :                         IFFACTORY( ::framework::SessionListener                         )   else
     109             :                         IFFACTORY( ::framework::TaskCreatorService                      )   else
     110             :                         IFFACTORY( ::framework::ImageManager                            )   else
     111             :                         IFFACTORY( ::framework::LangSelectionStatusbarController        )   else
     112             :                         IFFACTORY( ::framework::WindowContentFactoryManager             )   else
     113             :                         IFFACTORY( ::framework::TabWindowService                        )   else
     114             :                         IFFACTORY( ::framework::SubstitutePathVariables                 )   else
     115             :                         IFFACTORY( ::framework::PathSettings                            )   else
     116             :                         IFFACTORY( ::framework::ContextChangeEventMultiplexer           )   else
     117             :                         IFFACTORY( ::framework::OpenToolbarController                   )   else
     118             :                         IFFACTORY( ::framework::NewToolbarController                    )   else
     119             :                         IFFACTORY( ::framework::WizardsToolbarController                )
     120             :             )
     121             : 
     122             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10