LCOV - code coverage report
Current view: top level - framework/source/register - registerservices.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 2 2 100.0 %
Date: 2012-08-25 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 176 324 54.3 %

           Branch data     Line data    Source code
       1                 :            : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2                 :            : /*************************************************************************
       3                 :            :  *
       4                 :            :  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       5                 :            :  *
       6                 :            :  * Copyright 2000, 2010 Oracle and/or its affiliates.
       7                 :            :  *
       8                 :            :  * OpenOffice.org - a multi-platform office productivity suite
       9                 :            :  *
      10                 :            :  * This file is part of OpenOffice.org.
      11                 :            :  *
      12                 :            :  * OpenOffice.org is free software: you can redistribute it and/or modify
      13                 :            :  * it under the terms of the GNU Lesser General Public License version 3
      14                 :            :  * only, as published by the Free Software Foundation.
      15                 :            :  *
      16                 :            :  * OpenOffice.org is distributed in the hope that it will be useful,
      17                 :            :  * but WITHOUT ANY WARRANTY; without even the implied warranty of
      18                 :            :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      19                 :            :  * GNU Lesser General Public License version 3 for more details
      20                 :            :  * (a copy is included in the LICENSE file that accompanied this code).
      21                 :            :  *
      22                 :            :  * You should have received a copy of the GNU Lesser General Public License
      23                 :            :  * version 3 along with OpenOffice.org.  If not, see
      24                 :            :  * <http://www.openoffice.org/license.html>
      25                 :            :  * for a copy of the LGPLv3 License.
      26                 :            :  *
      27                 :            :  ************************************************************************/
      28                 :            : 
      29                 :            : 
      30                 :            : #include <macros/registration.hxx>
      31                 :            : 
      32                 :            : /*=================================================================================================================
      33                 :            :     Add new include and new register info to for new services.
      34                 :            : 
      35                 :            :     Example:
      36                 :            : 
      37                 :            :         #include <service1.hxx>
      38                 :            :         #include <service2.hxx>
      39                 :            : 
      40                 :            :         COMPONENTGETFACTORY (   IFFACTORIE( Service1 )
      41                 :            :                                  else
      42                 :            :                                 IFFACTORIE( Service2 )
      43                 :            :                              )
      44                 :            : =================================================================================================================*/
      45                 :            : #include <services/urltransformer.hxx>
      46                 :            : #include <services/desktop.hxx>
      47                 :            : #include <services/tabwindowservice.hxx>
      48                 :            : #include <services/frame.hxx>
      49                 :            : #include <services/modulemanager.hxx>
      50                 :            : #include <jobs/jobexecutor.hxx>
      51                 :            : #include <jobs/jobdispatch.hxx>
      52                 :            : #include <services/backingcomp.hxx>
      53                 :            : #include <services/layoutmanager.hxx>
      54                 :            : #include <uifactory/uielementfactorymanager.hxx>
      55                 :            : #include <uifactory/popupmenucontrollerfactory.hxx>
      56                 :            : #include <uielement/objectmenucontroller.hxx>
      57                 :            : #include <uielement/controlmenucontroller.hxx>
      58                 :            : #include <uielement/uicommanddescription.hxx>
      59                 :            : #include <uiconfiguration/uiconfigurationmanager.hxx>
      60                 :            : #include <uiconfiguration/moduleuicfgsupplier.hxx>
      61                 :            : #include <uiconfiguration/moduleuiconfigurationmanager.hxx>
      62                 :            : #include <uifactory/menubarfactory.hxx>
      63                 :            : #include <accelerators/globalacceleratorconfiguration.hxx>
      64                 :            : #include <accelerators/moduleacceleratorconfiguration.hxx>
      65                 :            : #include <accelerators/documentacceleratorconfiguration.hxx>
      66                 :            : #include <uifactory/toolboxfactory.hxx>
      67                 :            : #include <uifactory/addonstoolboxfactory.hxx>
      68                 :            : #include "uiconfiguration/windowstateconfiguration.hxx"
      69                 :            : #include "uifactory/toolbarcontrollerfactory.hxx"
      70                 :            : #include "uifactory/statusbarcontrollerfactory.hxx"
      71                 :            : #include <services/autorecovery.hxx>
      72                 :            : #include <helper/statusindicatorfactory.hxx>
      73                 :            : #include <uielement/recentfilesmenucontroller.hxx>
      74                 :            : #include <uifactory/statusbarfactory.hxx>
      75                 :            : #include <uiconfiguration/uicategorydescription.hxx>
      76                 :            : #include <services/sessionlistener.hxx>
      77                 :            : #include <services/taskcreatorsrv.hxx>
      78                 :            : 
      79                 :            : #include <uielement/langselectionstatusbarcontroller.hxx>
      80                 :            : #include <uiconfiguration/imagemanager.hxx>
      81                 :            : #include <uifactory/windowcontentfactorymanager.hxx>
      82                 :            : #include <services/substitutepathvars.hxx>
      83                 :            : #include <services/pathsettings.hxx>
      84                 :            : 
      85 [ +  - ][ +  - ]:       3379 : COMPONENTGETFACTORY ( fwk,
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ -  + ][ #  # ]
         [ #  # ][ +  - ]
         [ +  + ][ +  - ]
         [ +  - ][ +  - ]
         [ +  - ][ +  - ]
         [ +  - ][ +  - ]
         [ +  - ][ +  - ]
      86                 :            :                         IFFACTORY( ::framework::URLTransformer                          )   else
      87                 :            :                         IFFACTORY( ::framework::Desktop                                 )   else
      88                 :            :                         IFFACTORY( ::framework::Frame                                   )   else
      89                 :            :                         IFFACTORY( ::framework::JobExecutor                             )   else
      90                 :            :                         IFFACTORY( ::framework::JobDispatch                             )   else
      91                 :            :                         IFFACTORY( ::framework::BackingComp                             )   else
      92                 :            :                         IFFACTORY( ::framework::LayoutManager                           )   else
      93                 :            :                         IFFACTORY( ::framework::UIElementFactoryManager                 )   else
      94                 :            :                         IFFACTORY( ::framework::PopupMenuControllerFactory              )   else
      95                 :            :                         IFFACTORY( ::framework::ObjectMenuController                    )   else
      96                 :            :                         IFFACTORY( ::framework::ControlMenuController                   )   else
      97                 :            :                         IFFACTORY( ::framework::UICommandDescription                    )   else
      98                 :            :                         IFFACTORY( ::framework::ModuleManager                           )   else
      99                 :            :                         IFFACTORY( ::framework::UIConfigurationManager                  )   else
     100                 :            :                         IFFACTORY( ::framework::ModuleUIConfigurationManagerSupplier    )   else
     101                 :            :                         IFFACTORY( ::framework::ModuleUIConfigurationManager            )   else
     102                 :            :                         IFFACTORY( ::framework::MenuBarFactory                          )   else
     103                 :            :                         IFFACTORY( ::framework::GlobalAcceleratorConfiguration          )   else
     104                 :            :                         IFFACTORY( ::framework::ModuleAcceleratorConfiguration          )   else
     105                 :            :                         IFFACTORY( ::framework::DocumentAcceleratorConfiguration        )   else
     106                 :            :                         IFFACTORY( ::framework::ToolBoxFactory                          )   else
     107                 :            :                         IFFACTORY( ::framework::AddonsToolBoxFactory                    )   else
     108                 :            :                         IFFACTORY( ::framework::WindowStateConfiguration                )   else
     109                 :            :                         IFFACTORY( ::framework::ToolbarControllerFactory                )   else
     110                 :            :                         IFFACTORY( ::framework::AutoRecovery                            )   else
     111                 :            :                         IFFACTORY( ::framework::StatusIndicatorFactory                  )   else
     112                 :            :                         IFFACTORY( ::framework::RecentFilesMenuController               )   else
     113                 :            :                         IFFACTORY( ::framework::StatusBarFactory                        )   else
     114                 :            :                         IFFACTORY( ::framework::UICategoryDescription                   )   else
     115                 :            :                         IFFACTORY( ::framework::SessionListener                         )   else
     116                 :            :                         IFFACTORY( ::framework::StatusbarControllerFactory              )   else
     117                 :            :                         IFFACTORY( ::framework::SessionListener                         )   else
     118                 :            :                         IFFACTORY( ::framework::TaskCreatorService                      )   else
     119                 :            :                         IFFACTORY( ::framework::ImageManager                            )   else
     120                 :            :                         IFFACTORY( ::framework::LangSelectionStatusbarController        )   else
     121                 :            :                         IFFACTORY( ::framework::WindowContentFactoryManager             )   else
     122                 :            :                         IFFACTORY( ::framework::TabWindowService                        )   else
     123                 :            :                         IFFACTORY( ::framework::SubstitutePathVariables                 )   else
     124                 :            :                         IFFACTORY( ::framework::PathSettings                            )
     125                 :       3379 :             )
     126                 :            : 
     127                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10