Kaydet (Commit) f3478adb authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS chart17 (1.15.68); FILE MERGED

2007/10/12 12:38:50 bm 1.15.68.1: #i7998# equations for regression curves
üst d39845d5
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: SchXMLChartContext.hxx,v $ * $RCSfile: SchXMLChartContext.hxx,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: hr $ $Date: 2007-06-27 14:47:35 $ * last change: $Author: ihi $ $Date: 2007-11-23 11:35:36 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
#ifndef _COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HPP_ #ifndef _COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HPP_
#include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XChartDocument.hpp>
#endif #endif
#ifndef _COM_SUN_STAR_AWT_SIZE_HPP_
#include <com/sun/star/awt/Size.hpp>
#endif
#include "transporttypes.hxx" #include "transporttypes.hxx"
...@@ -133,6 +136,8 @@ private: ...@@ -133,6 +136,8 @@ private:
::rtl::OUString msRowTrans; ::rtl::OUString msRowTrans;
::rtl::OUString maChartTypeServiceName; ::rtl::OUString maChartTypeServiceName;
::com::sun::star::awt::Size maChartSize;
::com::sun::star::uno::Sequence< sal_Int32 > GetNumberSequenceFromString( const ::rtl::OUString& rStr, bool bAddOneToEachOldIndex ); ::com::sun::star::uno::Sequence< sal_Int32 > GetNumberSequenceFromString( const ::rtl::OUString& rStr, bool bAddOneToEachOldIndex );
void MergeSeriesForStockChart(); void MergeSeriesForStockChart();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment