Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx441 Reference< beans::XPropertySet > xLegendProperties( xLegend, uno::UNO_QUERY ); in initNew() local
442 if( xLegendProperties.is() ) in initNew()
444xLegendProperties->setPropertyValue( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_NONE )); in initNew()
445xLegendProperties->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_NONE )); in initNew()
446xLegendProperties->setPropertyValue( C2U( "LineColor" ), uno::makeAny( static_cast< sal_Int32 >( 0… in initNew()
447xLegendProperties->setPropertyValue( C2U( "FillColor" ), uno::makeAny( static_cast< sal_Int32 >( 0… in initNew()
450xLegendProperties->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( chart2::LegendPosition… in initNew()

Completed in 13 milliseconds