Searched refs:xLegendProps (Results 1 – 1 of 1) sorted by relevance
122 uno::Reference< beans::XPropertySet > xLegendProps( xLegendShape, uno::UNO_QUERY ); in StartElement() local123 if( !xLegendShape.is() || !xLegendProps.is() ) in StartElement()159 … xLegendProps->setPropertyValue( rtl::OUString::createFromAscii( "Alignment" ), aAny ); in StartElement()204 …xLegendProps->setPropertyValue( rtl::OUString::createFromAscii( "Expansion" ), uno::makeAny(nLegen… in StartElement()209 …xLegendProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillStyle" )), uno:… in StartElement()219 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xLegendProps ); in StartElement()
Completed in 11 milliseconds