Lines Matching refs:nSeriesIdx

608     sal_Int32           getPhColor( sal_Int32 nSeriesIdx ) const;
635 sal_Int32 nSeriesIdx );
655 sal_Int32 nSeriesIdx );
674 sal_Int32 nSeriesIdx );
716 sal_Int32 nSeriesIdx );
737 sal_Int32 nSeriesIdx );
742 sal_Int32 nSeriesIdx );
808 sal_Int32 DetailFormatterBase::getPhColor( sal_Int32 nSeriesIdx ) const in getPhColor()
810 if( maColorPattern.empty() || (mrData.mnMaxSeriesIdx < 0) || (nSeriesIdx < 0) ) in getPhColor()
844 … sal_Int32 nPhClr = maColorPattern[ static_cast< size_t >( nSeriesIdx % maColorPattern.size() ) ]; in getPhColor()
845 size_t nCycleIdx = static_cast< size_t >( nSeriesIdx / maColorPattern.size() ); in getPhColor()
886 …ormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShapeProp, sal_Int32 nSeriesIdx ) in convertFormatting() argument
893 …aLineProps.pushToPropMap( rPropMap, mrData.mrFilter.getGraphicHelper(), getPhColor( nSeriesIdx ) ); in convertFormatting()
911 …onst ModelRef< Shape >& rxShapeProp, const PictureOptionsModel* pPicOptions, sal_Int32 nSeriesIdx ) in convertFormatting() argument
920 …llProps.pushToPropMap( rPropMap, mrData.mrFilter.getGraphicHelper(), 0, getPhColor( nSeriesIdx ) ); in convertFormatting()
997 …onst ModelRef< Shape >& rxShapeProp, const PictureOptionsModel* pPicOptions, sal_Int32 nSeriesIdx ) in convertFrameFormatting() argument
1000 maLineFormatter.convertFormatting( aPropMap, rxShapeProp, nSeriesIdx ); in convertFrameFormatting()
1002 maFillFormatter.convertFormatting( aPropMap, rxShapeProp, pPicOptions, nSeriesIdx ); in convertFrameFormatting()
1003 maEffectFormatter.convertFormatting( aPropMap, rxShapeProp, nSeriesIdx ); in convertFrameFormatting()
1023 void ObjectTypeFormatter::convertAutomaticLine( PropertySet& rPropSet, sal_Int32 nSeriesIdx ) in convertAutomaticLine() argument
1027 maLineFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx ); in convertAutomaticLine()
1028 maEffectFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx ); in convertAutomaticLine()
1032 void ObjectTypeFormatter::convertAutomaticFill( PropertySet& rPropSet, sal_Int32 nSeriesIdx ) in convertAutomaticFill() argument
1036 maFillFormatter.convertFormatting( aPropMap, xShapeProp, 0, nSeriesIdx ); in convertAutomaticFill()
1037 maEffectFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx ); in convertAutomaticFill()
1092 …rtySet& rPropSet, const ModelRef< Shape >& rxShapeProp, ObjectType eObjType, sal_Int32 nSeriesIdx ) in convertFrameFormatting() argument
1095 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, 0, nSeriesIdx ); in convertFrameFormatting()
1098 …>& rxShapeProp, const PictureOptionsModel& rPicOptions, ObjectType eObjType, sal_Int32 nSeriesIdx ) in convertFrameFormatting() argument
1101 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, &rPicOptions, nSeriesIdx ); in convertFrameFormatting()
1168 …Formatter::convertAutomaticLine( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 nSeriesIdx ) in convertAutomaticLine() argument
1171 pFormat->convertAutomaticLine( rPropSet, nSeriesIdx ); in convertAutomaticLine()
1174 …Formatter::convertAutomaticFill( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 nSeriesIdx ) in convertAutomaticFill() argument
1177 pFormat->convertAutomaticFill( rPropSet, nSeriesIdx ); in convertAutomaticFill()