Lines Matching refs:aPropertyStates

1257     std::vector< XMLPropertyState > aPropertyStates;  in parseDocument()  local
1317 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()
1380 AddAutoStyleAttribute( aPropertyStates ); in parseDocument()
1387 CollectAutoStyle( aPropertyStates ); in parseDocument()
1390 aPropertyStates.clear(); in parseDocument()
1402 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()
1411 AddAutoStyleAttribute( aPropertyStates ); in parseDocument()
1429 CollectAutoStyle( aPropertyStates ); in parseDocument()
1432 aPropertyStates.clear(); in parseDocument()
1445 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()
1455 AddAutoStyleAttribute( aPropertyStates ); in parseDocument()
1473 CollectAutoStyle( aPropertyStates ); in parseDocument()
1476 aPropertyStates.clear(); in parseDocument()
1488 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()
1543 AddAutoStyleAttribute( aPropertyStates ); in parseDocument()
1550 CollectAutoStyle( aPropertyStates ); in parseDocument()
1553 aPropertyStates.clear(); in parseDocument()
1971 std::vector< XMLPropertyState > aPropertyStates; in exportPlotArea() local
1987 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in exportPlotArea()
1994 AddAutoStyleAttribute( aPropertyStates ); in exportPlotArea()
2119 CollectAutoStyle( aPropertyStates ); in exportPlotArea()
2122 aPropertyStates.clear(); in exportPlotArea()
2144 aPropertyStates.clear(); in exportPlotArea()
2145 aPropertyStates = mxExpPropMapper->Filter( xStockPropSet ); in exportPlotArea()
2147 if( !aPropertyStates.empty() ) in exportPlotArea()
2151 AddAutoStyleAttribute( aPropertyStates ); in exportPlotArea()
2157 CollectAutoStyle( aPropertyStates ); in exportPlotArea()
2166 aPropertyStates.clear(); in exportPlotArea()
2167 aPropertyStates = mxExpPropMapper->Filter( xStockPropSet ); in exportPlotArea()
2169 if( !aPropertyStates.empty() ) in exportPlotArea()
2173 AddAutoStyleAttribute( aPropertyStates ); in exportPlotArea()
2179 CollectAutoStyle( aPropertyStates ); in exportPlotArea()
2188 aPropertyStates.clear(); in exportPlotArea()
2189 aPropertyStates = mxExpPropMapper->Filter( xStockPropSet ); in exportPlotArea()
2191 if( !aPropertyStates.empty() ) in exportPlotArea()
2195 AddAutoStyleAttribute( aPropertyStates ); in exportPlotArea()
2201 CollectAutoStyle( aPropertyStates ); in exportPlotArea()
2216 aPropertyStates.clear(); in exportPlotArea()
2221 aPropertyStates = mxExpPropMapper->Filter( xWallPropSet ); in exportPlotArea()
2223 if( !aPropertyStates.empty() ) in exportPlotArea()
2229 AddAutoStyleAttribute( aPropertyStates ); in exportPlotArea()
2235 CollectAutoStyle( aPropertyStates ); in exportPlotArea()
2244 aPropertyStates.clear(); in exportPlotArea()
2249 aPropertyStates = mxExpPropMapper->Filter( xFloorPropSet ); in exportPlotArea()
2251 if( !aPropertyStates.empty() ) in exportPlotArea()
2257 AddAutoStyleAttribute( aPropertyStates ); in exportPlotArea()
2263 CollectAutoStyle( aPropertyStates ); in exportPlotArea()
2348 std::vector< XMLPropertyState > aPropertyStates = mxExpPropMapper->Filter( xTitleProps ); in exportAxisTitle() local
2360 AddAutoStyleAttribute( aPropertyStates ); in exportAxisTitle()
2368 CollectAutoStyle( aPropertyStates ); in exportAxisTitle()
2370 aPropertyStates.clear(); in exportAxisTitle()
2377 std::vector< XMLPropertyState > aPropertyStates = mxExpPropMapper->Filter( xGridProperties ); in exportGrid() local
2380 AddAutoStyleAttribute( aPropertyStates ); in exportGrid()
2386 CollectAutoStyle( aPropertyStates ); in exportGrid()
2388 aPropertyStates.clear(); in exportGrid()
2444 std::vector< XMLPropertyState > aPropertyStates; in exportAxis() local
2451 aPropertyStates = mxExpPropMapper->Filter( xAxisProps ); in exportAxis()
2459 AddAutoStyleAttribute( aPropertyStates ); // write style name in exportAxis()
2468 CollectAutoStyle( aPropertyStates ); in exportAxis()
2470 aPropertyStates.clear(); in exportAxis()
2725 std::vector< XMLPropertyState > aPropertyStates; in exportSeries() local
2871 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in exportSeries()
2885 AddAutoStyleAttribute( aPropertyStates ); in exportSeries()
2917 CollectAutoStyle( aPropertyStates ); in exportSeries()
2920 aPropertyStates.clear(); in exportSeries()
2997 aPropertyStates = mxExpPropMapper->Filter( xStatProp ); in exportSeries()
2999 if( !aPropertyStates.empty() ) in exportSeries()
3005 AddAutoStyleAttribute( aPropertyStates ); in exportSeries()
3011 CollectAutoStyle( aPropertyStates ); in exportSeries()
3058 aPropertyStates = mxExpPropMapper->Filter( xStatProp ); in exportSeries()
3060 if( !aPropertyStates.empty() ) in exportSeries()
3066 AddAutoStyleAttribute( aPropertyStates ); in exportSeries()
3075 CollectAutoStyle( aPropertyStates ); in exportSeries()
3090 aPropertyStates.clear(); in exportSeries()
3103 std::vector< XMLPropertyState > aPropertyStates; in exportRegressionCurve() local
3129 aPropertyStates = mxExpPropMapper->Filter( xStatProp ); in exportRegressionCurve()
3154 if( !aPropertyStates.empty() || bExportEquation ) in exportRegressionCurve()
3160 if( !aPropertyStates.empty()) in exportRegressionCurve()
3161 AddAutoStyleAttribute( aPropertyStates ); in exportRegressionCurve()
3193 if( !aPropertyStates.empty()) in exportRegressionCurve()
3194 CollectAutoStyle( aPropertyStates ); in exportRegressionCurve()
3343 std::vector< XMLPropertyState > aPropertyStates; in exportDataPoints() local
3384 aPropertyStates.clear(); in exportDataPoints()
3418 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in exportDataPoints()
3419 if( !aPropertyStates.empty() ) in exportDataPoints()
3433 CollectAutoStyle( aPropertyStates ); in exportDataPoints()
3445 aPropertyStates.clear(); in exportDataPoints()
3482 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in exportDataPoints()
3483 if( !aPropertyStates.empty() ) in exportDataPoints()
3498 CollectAutoStyle( aPropertyStates ); in exportDataPoints()