Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dres_LegendPosition.cxx105 sal_Bool bShowLegend = sal_False; in writeToResources() local
106 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() local
146 …eans::XPropertySet > xProp( LegendHelper::getLegend( xChartModel,m_xCC,bShowLegend ), uno::UNO_QUE… in writeToModel()
150 xProp->setPropertyValue( C2U("Show"), uno::makeAny( bShowLegend )); in writeToModel()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx95 sal_Bool bShowLegend = sal_True; in getPropertyValue() local
96 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bShowLegend; in getPropertyValue()
97 if(!bShowLegend) in getPropertyValue()

Completed in 23 milliseconds