Home
last modified time | relevance | path

Searched refs:xStockPropSet (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx2141 Reference< beans::XPropertySet > xStockPropSet = xStockPropProvider->getUpBar(); in exportPlotArea() local
2142 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 41 milliseconds