diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 10:57:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 10:57:13 +0000 |
commit | 7ce8e4105a13e93a025b2f3dad1e7342e43adcf4 (patch) | |
tree | c7d0743190c8b97fc8e6ae63e091a95e17650cad /chart2/source/view/inc | |
parent | f21054e4e48711d4e54b32b950e5a8ff992c98f2 (diff) |
INTEGRATION: CWS chart22 (1.19.2); FILE MERGED
2008/07/30 10:18:18 iha 1.19.2.3: RESYNC: (1.20-1.21); FILE MERGED
2008/04/17 11:30:20 iha 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED
2008/02/21 17:01:38 iha 1.19.2.1: #i65549# Plotting of missing values
Diffstat (limited to 'chart2/source/view/inc')
-rw-r--r-- | chart2/source/view/inc/VDataSeries.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chart2/source/view/inc/VDataSeries.hxx b/chart2/source/view/inc/VDataSeries.hxx index 19c0ec60233f..a7437db88d2e 100644 --- a/chart2/source/view/inc/VDataSeries.hxx +++ b/chart2/source/view/inc/VDataSeries.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: VDataSeries.hxx,v $ - * $Revision: 1.21 $ + * $Revision: 1.22 $ * * This file is part of OpenOffice.org. * @@ -170,6 +170,9 @@ public: void releaseShapes(); + void setMissingValueTreatment( sal_Int32 nMissingValueTreatment ); + sal_Int32 getMissingValueTreatment() const; + private: //methods VDataSeries(); ::com::sun::star::chart2::DataPointLabel* @@ -245,6 +248,8 @@ private: //member mutable sal_Int32 m_nCurrentAttributedPoint; ::com::sun::star::awt::Size m_aReferenceSize; // + + sal_Int32 m_nMissingValueTreatment; }; //............................................................................. |