LCOV - code coverage report
Current view: top level - chart2/source/model/template - ScatterChartType.hxx (source / functions) Hit Total Coverage
Test: commit 0e63ca4fde4e446f346e35849c756a30ca294aab Lines: 1 1 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             : #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPE_HXX
      20             : #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPE_HXX
      21             : 
      22             : #include "ChartType.hxx"
      23             : #include "ServiceMacros.hxx"
      24             : #include <com/sun/star/chart2/CurveStyle.hpp>
      25             : 
      26             : namespace chart
      27             : {
      28             : 
      29             : class ScatterChartType : public ChartType
      30             : {
      31             : public:
      32             :     ScatterChartType(
      33             :         ::com::sun::star::uno::Reference<
      34             :             ::com::sun::star::uno::XComponentContext > const & xContext,
      35             :         ::com::sun::star::chart2::CurveStyle eCurveStyle =
      36             :             ::com::sun::star::chart2::CurveStyle_LINES,
      37             :         sal_Int32 nResolution = 20,
      38             :         sal_Int32 nOrder = 3 );
      39             :     virtual ~ScatterChartType();
      40             : 
      41             :     virtual OUString SAL_CALL
      42             :         getImplementationName()
      43             :             throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
      44             :     virtual sal_Bool SAL_CALL
      45             :         supportsService( const OUString& ServiceName )
      46             :             throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
      47             :     virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
      48             :         getSupportedServiceNames()
      49             :             throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
      50             :     static OUString getImplementationName_Static();
      51             :     static ::com::sun::star::uno::Sequence< OUString >
      52             :         getSupportedServiceNames_Static();
      53             : 
      54             :     /// establish methods for factory instatiation
      55        2959 :     APPHELPER_SERVICE_FACTORY_HELPER( ScatterChartType )
      56             : 
      57             : protected:
      58             :     explicit ScatterChartType( const ScatterChartType & rOther );
      59             : 
      60             :     // ____ XChartType ____
      61             :     virtual OUString SAL_CALL getChartType()
      62             :         throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
      63             :     virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
      64             :         getSupportedMandatoryRoles()
      65             :         throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
      66             :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XCoordinateSystem > SAL_CALL
      67             :         createCoordinateSystem( ::sal_Int32 DimensionCount )
      68             :         throw (::com::sun::star::lang::IllegalArgumentException,
      69             :                ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
      70             : 
      71             :     // ____ OPropertySet ____
      72             :     virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
      73             :         throw(::com::sun::star::beans::UnknownPropertyException) SAL_OVERRIDE;
      74             : 
      75             :     // ____ OPropertySet ____
      76             :     virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() SAL_OVERRIDE;
      77             : 
      78             :     // ____ XPropertySet ____
      79             :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL
      80             :         getPropertySetInfo()
      81             :         throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
      82             : 
      83             :     // ____ XCloneable ____
      84             :     virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone()
      85             :         throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
      86             : };
      87             : 
      88             : } //  namespace chart
      89             : 
      90             : // INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPE_HXX
      91             : #endif
      92             : 
      93             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10