Searched refs:bShowLegend (Results 1 – 2 of 2) sorted by relevance
105 sal_Bool bShowLegend = sal_False; in writeToResources() local106 xProp->getPropertyValue( C2U("Show") ) >>= bShowLegend; in writeToResources()107 m_aCbxShow.Check( bShowLegend ); in writeToResources()145 sal_Bool bShowLegend = static_cast<sal_Bool>(m_aCbxShow.IsChecked()); in writeToModel() local146 …eans::XPropertySet > xProp( LegendHelper::getLegend( xChartModel,m_xCC,bShowLegend ), uno::UNO_QUE… in writeToModel()150 xProp->setPropertyValue( C2U("Show"), uno::makeAny( bShowLegend )); in writeToModel()
95 sal_Bool bShowLegend = sal_True; in getPropertyValue() local96 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bShowLegend; in getPropertyValue()97 if(!bShowLegend) in getPropertyValue()
Completed in 18 milliseconds