Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx121 Reference< XPropertySet > xWhitePropSet; in convertFromModel() local
122 if( aTypeProp.getProperty( xWhitePropSet, PROP_WhiteDay ) ) in convertFromModel()
124 PropertySet aPropSet( xWhitePropSet ); in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx2576 Reference< XPropertySet > xWhitePropSet, xBlackPropSet; in CreateAllStockSeries() local
2578 aTypeProp.GetProperty( xWhitePropSet, EXC_CHPROP_WHITEDAY ); in CreateAllStockSeries()
2579 ScfPropertySet aWhiteProp( xWhitePropSet ); in CreateAllStockSeries()
H A Dxichart.cxx2874 Reference< XPropertySet > xWhitePropSet; in CreateStockSeries() local
2875 if( xUpBar.is() && aTypeProp.GetProperty( xWhitePropSet, EXC_CHPROP_WHITEDAY ) ) in CreateStockSeries()
2877 ScfPropertySet aBarProp( xWhitePropSet ); in CreateStockSeries()

Completed in 59 milliseconds