summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPlotAreaContext.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2000-12-09 14:53:42 +0000
committerBjörn Milcke <bm@openoffice.org>2000-12-09 14:53:42 +0000
commita9914d45df7e59c42a4e3ea192d1c943c6a14cda (patch)
treeef3c998044c3ee71651716d366a3aa725fe55d65 /xmloff/source/chart/SchXMLPlotAreaContext.hxx
parent198c83017257661cfd2b106d00dcd0d853ec1833 (diff)
#80712# set properties to series with offset 1 for xy charts
Diffstat (limited to 'xmloff/source/chart/SchXMLPlotAreaContext.hxx')
-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 0a6a1a5269c6..c58f9245a050 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.hxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLPlotAreaContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2000-11-29 14:18:44 $
+ * last change: $Author: bm $ $Date: 2000-12-09 15:53:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,6 +93,7 @@ private:
rtl::OUString msAutoStyleName;
com::sun::star::uno::Sequence< com::sun::star::chart::ChartSeriesAddress >& mrSeriesAddresses;
rtl::OUString& mrCategoriesAddress;
+ sal_Int32 mnDomainOffset;
public:
SchXMLPlotAreaContext( SchXMLImportHelper& rImpHelper,
@@ -150,13 +151,15 @@ private:
rtl::OUString msAutoStyleName;
sal_Int32 mnSeriesIndex;
sal_Int32 mnDataPointIndex;
+ sal_Int32& mrDomainOffset;
public:
SchXMLSeriesContext( SchXMLImportHelper& rImpHelper,
SvXMLImport& rImport, const rtl::OUString& rLocalName,
com::sun::star::uno::Reference< com::sun::star::chart::XDiagram >& xDiagram,
com::sun::star::chart::ChartSeriesAddress& rSeriesAddress,
- sal_Int32 nSeriesIndex );
+ sal_Int32 nSeriesIndex,
+ sal_Int32& rDomainOffset );
~SchXMLSeriesContext();
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );