Searched refs:bShowFirst (Results 1 – 3 of 3) sorted by relevance
234 bool bShowFirst = true; in getSupportedMandatoryRoles() local236 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedMandatoryRoles()242 if( bShowFirst ) in getSupportedMandatoryRoles()259 bool bShowFirst = true; in getSupportedOptionalRoles() local261 getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; in getSupportedOptionalRoles()266 if( ! bShowFirst ) in getSupportedOptionalRoles()
344 bool bShowFirst = false; in createChartTypes() local349 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_OPEN ) >>= bShowFirst; in createChartTypes()384 xCTProp->setPropertyValue( C2U("ShowFirst"), uno::makeAny( bShowFirst )); in createChartTypes()
145 bool bShowFirst = true;//is only important if bJapaneseStyle == false in createShapes() local152 m_xChartTypeModelProps->getPropertyValue( C2U( "ShowFirst" ) ) >>= bShowFirst; in createShapes()320 … if( bShowFirst && pPosHelper->isLogicVisible( fUnscaledX, fUnscaledY_First ,fLogicZ ) in createShapes()
Completed in 16 milliseconds