summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/MultipleChartConverters.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-11-25 12:08:01 +0000
committerBjörn Milcke <bm@openoffice.org>2003-11-25 12:08:01 +0000
commit15e00581dc86317b8b46722da8d4883d53834f74 (patch)
tree350b860ac36e0777101b2c3f8ce0a259d9c21aca /chart2/source/controller/inc/MultipleChartConverters.hxx
parent991b16238225121fbc7bb09f9fa10b40a2a1eff3 (diff)
FontSizes with ReferenceSize implemented for dialog
Diffstat (limited to 'chart2/source/controller/inc/MultipleChartConverters.hxx')
-rw-r--r--chart2/source/controller/inc/MultipleChartConverters.hxx18
1 files changed, 14 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/MultipleChartConverters.hxx b/chart2/source/controller/inc/MultipleChartConverters.hxx
index 9cf11e4ea374..81abae2cd0a0 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.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2003-10-07 17:18:18 $
+ * last change: $Author: bm $ $Date: 2003-11-25 13:07:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,12 @@
#include "MultipleItemConverter.hxx"
+#ifndef _COM_SUN_STAR_AWT_SIZE_HPP_
+#include <com/sun/star/awt/Size.hpp>
+#endif
+
+#include <memory>
+
class SdrModel;
namespace chart
@@ -77,7 +83,9 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XModel > & xChartModel,
SfxItemPool& rItemPool,
- SdrModel& rDrawModel );
+ SdrModel& rDrawModel,
+ ::std::auto_ptr< ::com::sun::star::awt::Size > pRefSize =
+ ::std::auto_ptr< ::com::sun::star::awt::Size >() );
virtual ~AllAxisItemConverter();
protected:
@@ -105,7 +113,9 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XModel > & xChartModel,
SfxItemPool& rItemPool,
- SdrModel& rDrawModel );
+ SdrModel& rDrawModel,
+ ::std::auto_ptr< ::com::sun::star::awt::Size > pRefSize =
+ ::std::auto_ptr< ::com::sun::star::awt::Size >() );
virtual ~AllDataLabelItemConverter();
protected: