Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/model/template/
H A DCandleStickChartType.cxx235 bool bShowHiLow = false; in getSupportedMandatoryRoles() local
237 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; in getSupportedMandatoryRoles()
245 if( bShowHiLow ) in getSupportedMandatoryRoles()
260 bool bShowHiLow = false; in getSupportedOptionalRoles() local
262 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; in getSupportedOptionalRoles()
269 if( ! bShowHiLow ) in getSupportedOptionalRoles()

Completed in 9 milliseconds