Searched refs:bVaryColorsByPoint (Results 1 – 8 of 8) sorted by relevance
649 sal_Bool bVaryColorsByPoint = sal_False; in getPropertyState() local650 …riesProp.is() && (xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint) in getPropertyState()651 && bVaryColorsByPoint ) in getPropertyState()856 sal_Bool bVaryColorsByPoint = sal_False; in getPropertyValue() local857 …riesProp.is() && (xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint) in getPropertyValue()858 && bVaryColorsByPoint ) in getPropertyValue()
342 bool bVaryColorsByPoint = bSupportsVaryColorsByPoint && mrModel.mbVaryColors; in convertFromModel() local345 … 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()
475 … SeriesConverter::createDataSeries( const TypeGroupConverter& rTypeGroup, bool bVaryColorsByPoint ) in createDataSeries() argument557 …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()
224 bool bVaryColorsByPoint = false; in createItemConverter() local226 … (xSeriesProp->getPropertyValue(C2U("VaryColorsByPoint")) >>= bVaryColorsByPoint) && in createItemConverter()227 bVaryColorsByPoint ) in createItemConverter()
856 bool bVaryColorsByPoint = false; in isVaryColorsByPoint() local859 xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint; in isVaryColorsByPoint()860 return bVaryColorsByPoint; in isVaryColorsByPoint()
153 … createDataSeries( const TypeGroupConverter& rTypeGroup, bool bVaryColorsByPoint );
2126 bool bVaryColorsByPoint = rSeries.isVaryColorsByPoint(); in createLegendEntriesForSeries() local2127 if( bVaryColorsByPoint ) in createLegendEntriesForSeries()
3348 bool bVaryColorsByPoint = false; in exportDataPoints() local3356 … OUString( RTL_CONSTASCII_USTRINGPARAM( "VaryColorsByPoint" ))) >>= bVaryColorsByPoint; in exportDataPoints()3376 if( bVaryColorsByPoint && xColorScheme.is() ) in exportDataPoints()
Completed in 74 milliseconds