summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/chartview
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 15:53:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 15:53:20 +0000
commita833b4d575dd948ee829fa792ebfde3319116d7c (patch)
tree284566945ed6bca647771ea3de7fce87f47a6445 /chart2/source/inc/chartview
parentINTEGRATION: CWS chart14 (1.2.48); FILE MERGED (diff)
downloadcore-a833b4d575dd948ee829fa792ebfde3319116d7c.tar.gz
core-a833b4d575dd948ee829fa792ebfde3319116d7c.zip
INTEGRATION: CWS chart14 (1.4.48); FILE MERGED
2007/10/01 15:06:10 iha 1.4.48.1: #i37792# #i79194# numberformat for data label - select automatic default in dialog
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r--chart2/source/inc/chartview/ExplicitValueProvider.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx
index 08acf2be4cf0..3d240c4fc3c5 100644
--- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx
+++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ExplicitValueProvider.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:26:35 $
+ * last change: $Author: vg $ $Date: 2007-10-22 16:53:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,9 @@
#ifndef _COM_SUN_STAR_CHART2_XCOORDINATESYSTEM_HPP_
#include <com/sun/star/chart2/XCoordinateSystem.hpp>
#endif
+#ifndef _COM_SUN_STAR_CHART2_XDATASERIES_HPP_
+#include <com/sun/star/chart2/XDataSeries.hpp>
+#endif
#ifndef _COM_SUN_STAR_AWT_RECTANGLE_HPP_
#include <com/sun/star/awt/Rectangle.hpp>
@@ -114,6 +117,16 @@ public:
static sal_Int32 getPercentNumberFormat( const ::com::sun::star::uno::Reference<
::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier );
+
+ static sal_Int32 getExplicitNumberFormatKeyForLabel(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesOrPointProp
+ , const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries >& xSeries
+ , sal_Int32 nPointIndex /*-1 for whole series*/
+ , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xAttachedAxisProps );
+
+ static sal_Int32 getExplicitPercentageNumberFormatKeyForLabel(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesOrPointProp
+ , const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier );
};
//.............................................................................