Lines Matching refs:rList

1006 void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList  in lcl_addWrappedProperties()  argument
1010 rList.push_back( new WrappedConstantErrorLowProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1011 rList.push_back( new WrappedConstantErrorHighProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1012 rList.push_back( new WrappedMeanValueProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1013 rList.push_back( new WrappedErrorCategoryProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1014 rList.push_back( new WrappedErrorBarStyleProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1015 rList.push_back( new WrappedPercentageErrorProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1016 rList.push_back( new WrappedErrorMarginProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1017 rList.push_back( new WrappedErrorIndicatorProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1018rList.push_back( new WrappedErrorBarRangePositiveProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1019rList.push_back( new WrappedErrorBarRangeNegativeProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1020 rList.push_back( new WrappedRegressionCurvesProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1021 rList.push_back( new WrappedStatisticPropertySetProperty( in lcl_addWrappedProperties()
1023 rList.push_back( new WrappedStatisticPropertySetProperty( in lcl_addWrappedProperties()
1025 rList.push_back( new WrappedStatisticPropertySetProperty( in lcl_addWrappedProperties()
1126 …d WrappedStatisticProperties::addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList in addWrappedPropertiesForSeries() argument
1129 lcl_addWrappedProperties( rList, spChart2ModelContact, DATA_SERIES ); in addWrappedPropertiesForSeries()
1135 … WrappedStatisticProperties::addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList in addWrappedPropertiesForDiagram() argument
1138 lcl_addWrappedProperties( rList, spChart2ModelContact, DIAGRAM ); in addWrappedPropertiesForDiagram()