diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 10:53:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 10:53:31 +0000 |
commit | 92d27daab5ba1298d8decdb7a30670a7a9b54e69 (patch) | |
tree | 338fe15a95eede5f007603e787b425ea85a5e1fe /chart2 | |
parent | 22a45019d5ffc03ec15d0ed6ceb09f915618bc7d (diff) |
INTEGRATION: CWS chart22 (1.9.2); FILE MERGED
2008/04/17 11:29:55 iha 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED
2008/03/12 13:18:34 iha 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED
2008/02/21 17:09:10 iha 1.9.2.1: #i65549# Plotting of missing values
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/inc/dlg_ObjectProperties.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx index 421d6efc8c8f..7999de0d5ea1 100644 --- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx +++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dlg_ObjectProperties.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -56,6 +56,7 @@ public: bool HasRegressionProperties() const; bool ProvidesSecondaryYAxis() const; bool ProvidesOverlapAndGapWidth() const; + bool ProvidesBarConnectors() const; bool HasAreaProperties() const; bool HasLineProperties() const; bool HasSymbolProperties() const; @@ -63,6 +64,7 @@ public: bool CanAxisLabelsBeStaggered() const; bool HasNumberProperties() const; bool ProvidesStartingAngle() const; + bool ProvidesMissingValueTreatments() const; ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument > getDocument() const; @@ -79,6 +81,7 @@ private: bool m_bHasRegressionProperties; bool m_bProvidesSecondaryYAxis; bool m_bProvidesOverlapAndGapWidth; + bool m_bProvidesBarConnectors; bool m_bHasAreaProperties; bool m_bHasLineProperties; bool m_bHasSymbolProperties; @@ -86,6 +89,7 @@ private: bool m_bCanAxisLabelsBeStaggered; bool m_bHasNumberProperties; bool m_bProvidesStartingAngle; + bool m_bProvidesMissingValueTreatments; ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument > m_xChartDocument; }; |