summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-20 07:12:48 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-20 07:12:48 +0000
commit6298511638197c306aee1f814cd9e5435d25807a (patch)
tree8b891a67a29f83e633214ac4deb86534d7041d99 /xmloff/source/chart
parentdc4ad8967d282ce5bd1030a42c489c801c602263 (diff)
INTEGRATION: CWS oasis2 (1.16.6); FILE MERGED
2004/08/04 16:11:59 bm 1.16.6.1: #i32368# export bar/line charts with line chart-type at series
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r--xmloff/source/chart/SchXMLPlotAreaContext.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.hxx b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
index 461697085304..c8bc6506fc62 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.hxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLPlotAreaContext.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:03:47 $
+ * last change: $Author: rt $ $Date: 2004-08-20 08:12:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,7 @@ private:
rtl::OUString& mrCategoriesAddress;
::std::list< ::chartxml::DataRowPointStyle > maSeriesStyleList;
sal_Int32 mnDomainOffset;
+ sal_Int32 mnNumOfLines;
sal_Int32 mnSeries;
sal_Int32 mnMaxSeriesLength;
SdXML3DSceneAttributesHelper maSceneImportHelper;
@@ -213,6 +214,7 @@ private:
sal_Int32 mnDataPointIndex;
sal_Int32& mrMaxSeriesLength;
sal_Int32& mrDomainOffset;
+ sal_Int32& mrNumOfLines;
SchXMLAxis* mpAttachedAxis;
sal_Int32 mnAttachedAxis;
::rtl::OUString msAutoStyleName;
@@ -226,7 +228,8 @@ public:
::std::list< ::chartxml::DataRowPointStyle >& rStyleList,
sal_Int32 nSeriesIndex,
sal_Int32& rMaxSeriesLength,
- sal_Int32& rDomainOffset );
+ sal_Int32& rDomainOffset,
+ sal_Int32& rNumOfLines );
virtual ~SchXMLSeriesContext();
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );