Lines Matching refs:xDoc

132 void lcl_removeEmptyChartTypeGroups( const uno::Reference< chart2::XChartDocument > & xDoc )  in lcl_removeEmptyChartTypeGroups()  argument
134 if( ! xDoc.is()) in lcl_removeEmptyChartTypeGroups()
137 uno::Reference< chart2::XDiagram > xDia( xDoc->getFirstDiagram()); in lcl_removeEmptyChartTypeGroups()
707 uno::Reference< chart::XChartDocument > xDoc = mrImportHelper.GetChartDocument(); in EndElement() local
708 uno::Reference< beans::XPropertySet > xProp( xDoc, uno::UNO_QUERY ); in EndElement()
709 uno::Reference< chart2::XChartDocument > xNewDoc( xDoc, uno::UNO_QUERY ); in EndElement()
715 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getTitle(), uno::UNO_QUERY ); in EndElement()
732 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getSubTitle(), uno::UNO_QUERY ); in EndElement()
753 uno::Reference< chart::XDiagram > xDiagram( xDoc->getDiagram() ); in EndElement()
880 …sPropertySets( maSeriesDefaultsAndStyles, uno::Reference< frame::XModel >(xDoc, uno::UNO_QUERY ) ); in EndElement()
942 uno::Reference< chart2::XChartDocument > xDoc( xOldDoc, uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart() local
943 uno::Reference< chart2::XDiagram > xDiagram( xDoc->getFirstDiagram()); in MergeSeriesForStockChart()
1025 uno::Reference< chart::XChartDocument > xDoc = mrImportHelper.GetChartDocument(); in CreateChildContext() local
1026 uno::Reference< beans::XPropertySet > xProp( xDoc, uno::UNO_QUERY ); in CreateChildContext()
1043 if( xDoc.is()) in CreateChildContext()
1049 uno::Reference< drawing::XShape > xTitleShape( xDoc->getTitle(), uno::UNO_QUERY ); in CreateChildContext()
1056 if( xDoc.is()) in CreateChildContext()
1062 uno::Reference< drawing::XShape > xTitleShape( xDoc->getSubTitle(), uno::UNO_QUERY ); in CreateChildContext()
1108 uno::Reference< drawing::XDrawPageSupplier > xSupp( xDoc, uno::UNO_QUERY ); in CreateChildContext()
1138 uno::Reference< chart::XChartDocument > xDoc = mrImportHelper.GetChartDocument(); in InitChart() local
1139 DBG_ASSERT( xDoc.is(), "No valid document!" ); in InitChart()
1140 uno::Reference< frame::XModel > xModel (xDoc, uno::UNO_QUERY ); in InitChart()
1154 xDoc.is()) in InitChart()
1156 uno::Reference< lang::XMultiServiceFactory > xFact( xDoc, uno::UNO_QUERY ); in InitChart()
1161 xDoc->setDiagram( xDia ); in InitChart()