INTEGRATION: CWS chart17 (1.11.2); FILE MERGED
2007/11/05 14:16:22 iha 1.11.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels
This commit is contained in:
parent
7b9dc973e4
commit
c386348c12
1 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ChartTypeHelper.hxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2007-10-22 16:52:31 $
|
||||
* last change: $Author: ihi $ $Date: 2007-11-23 11:55:59 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -42,6 +42,8 @@
|
|||
#ifndef _COM_SUN_STAR_CHART2_AXISTYPE_HPP_
|
||||
#include <com/sun/star/chart2/AxisType.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/chart2/XDataSeries.hpp>
|
||||
#include <com/sun/star/chart2/XDiagram.hpp>
|
||||
|
||||
#ifndef _COM_SUN_STAR_DRAWING_DIRECTION3D_HPP_
|
||||
#include <com/sun/star/drawing/Direction3D.hpp>
|
||||
|
@ -71,6 +73,11 @@ public:
|
|||
static sal_Bool isSupportingRightAngledAxes( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType );
|
||||
static bool isSupportingAxisSideBySide( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDimensionCount );
|
||||
|
||||
//returns sequence of ::com::sun::star::chart::DataLabelPlacement
|
||||
static ::com::sun::star::uno::Sequence < sal_Int32 > getSupportedLabelPlacements(
|
||||
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDimensionCount, sal_Bool bSwapXAndY
|
||||
, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries >& xSeries );
|
||||
|
||||
static ::com::sun::star::drawing::Direction3D getDefaultSimpleLightDirection( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType );
|
||||
static ::com::sun::star::drawing::Direction3D getDefaultRealisticLightDirection( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType );
|
||||
static sal_Int32 getDefaultDirectLightColor( bool bSimple, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType );
|
||||
|
|
Loading…
Reference in a new issue