Home
last modified time | relevance | path

Searched refs:bVaryColorsByPoint (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx649 sal_Bool bVaryColorsByPoint = sal_False; in getPropertyState() local
650 …riesProp.is() && (xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint) in getPropertyState()
651 && bVaryColorsByPoint ) in getPropertyState()
856 sal_Bool bVaryColorsByPoint = sal_False; in getPropertyValue() local
857 …riesProp.is() && (xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint) in getPropertyValue()
858 && bVaryColorsByPoint ) in getPropertyValue()
/aoo42x/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx342 bool bVaryColorsByPoint = bSupportsVaryColorsByPoint && mrModel.mbVaryColors; in convertFromModel() local
345 … case VARPOINTMODE_NONE: bVaryColorsByPoint = false; break; in convertFromModel()
346 … case VARPOINTMODE_SINGLE: bVaryColorsByPoint &= (mrModel.maSeries.size() == 1); break; in convertFromModel()
410 … Reference< XDataSeries > xDataSeries = rSeriesConv.createDataSeries( *this, bVaryColorsByPoint ); in convertFromModel()
H A Dseriesconverter.cxx475 … SeriesConverter::createDataSeries( const TypeGroupConverter& rTypeGroup, bool bVaryColorsByPoint ) in createDataSeries() argument
557 …if( bIsPie || (bVaryColorsByPoint && rTypeGroup.isSeriesFrameFormat() && ObjectFormatter::isAutoma… in createDataSeries()
564 if( bVaryColorsByPoint ) in createDataSeries()
571 …rFormatter.convertAutomaticFill( aPointProp, eObjType, bVaryColorsByPoint ? nIndex : mrModel.mnInd… in createDataSeries()
/aoo42x/main/chart2/source/controller/main/
H A DChartController_Properties.cxx224 bool bVaryColorsByPoint = false; in createItemConverter() local
226 … (xSeriesProp->getPropertyValue(C2U("VaryColorsByPoint")) >>= bVaryColorsByPoint) && in createItemConverter()
227 bVaryColorsByPoint ) in createItemConverter()
/aoo42x/main/chart2/source/view/main/
H A DVDataSeries.cxx856 bool bVaryColorsByPoint = false; in isVaryColorsByPoint() local
859 xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint; in isVaryColorsByPoint()
860 return bVaryColorsByPoint; in isVaryColorsByPoint()
/aoo42x/main/oox/inc/oox/drawingml/chart/
H A Dseriesconverter.hxx153 … createDataSeries( const TypeGroupConverter& rTypeGroup, bool bVaryColorsByPoint );
/aoo42x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2126 bool bVaryColorsByPoint = rSeries.isVaryColorsByPoint(); in createLegendEntriesForSeries() local
2127 if( bVaryColorsByPoint ) in createLegendEntriesForSeries()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLExport.cxx3348 bool bVaryColorsByPoint = false; in exportDataPoints() local
3356 … OUString( RTL_CONSTASCII_USTRINGPARAM( "VaryColorsByPoint" ))) >>= bVaryColorsByPoint; in exportDataPoints()
3376 if( bVaryColorsByPoint && xColorScheme.is() ) in exportDataPoints()

Completed in 100 milliseconds