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
This commit is contained in:
parent
f21054e4e4
commit
7ce8e4105a
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
//.............................................................................
|
||||
|
|
Loading…
Reference in a new issue