LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/framework/source/register - registertemp.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             : #include <macros/registration.hxx>
      21             : 
      22             : /*=================================================================================================================
      23             :     Add new include and new register info to for new services.
      24             : 
      25             :     Example:
      26             : 
      27             :         #include <service1.hxx>
      28             :         #include <service2.hxx>
      29             : 
      30             :         COMPONENTGETFACTORY (   IFFACTORIE( Service1 )
      31             :                                  else
      32             :                                 IFFACTORIE( Service2 )
      33             :                              )
      34             : =================================================================================================================*/
      35             : #include <services/mediatypedetectionhelper.hxx>
      36             : #include <dispatch/mailtodispatcher.hxx>
      37             : #include <dispatch/oxt_handler.hxx>
      38             : #include <dispatch/popupmenudispatcher.hxx>
      39             : #include <dispatch/servicehandler.hxx>
      40             : #include <services/dispatchhelper.hxx>
      41             : #include <recording/dispatchrecorder.hxx>
      42             : #include <recording/dispatchrecordersupplier.hxx>
      43             : #include <services/license.hxx>
      44             : #include <services/uriabbreviation.hxx>
      45             : #include <uielement/fontmenucontroller.hxx>
      46             : #include <uielement/fontsizemenucontroller.hxx>
      47             : #include <uielement/footermenucontroller.hxx>
      48             : #include <uielement/headermenucontroller.hxx>
      49             : #include <uielement/langselectionmenucontroller.hxx>
      50             : #include <uielement/macrosmenucontroller.hxx>
      51             : #include <uielement/newmenucontroller.hxx>
      52             : #include <uielement/toolbarsmenucontroller.hxx>
      53             : 
      54         134 : COMPONENTGETFACTORY ( fwl,
      55             :                         IFFACTORY( ::framework::MediaTypeDetectionHelper        )
      56             :                         IFFACTORY( ::framework::MailToDispatcher                        ) else
      57             :                         IFFACTORY( ::framework::ServiceHandler                          )   else
      58             :                         IFFACTORY( ::framework::License                                 )   else
      59             :                         IFFACTORY( ::framework::PopupMenuDispatcher                     )   else
      60             :                         IFFACTORY( ::framework::DispatchHelper                          )   else
      61             :                         IFFACTORY( ::framework::DispatchRecorder                        )   else
      62             :                         IFFACTORY( ::framework::DispatchRecorderSupplier                )   else
      63             :                         IFFACTORY( ::framework::ToolbarsMenuController                  )   else
      64             :                         IFFACTORY( ::framework::FontMenuController                      )   else
      65             :                         IFFACTORY( ::framework::MacrosMenuController                    )   else
      66             :                         IFFACTORY( ::framework::NewMenuController                       )   else
      67             :                         IFFACTORY( ::framework::FontSizeMenuController                  )   else
      68             :                         IFFACTORY( ::framework::UriAbbreviation                         )   else
      69             :                         IFFACTORY( ::framework::FooterMenuController                    )   else
      70             :                         IFFACTORY( ::framework::HeaderMenuController                    )   else
      71             :                         IFFACTORY( ::framework::LanguageSelectionMenuController         )   else
      72             :                         IFFACTORY( ::framework::Oxt_Handler                             )
      73             :                     )
      74             : 
      75             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10