Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx129 Reference< XPropertySet > xBlackPropSet; in convertFromModel() local
130 if( aTypeProp.getProperty( xBlackPropSet, PROP_BlackDay ) ) in convertFromModel()
132 PropertySet aPropSet( xBlackPropSet ); in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx2576 Reference< XPropertySet > xWhitePropSet, xBlackPropSet; in CreateAllStockSeries() local
2583 aTypeProp.GetProperty( xBlackPropSet, EXC_CHPROP_BLACKDAY ); in CreateAllStockSeries()
2584 ScfPropertySet aBlackProp( xBlackPropSet ); in CreateAllStockSeries()
H A Dxichart.cxx2882 Reference< XPropertySet > xBlackPropSet; in CreateStockSeries() local
2883 if( xDownBar.is() && aTypeProp.GetProperty( xBlackPropSet, EXC_CHPROP_BLACKDAY ) ) in CreateStockSeries()
2885 ScfPropertySet aBarProp( xBlackPropSet ); in CreateStockSeries()

Completed in 283 milliseconds