diff options
Diffstat (limited to 'chart2/source/controller/inc/MultipleChartConverters.hxx')
-rw-r--r-- | chart2/source/controller/inc/MultipleChartConverters.hxx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/MultipleChartConverters.hxx b/chart2/source/controller/inc/MultipleChartConverters.hxx index a2ccf8dc3ef3..10e268c4b324 100644 --- a/chart2/source/controller/inc/MultipleChartConverters.hxx +++ b/chart2/source/controller/inc/MultipleChartConverters.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MultipleChartConverters.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: bm $ $Date: 2003-12-10 16:51:49 $ + * last change: $Author: iha $ $Date: 2003-12-18 12:37:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,6 +122,22 @@ protected: virtual const USHORT * GetWhichPairs() const; }; +class AllTitleItemConverter : public ::comphelper::MultipleItemConverter +{ +public: + AllTitleItemConverter( + const ::com::sun::star::uno::Reference< + ::com::sun::star::frame::XModel > & xChartModel, + SfxItemPool& rItemPool, + SdrModel& rDrawModel, + ::std::auto_ptr< ::com::sun::star::awt::Size > pRefSize = + ::std::auto_ptr< ::com::sun::star::awt::Size >() ); + virtual ~AllTitleItemConverter(); + +protected: + virtual const USHORT * GetWhichPairs() const; +}; + class AllSeriesStatisticsConverter : public ::comphelper::MultipleItemConverter { public: |