|
|
|
@ -18,8 +18,8 @@ index 606d51a6c035..10c8114da941 100644
|
|
|
|
|
bool bShowHiLow = false;
|
|
|
|
|
- getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst;
|
|
|
|
|
- getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow;
|
|
|
|
|
+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst;
|
|
|
|
|
+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow;
|
|
|
|
|
+ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst;
|
|
|
|
|
+ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow;
|
|
|
|
|
|
|
|
|
|
std::vector< OUString > aMandRoles;
|
|
|
|
|
|
|
|
|
@ -29,8 +29,8 @@ index 606d51a6c035..10c8114da941 100644
|
|
|
|
|
bool bShowHiLow = false;
|
|
|
|
|
- getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst;
|
|
|
|
|
- getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow;
|
|
|
|
|
+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst;
|
|
|
|
|
+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow;
|
|
|
|
|
+ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst;
|
|
|
|
|
+ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow;
|
|
|
|
|
|
|
|
|
|
std::vector< OUString > aOptRoles;
|
|
|
|
|
|
|
|
|
|