LCOV - code coverage report
Current view: top level - desktop/source/deployment - dp_services.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: 0 0 -

           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                 :            : #define COMPHELPER_SERVICEDECL_COMPONENT_HELPER_MAX_ARGS 12
      31                 :            : #include "comphelper/servicedecl.hxx"
      32                 :            : 
      33                 :            : using namespace com::sun::star;
      34                 :            : namespace sdecl = comphelper::service_decl;
      35                 :            : 
      36                 :            : namespace dp_registry {
      37                 :            : namespace backend {
      38                 :            : 
      39                 :            : namespace configuration {
      40                 :            : extern sdecl::ServiceDecl const serviceDecl;
      41                 :            : }
      42                 :            : 
      43                 :            : namespace component {
      44                 :            : extern sdecl::ServiceDecl const serviceDecl;
      45                 :            : }
      46                 :            : 
      47                 :            : namespace script {
      48                 :            : extern sdecl::ServiceDecl const serviceDecl;
      49                 :            : }
      50                 :            : 
      51                 :            : namespace sfwk {
      52                 :            : extern sdecl::ServiceDecl const serviceDecl;
      53                 :            : }
      54                 :            : 
      55                 :            : namespace help {
      56                 :            : extern sdecl::ServiceDecl const serviceDecl;
      57                 :            : }
      58                 :            : 
      59                 :            : namespace executable {
      60                 :            : extern sdecl::ServiceDecl const serviceDecl;
      61                 :            : }
      62                 :            : 
      63                 :            : } // namespace backend
      64                 :            : } // namespace dp_registry
      65                 :            : 
      66                 :            : namespace dp_manager {
      67                 :            : namespace factory {
      68                 :            : extern sdecl::ServiceDecl const serviceDecl;
      69                 :            : }
      70                 :            : extern sdecl::ServiceDecl const serviceDecl;
      71                 :            : }
      72                 :            : 
      73                 :            : namespace dp_log {
      74                 :            : extern sdecl::ServiceDecl const serviceDecl;
      75                 :            : }
      76                 :            : 
      77                 :            : namespace dp_info {
      78                 :            : extern sdecl::ServiceDecl const serviceDecl;
      79                 :            : }
      80                 :            : 
      81                 :            : extern "C" {
      82                 :            : 
      83                 :       1116 : SAL_DLLPUBLIC_EXPORT void * SAL_CALL deployment_component_getFactory(
      84                 :            :     sal_Char const * pImplName,
      85                 :            :     lang::XMultiServiceFactory * pServiceManager,
      86                 :            :     registry::XRegistryKey * pRegistryKey )
      87                 :            : {
      88                 :            :     return component_getFactoryHelper(
      89                 :            :         pImplName, pServiceManager, pRegistryKey,
      90                 :            :         dp_registry::backend::configuration::serviceDecl,
      91                 :            :         dp_registry::backend::component::serviceDecl,
      92                 :            :         dp_registry::backend::help::serviceDecl,
      93                 :            :         dp_registry::backend::script::serviceDecl,
      94                 :            :         dp_registry::backend::sfwk::serviceDecl,
      95                 :            :         dp_registry::backend::executable::serviceDecl,
      96                 :            :         dp_manager::factory::serviceDecl,
      97                 :            :         dp_log::serviceDecl,
      98                 :            :         dp_info::serviceDecl,
      99                 :       1116 :         dp_manager::serviceDecl);
     100                 :            : }
     101                 :            : 
     102                 :            : } // extern "C"
     103                 :            : 
     104                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10