Lines Matching refs:rChartDoc

144 							com::sun::star::chart::XChartDocument > rChartDoc );
161 com::sun::star::chart::XChartDocument > rChartDoc,
193 com::sun::star::chart::XChartDocument >& rChartDoc,
1188 void SchXMLExportHelper_Impl::collectAutoStyles( Reference< chart::XChartDocument > rChartDoc ) in collectAutoStyles() argument
1190 parseDocument( rChartDoc, sal_False ); in collectAutoStyles()
1193 void SchXMLExportHelper_Impl::exportChart( Reference< chart::XChartDocument > rChartDoc, in exportChart() argument
1196 parseDocument( rChartDoc, sal_True, bIncludeTable ); in exportChart()
1224 void SchXMLExportHelper_Impl::parseDocument( Reference< chart::XChartDocument >& rChartDoc, in parseDocument() argument
1228 Reference< chart2::XChartDocument > xNewDoc( rChartDoc, uno::UNO_QUERY ); in parseDocument()
1229 if( !rChartDoc.is() || !xNewDoc.is() ) in parseDocument()
1238 Reference< chart::XDiagram > xDiagram = rChartDoc->getDiagram(); in parseDocument()
1259 Reference< beans::XPropertySet > xDocPropSet( rChartDoc, uno::UNO_QUERY ); in parseDocument()
1279 Reference<container::XChild> xChild(rChartDoc, uno::UNO_QUERY ); in parseDocument()
1315 Reference< beans::XPropertySet > xPropSet( rChartDoc->getArea(), uno::UNO_QUERY ); in parseDocument()
1400 Reference< beans::XPropertySet > xPropSet( rChartDoc->getTitle(), uno::UNO_QUERY ); in parseDocument()
1406 Reference< drawing::XShape > xShape = rChartDoc->getTitle(); in parseDocument()
1443 Reference< beans::XPropertySet > xPropSet( rChartDoc->getSubTitle(), uno::UNO_QUERY ); in parseDocument()
1450 Reference< drawing::XShape > xShape = rChartDoc->getSubTitle(); in parseDocument()
1486 Reference< beans::XPropertySet > xPropSet( rChartDoc->getLegend(), uno::UNO_QUERY ); in parseDocument()
1493 Reference< beans::XPropertySet > xProp( rChartDoc->getLegend(), uno::UNO_QUERY ); in parseDocument()
1614 Reference< drawing::XDrawPageSupplier > xSupplier( rChartDoc, uno::UNO_QUERY ); in parseDocument()