Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx122 uno::Reference< beans::XPropertySet > xLegendProps( xLegendShape, uno::UNO_QUERY ); in StartElement() local
123 if( !xLegendShape.is() || !xLegendProps.is() ) in StartElement()
159xLegendProps->setPropertyValue( rtl::OUString::createFromAscii( "Alignment" ), aAny ); in StartElement()
204xLegendProps->setPropertyValue( rtl::OUString::createFromAscii( "Expansion" ), uno::makeAny(nLegen… in StartElement()
209xLegendProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillStyle" )), uno:… in StartElement()
219 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xLegendProps ); in StartElement()

Completed in 11 milliseconds