Searched refs:xStockPropSet (Results 1 – 1 of 1) sorted by relevance
2141 Reference< beans::XPropertySet > xStockPropSet = xStockPropProvider->getUpBar(); in exportPlotArea() local2142 if( xStockPropSet.is()) in exportPlotArea()2145 aPropertyStates = mxExpPropMapper->Filter( xStockPropSet ); in exportPlotArea()2163 xStockPropSet = xStockPropProvider->getDownBar(); in exportPlotArea()2164 if( xStockPropSet.is()) in exportPlotArea()2167 aPropertyStates = mxExpPropMapper->Filter( xStockPropSet ); in exportPlotArea()2185 xStockPropSet = xStockPropProvider->getMinMaxLine(); in exportPlotArea()2186 if( xStockPropSet.is()) in exportPlotArea()2189 aPropertyStates = mxExpPropMapper->Filter( xStockPropSet ); in exportPlotArea()
Completed in 54 milliseconds