Searched refs:xLegendShape (Results 1 – 2 of 2) sorted by relevance
121 uno::Reference< drawing::XShape > xLegendShape( xDoc->getLegend(), uno::UNO_QUERY ); in StartElement() local122 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()
1509 Reference< drawing::XShape > xLegendShape( xProp, uno::UNO_QUERY ); in parseDocument() local1510 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 53 milliseconds