Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/model/template/
H A DCandleStickChartType.cxx234 bool bShowFirst = true; in getSupportedMandatoryRoles() local
236 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedMandatoryRoles()
242 if( bShowFirst ) in getSupportedMandatoryRoles()
259 bool bShowFirst = true; in getSupportedOptionalRoles() local
261 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedOptionalRoles()
266 if( ! bShowFirst ) in getSupportedOptionalRoles()
H A DStockChartTypeTemplate.cxx344 bool bShowFirst = false; in createChartTypes() local
349 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_OPEN ) >>= bShowFirst; in createChartTypes()
384 xCTProp->setPropertyValue( C2U("ShowFirst"), uno::makeAny( bShowFirst )); in createChartTypes()
/aoo42x/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx145 bool bShowFirst = true;//is only important if bJapaneseStyle == false in createShapes() local
152 m_xChartTypeModelProps->getPropertyValue( C2U( "ShowFirst" ) ) >>= bShowFirst; in createShapes()
320 … if( bShowFirst && pPosHelper->isLogicVisible( fUnscaledX, fUnscaledY_First ,fLogicZ ) in createShapes()

Completed in 30 milliseconds