Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLImport.cxx718 uno::Reference< chart2::XChartDocument > xOldDoc( GetModel(), uno::UNO_QUERY ); in setTargetDocument() local
719 if( xOldDoc.is() && xOldDoc->hasControllersLocked() ) in setTargetDocument()
720 xOldDoc->unlockControllers(); in setTargetDocument()
H A DSchXMLChartContext.cxx941 uno::Reference< chart::XChartDocument > xOldDoc( mrImportHelper.GetChartDocument()); in MergeSeriesForStockChart() local
942 uno::Reference< chart2::XChartDocument > xDoc( xOldDoc, uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1596 css::uno::Reference< css::frame::XController > xOldDoc = xTask->getController(); in impl_searchRecycleTarget() local
1597 if (xOldDoc.is()) in impl_searchRecycleTarget()
1599 bReactivateOldControllerOnError = xOldDoc->suspend(sal_True); in impl_searchRecycleTarget()
1674 css::uno::Reference< css::frame::XController > xOldDoc = m_xTargetFrame->getController(); in impl_reactForLoadingState() local
1679 if (xOldDoc.is()) in impl_reactForLoadingState()
1681 sal_Bool bReactivated = xOldDoc->suspend(sal_False); in impl_reactForLoadingState()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx697 uno::Reference< ::com::sun::star::chart::XChartDocument > xOldDoc( xChartDoc, uno::UNO_QUERY ); in applyData() local
698 OSL_ASSERT( xOldDoc.is()); in applyData()
699 uno::Reference< beans::XPropertySet > xDiaProp( xOldDoc->getDiagram(), uno::UNO_QUERY ); in applyData()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1713 … uno::Reference< ::com::sun::star::chart::XChartDocument > xOldDoc( xChartModel, uno::UNO_QUERY ) ; in switchDiagramPositioningToExcludingPositioning() local
1714 if( xOldDoc.is() ) in switchDiagramPositioningToExcludingPositioning()
1716 …nce< ::com::sun::star::chart::XDiagramPositioning > xDiagramPositioning( xOldDoc->getDiagram(), un… in switchDiagramPositioningToExcludingPositioning()

Completed in 73 milliseconds