LCOV - code coverage report
Current view: top level - chart2/source/model/template - _serviceregistration_charttypes.cxx (source / functions) Hit Total Coverage
Test: commit 0e63ca4fde4e446f346e35849c756a30ca294aab Lines: 2 2 100.0 %
Date: 2014-04-11 Functions: 1 1 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 "_serviceregistration_charttypes.hxx"
      21             : 
      22             : #include "AreaChartType.hxx"
      23             : #include "BarChartType.hxx"
      24             : #include "CandleStickChartType.hxx"
      25             : #include "ColumnChartType.hxx"
      26             : #include "LineChartType.hxx"
      27             : #include "NetChartType.hxx"
      28             : #include "FilledNetChartType.hxx"
      29             : #include "PieChartType.hxx"
      30             : #include "ScatterChartType.hxx"
      31             : #include "BubbleChartType.hxx"
      32             : 
      33             : namespace
      34             : {
      35             : static const struct ::cppu::ImplementationEntry g_entries_chart2_charttypes[] =
      36             : {
      37             :     {
      38             :           ::chart::AreaChartType::create
      39             :         , ::chart::AreaChartType::getImplementationName_Static
      40             :         , ::chart::AreaChartType::getSupportedServiceNames_Static
      41             :         , ::cppu::createSingleComponentFactory
      42             :         , 0
      43             :         , 0
      44             :     }
      45             :     ,{
      46             :           ::chart::BarChartType::create
      47             :         , ::chart::BarChartType::getImplementationName_Static
      48             :         , ::chart::BarChartType::getSupportedServiceNames_Static
      49             :         , ::cppu::createSingleComponentFactory
      50             :         , 0
      51             :         , 0
      52             :     }
      53             :     ,{
      54             :           ::chart::CandleStickChartType::create
      55             :         , ::chart::CandleStickChartType::getImplementationName_Static
      56             :         , ::chart::CandleStickChartType::getSupportedServiceNames_Static
      57             :         , ::cppu::createSingleComponentFactory
      58             :         , 0
      59             :         , 0
      60             :     }
      61             :     ,{
      62             :           ::chart::ColumnChartType::create
      63             :         , ::chart::ColumnChartType::getImplementationName_Static
      64             :         , ::chart::ColumnChartType::getSupportedServiceNames_Static
      65             :         , ::cppu::createSingleComponentFactory
      66             :         , 0
      67             :         , 0
      68             :     }
      69             :     ,{
      70             :           ::chart::LineChartType::create
      71             :         , ::chart::LineChartType::getImplementationName_Static
      72             :         , ::chart::LineChartType::getSupportedServiceNames_Static
      73             :         , ::cppu::createSingleComponentFactory
      74             :         , 0
      75             :         , 0
      76             :     }
      77             :     ,{
      78             :           ::chart::NetChartType::create
      79             :         , ::chart::NetChartType::getImplementationName_Static
      80             :         , ::chart::NetChartType::getSupportedServiceNames_Static
      81             :         , ::cppu::createSingleComponentFactory
      82             :         , 0
      83             :         , 0
      84             :     }
      85             :     ,{
      86             :           ::chart::FilledNetChartType::create
      87             :         , ::chart::FilledNetChartType::getImplementationName_Static
      88             :         , ::chart::FilledNetChartType::getSupportedServiceNames_Static
      89             :         , ::cppu::createSingleComponentFactory
      90             :         , 0
      91             :         , 0
      92             :     }
      93             :     ,{
      94             :           ::chart::PieChartType::create
      95             :         , ::chart::PieChartType::getImplementationName_Static
      96             :         , ::chart::PieChartType::getSupportedServiceNames_Static
      97             :         , ::cppu::createSingleComponentFactory
      98             :         , 0
      99             :         , 0
     100             :     }
     101             :     ,{
     102             :           ::chart::ScatterChartType::create
     103             :         , ::chart::ScatterChartType::getImplementationName_Static
     104             :         , ::chart::ScatterChartType::getSupportedServiceNames_Static
     105             :         , ::cppu::createSingleComponentFactory
     106             :         , 0
     107             :         , 0
     108             :     }
     109             :         ,{
     110             :           ::chart::BubbleChartType::create
     111             :         , ::chart::BubbleChartType::getImplementationName_Static
     112             :         , ::chart::BubbleChartType::getSupportedServiceNames_Static
     113             :         , ::cppu::createSingleComponentFactory
     114             :         , 0
     115             :         , 0
     116             :     }
     117             :    ,{ 0, 0, 0, 0, 0, 0 }
     118             : };
     119             : 
     120             : } // anonymous namespace
     121             : 
     122             : const struct ::cppu::ImplementationEntry *
     123         107 :     ChartTypeEntriesForServiceRegistration::getImplementationEntries()
     124             : {
     125         107 :     return g_entries_chart2_charttypes;
     126             : }
     127             : 
     128             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10