Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx121 uno::Reference< drawing::XShape > xLegendShape( xDoc->getLegend(), uno::UNO_QUERY ); in StartElement() local
122 uno::Reference< beans::XPropertySet > xLegendProps( xLegendShape, uno::UNO_QUERY ); in StartElement()
123 if( !xLegendShape.is() || !xLegendProps.is() ) in StartElement()
201 xLegendShape->setPosition( aLegendPos ); in StartElement()
206 xLegendShape->setSize( aLegendSize ); in StartElement()
H A DSchXMLExport.cxx1509 Reference< drawing::XShape > xLegendShape( xProp, uno::UNO_QUERY ); in parseDocument() local
1510 addPosition( xLegendShape ); in parseDocument()
1514 …if( xLegendShape.is() && nCurrentODFVersion >= SvtSaveOptions::ODFVER_012 && nCurrentODFVersion ==… in parseDocument()
1527 awt::Size aSize( xLegendShape->getSize() ); in parseDocument()

Completed in 180 milliseconds