LCOV - code coverage report
Current view: top level - include/svx - chrtitem.hxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 6 24 25.0 %
Date: 2014-11-03 Functions: 12 35 34.3 %
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_SVX_CHRTITEM_HXX
      20             : #define INCLUDED_SVX_CHRTITEM_HXX
      21             : 
      22             : #include <svl/eitem.hxx>
      23             : #include <svx/svxdllapi.h>
      24             : 
      25             : 
      26             : 
      27             : enum SvxChartStyle
      28             : {
      29             :     CHSTYLE_2D_LINE,
      30             :     CHSTYLE_2D_STACKEDLINE,
      31             :     CHSTYLE_2D_PERCENTLINE,
      32             :     CHSTYLE_2D_COLUMN,
      33             :     CHSTYLE_2D_STACKEDCOLUMN,
      34             :     CHSTYLE_2D_PERCENTCOLUMN,
      35             :     CHSTYLE_2D_BAR,
      36             :     CHSTYLE_2D_STACKEDBAR,
      37             :     CHSTYLE_2D_PERCENTBAR,
      38             :     CHSTYLE_2D_AREA,
      39             :     CHSTYLE_2D_STACKEDAREA,
      40             :     CHSTYLE_2D_PERCENTAREA,
      41             :     CHSTYLE_2D_PIE,
      42             :     CHSTYLE_3D_STRIPE,
      43             :     CHSTYLE_3D_COLUMN,
      44             :     CHSTYLE_3D_FLATCOLUMN,
      45             :     CHSTYLE_3D_STACKEDFLATCOLUMN,
      46             :     CHSTYLE_3D_PERCENTFLATCOLUMN,
      47             :     CHSTYLE_3D_AREA,
      48             :     CHSTYLE_3D_STACKEDAREA,
      49             :     CHSTYLE_3D_PERCENTAREA,
      50             :     CHSTYLE_3D_SURFACE,
      51             :     CHSTYLE_3D_PIE,
      52             :     CHSTYLE_2D_XY,
      53             :     CHSTYLE_3D_XYZ,
      54             :     CHSTYLE_2D_LINESYMBOLS,
      55             :     CHSTYLE_2D_STACKEDLINESYM,
      56             :     CHSTYLE_2D_PERCENTLINESYM,
      57             :     CHSTYLE_2D_XYSYMBOLS,
      58             :     CHSTYLE_3D_XYZSYMBOLS,
      59             :     CHSTYLE_2D_DONUT1,
      60             :     CHSTYLE_2D_DONUT2,
      61             :     CHSTYLE_3D_BAR,
      62             :     CHSTYLE_3D_FLATBAR,
      63             :     CHSTYLE_3D_STACKEDFLATBAR,
      64             :     CHSTYLE_3D_PERCENTFLATBAR,
      65             :     CHSTYLE_2D_PIE_SEGOF1,
      66             :     CHSTYLE_2D_PIE_SEGOFALL,
      67             :     CHSTYLE_2D_NET,
      68             :     CHSTYLE_2D_NET_SYMBOLS,
      69             :     CHSTYLE_2D_NET_STACK,
      70             :     CHSTYLE_2D_NET_SYMBOLS_STACK,
      71             :     CHSTYLE_2D_NET_PERCENT,
      72             :     CHSTYLE_2D_NET_SYMBOLS_PERCENT,
      73             :     CHSTYLE_2D_CUBIC_SPLINE,
      74             :     CHSTYLE_2D_CUBIC_SPLINE_SYMBOL,
      75             :     CHSTYLE_2D_B_SPLINE,
      76             :     CHSTYLE_2D_B_SPLINE_SYMBOL,
      77             :     CHSTYLE_2D_CUBIC_SPLINE_XY,
      78             :     CHSTYLE_2D_CUBIC_SPLINE_SYMBOL_XY,
      79             :     CHSTYLE_2D_B_SPLINE_XY,
      80             :     CHSTYLE_2D_B_SPLINE_SYMBOL_XY,
      81             :     CHSTYLE_2D_XY_LINE,
      82             :     CHSTYLE_2D_LINE_COLUMN,
      83             :     CHSTYLE_2D_LINE_STACKEDCOLUMN,
      84             :     CHSTYLE_2D_STOCK_1,
      85             :     CHSTYLE_2D_STOCK_2,
      86             :     CHSTYLE_2D_STOCK_3,
      87             :     CHSTYLE_2D_STOCK_4,
      88             :     CHSTYLE_ADDIN
      89             : };
      90             : 
      91             : #define CHSTYLE_COUNT   (CHSTYLE_ADDIN + 1)
      92             : 
      93             : enum SvxChartDataDescr
      94             : {
      95             :     CHDESCR_NONE,
      96             :     CHDESCR_VALUE,
      97             :     CHDESCR_PERCENT,
      98             :     CHDESCR_TEXT,
      99             :     CHDESCR_TEXTANDPERCENT,
     100             :     CHDESCR_NUMFORMAT_PERCENT,
     101             :     CHDESCR_NUMFORMAT_VALUE,
     102             :     CHDESCR_TEXTANDVALUE
     103             : };
     104             : 
     105             : #define CHDESCR_COUNT   (CHDESCR_TEXTANDVALUE + 1)
     106             : 
     107             : enum SvxChartTextOrder
     108             : {
     109             :     CHTXTORDER_SIDEBYSIDE,
     110             :     CHTXTORDER_UPDOWN,
     111             :     CHTXTORDER_DOWNUP,
     112             :     CHTXTORDER_AUTO
     113             : };
     114             : 
     115             : #define CHTXTORDER_COUNT    (CHTXTORDER_AUTO + 1)
     116             : 
     117             : enum SvxChartTextOrient
     118             : {
     119             :     CHTXTORIENT_AUTOMATIC,
     120             :     CHTXTORIENT_STANDARD,
     121             :     CHTXTORIENT_BOTTOMTOP,
     122             :     CHTXTORIENT_STACKED,
     123             :     CHTXTORIENT_TOPBOTTOM
     124             : };
     125             : 
     126             : #define CHTXTORIENT_COUNT   (CHTXTORIENT_TOPBOTTOM + 1)
     127             : 
     128             : enum SvxChartKindError
     129             : {
     130             :     CHERROR_NONE,
     131             :     CHERROR_VARIANT,
     132             :     CHERROR_SIGMA,
     133             :     CHERROR_PERCENT,
     134             :     CHERROR_BIGERROR,
     135             :     CHERROR_CONST,
     136             :     CHERROR_STDERROR,
     137             :     CHERROR_RANGE
     138             : };
     139             : 
     140             : #define CHERROR_COUNT   (CHERROR_RANGE + 1)
     141             : 
     142             : enum SvxChartIndicate
     143             : {
     144             :     CHINDICATE_NONE,
     145             :     CHINDICATE_BOTH,
     146             :     CHINDICATE_UP,
     147             :     CHINDICATE_DOWN
     148             : };
     149             : 
     150             : #define CHINDICATE_COUNT    (CHINDICATE_DOWN + 1)
     151             : 
     152             : enum SvxChartRegress
     153             : {
     154             :     CHREGRESS_NONE,
     155             :     CHREGRESS_LINEAR,
     156             :     CHREGRESS_LOG,
     157             :     CHREGRESS_EXP,
     158             :     CHREGRESS_POWER,
     159             :     CHREGRESS_POLYNOMIAL,
     160             :     CHREGRESS_MOVING_AVERAGE,
     161             :     CHREGRESS_MEAN_VALUE,
     162             :     CHREGRESS_UNKNOWN
     163             : };
     164             : 
     165             : #define CHREGRESS_COUNT (CHREGRESS_UNKNOWN + 1)
     166             : 
     167             : 
     168        1148 : class SVX_DLLPUBLIC SvxChartStyleItem : public SfxEnumItem
     169             : {
     170             : public:
     171             :     TYPEINFO_OVERRIDE();
     172             :     SvxChartStyleItem(SvxChartStyle eStyle /*= CHSTYLE_2D_LINE*/,
     173             :                       sal_uInt16 nId );
     174             :     SvxChartStyleItem(SvStream& rIn, sal_uInt16 nId );
     175             : 
     176             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     177             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     178             : 
     179           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHSTYLE_COUNT; }
     180             :     SvxChartStyle GetValue() const
     181             :         { return (SvxChartStyle)SfxEnumItem::GetValue(); }
     182             : };
     183             : 
     184             : 
     185             : 
     186        1148 : class SVX_DLLPUBLIC SvxChartRegressItem : public SfxEnumItem
     187             : {
     188             : public:
     189             :     TYPEINFO_OVERRIDE();
     190             :     SvxChartRegressItem(SvxChartRegress eRegress /*= CHREGRESS_LINEAR*/,
     191             :                         sal_uInt16 nId );
     192             :     SvxChartRegressItem(SvStream& rIn, sal_uInt16 nId );
     193             : 
     194             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     195             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     196             : 
     197           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHREGRESS_COUNT; }
     198           0 :     SvxChartRegress GetValue() const
     199           0 :         { return (SvxChartRegress)SfxEnumItem::GetValue(); }
     200             :     sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const SAL_OVERRIDE;
     201             : };
     202             : 
     203             : 
     204             : 
     205           0 : class SVX_DLLPUBLIC SvxChartDataDescrItem : public SfxEnumItem
     206             : {
     207             : public:
     208             :     TYPEINFO_OVERRIDE();
     209             :     SvxChartDataDescrItem(SvStream& rIn,
     210             :                           sal_uInt16 nId );
     211             : 
     212             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     213             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     214             : 
     215           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHDESCR_COUNT; }
     216             :     SvxChartDataDescr GetValue() const
     217             :         { return (SvxChartDataDescr)SfxEnumItem::GetValue(); }
     218             : };
     219             : 
     220             : 
     221             : 
     222        1148 : class SVX_DLLPUBLIC SvxChartTextOrderItem : public SfxEnumItem
     223             : {
     224             : public:
     225             :     TYPEINFO_OVERRIDE();
     226             :     SvxChartTextOrderItem(SvxChartTextOrder eOrder /*= CHTXTORDER_SIDEBYSIDE*/,
     227             :                           sal_uInt16 nId );
     228             :     SvxChartTextOrderItem(SvStream& rIn,
     229             :                           sal_uInt16 nId );
     230             : 
     231             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     232             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     233             : 
     234             :     virtual bool         QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
     235             :     virtual bool         PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
     236             : 
     237           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHTXTORDER_COUNT; }
     238           0 :     SvxChartTextOrder GetValue() const
     239           0 :         { return (SvxChartTextOrder)SfxEnumItem::GetValue(); }
     240             : };
     241             : 
     242             : 
     243             : 
     244           0 : class SVX_DLLPUBLIC SvxChartTextOrientItem : public SfxEnumItem
     245             : {
     246             : public:
     247             :     TYPEINFO_OVERRIDE();
     248             :     SvxChartTextOrientItem(SvStream& rIn,
     249             :                            sal_uInt16 nId );
     250             : 
     251             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     252             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     253             : 
     254           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHTXTORDER_COUNT; }
     255             :     SvxChartTextOrient GetValue() const
     256             :         { return (SvxChartTextOrient)SfxEnumItem::GetValue(); }
     257             : };
     258             : 
     259             : 
     260             : 
     261        1148 : class SVX_DLLPUBLIC SvxChartKindErrorItem : public SfxEnumItem
     262             : {
     263             : public:
     264             :     TYPEINFO_OVERRIDE();
     265             :     SvxChartKindErrorItem(SvxChartKindError /*eOrient = CHERROR_NONE*/,
     266             :                            sal_uInt16 nId );
     267             :     SvxChartKindErrorItem(SvStream& rIn,
     268             :                            sal_uInt16 nId );
     269             : 
     270             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     271             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     272             : 
     273           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHERROR_COUNT; }
     274           0 :     SvxChartKindError GetValue() const
     275           0 :         { return (SvxChartKindError)SfxEnumItem::GetValue(); }
     276             : 
     277             :     sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const SAL_OVERRIDE;
     278             : };
     279             : 
     280             : 
     281             : 
     282        1148 : class SVX_DLLPUBLIC SvxChartIndicateItem : public SfxEnumItem
     283             : {
     284             : public:
     285             :     TYPEINFO_OVERRIDE();
     286             :     SvxChartIndicateItem(SvxChartIndicate eOrient /*= CHINDICATE_NONE*/,
     287             :                            sal_uInt16 nId );
     288             :     SvxChartIndicateItem(SvStream& rIn,
     289             :                            sal_uInt16 nId );
     290             : 
     291             :     virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
     292             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
     293             : 
     294           0 :     sal_uInt16 GetValueCount() const SAL_OVERRIDE { return CHINDICATE_COUNT; }
     295           0 :     SvxChartIndicate GetValue() const
     296           0 :         { return (SvxChartIndicate)SfxEnumItem::GetValue(); }
     297             : 
     298             :     sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const SAL_OVERRIDE;
     299             : };
     300             : 
     301             : 
     302             : 
     303       13776 : class SVX_DLLPUBLIC SvxDoubleItem : public SfxPoolItem
     304             : {
     305             :     double fVal;
     306             : 
     307             : public:
     308             :     TYPEINFO_OVERRIDE();
     309             :     SvxDoubleItem(double fValue /*= 0.0*/, sal_uInt16 nId );
     310             :     SvxDoubleItem(const SvxDoubleItem& rItem);
     311             : 
     312             :     virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
     313             :     virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
     314             : 
     315             :     virtual OUString GetValueText() const;
     316             :     virtual bool GetPresentation(SfxItemPresentation ePres,
     317             :                                     SfxMapUnit eCoreMetric,
     318             :                                     SfxMapUnit ePresMetric,
     319             :                                     OUString &rText, const IntlWrapper * = 0) const SAL_OVERRIDE;
     320             : 
     321             :     virtual bool             operator == (const SfxPoolItem&) const SAL_OVERRIDE;
     322             :     virtual SfxPoolItem* Clone(SfxItemPool *pPool = NULL) const SAL_OVERRIDE;
     323             :     virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVersion) const SAL_OVERRIDE;
     324             :     virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
     325             : 
     326             :     virtual double GetMin() const;
     327             :     virtual double GetMax() const;
     328             : 
     329             :     virtual SfxFieldUnit GetUnit() const;
     330             : 
     331           0 :     double GetValue() const { return fVal; }
     332             :     void SetValue(double fNewVal) { fVal = fNewVal; }
     333             : };
     334             : 
     335             : #endif // INCLUDED_SVX_CHRTITEM_HXX
     336             : 
     337             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10