INTEGRATION: CWS chart25 (1.6.10); FILE MERGED
2008/04/25 14:44:15 iha 1.6.10.1: #i88742# make default lines a bit stronger for line charts
This commit is contained in:
parent
548c9326cd
commit
2afb1638f2
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: DataSeriesHelper.hxx,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -162,6 +162,9 @@ void switchLinesOnOrOff(
|
|||
::com::sun::star::beans::XPropertySet > & xSeriesProperties,
|
||||
bool bLinesOn );
|
||||
|
||||
void makeLinesThickOrThin( const ::com::sun::star::uno::Reference<
|
||||
::com::sun::star::beans::XPropertySet > & xSeriesProperties, bool bThick );
|
||||
|
||||
void setPropertyAlsoToAllAttributedDataPoints(
|
||||
const ::com::sun::star::uno::Reference<
|
||||
::com::sun::star::chart2::XDataSeries >& xSeries,
|
||||
|
|
Loading…
Reference in a new issue