INTEGRATION: CWS chart11 (1.9.14); FILE MERGED
2007/08/17 16:30:21 bm 1.9.14.1: #i67225# do not include invisible objects in ObjectHierarchy for a11y and keyboard navigation
This commit is contained in:
parent
dfa06f6e54
commit
b00316f23d
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ChartTypeHelper.hxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-07-03 13:41:20 $
|
||||
* last change: $Author: vg $ $Date: 2007-09-18 14:57:19 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -74,6 +74,7 @@ public:
|
|||
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 );
|
||||
static sal_Int32 getDefaultAmbientLightColor( bool bSimple, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType );
|
||||
static sal_Int32 getNumberOfDisplayedSeries( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nNumberOfSeries );
|
||||
static bool noBordersForSimpleScheme( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType );
|
||||
|
||||
static sal_Int32 //one of ::com::sun::star::chart2::AxisType
|
||||
|
|
Loading…
Reference in a new issue