summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VLegend.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-10-10 10:41:28 +0000
committerBjörn Milcke <bm@openoffice.org>2003-10-10 10:41:28 +0000
commitb6415b7515c0a0b5dd68bde480e041dbed87b641 (patch)
tree562be234a65e07736c2fc73b5b859ddf9e24e250 /chart2/source/view/main/VLegend.hxx
parente368f0b16e559c11ae85e9d192d381fa185bac1e (diff)
some minor changes for legend
Diffstat (limited to 'chart2/source/view/main/VLegend.hxx')
-rw-r--r--chart2/source/view/main/VLegend.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx
index 83b0cd356..a3f316dc5 100644
--- a/chart2/source/view/main/VLegend.hxx
+++ b/chart2/source/view/main/VLegend.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VLegend.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2003-10-09 16:46:45 $
+ * last change: $Author: bm $ $Date: 2003-10-10 11:41:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,10 +99,12 @@ public:
void createShapes();
- void setMaxSize( const ::com::sun::star::awt::Size & rSize );
+// void setMaxSize( const ::com::sun::star::awt::Size & rSize );
void changePosition( const ::com::sun::star::awt::Point & rPos );
+ ::com::sun::star::awt::Size getSize() const;
+
protected:
void createLegendEntries(
@@ -112,6 +114,7 @@ protected:
::drafts::com::sun::star::chart2::XDataSeriesTreeParent > & xParent,
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::chart2::XDataSeriesTreeParent > & xRootParent,
+ sal_Int32 & nOutCurrentWidth,
sal_Int32 & nOutCurrentHeight );
private:
@@ -124,7 +127,7 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape > m_xShape;
- ::com::sun::star::awt::Size m_aMaxSize;
+// ::com::sun::star::awt::Size m_aMaxSize;
::com::sun::star::awt::Rectangle m_aBoundRect;
};