Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1331 uno::Reference< XChartType > xCurrentChartType( aChartTypeList[nT] ); in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1334 … uno::Reference< XDataSeriesContainer > xDataSeriesContainer( xCurrentChartType, uno::UNO_QUERY ); in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1374 …erChartType.is() && DiagramHelper::areChartTypesCompatible( xFormerChartType, xCurrentChartType ) ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1401 …herChartType.is() && DiagramHelper::areChartTypesCompatible( xOtherChartType, xCurrentChartType ) ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1433 xFormerChartType = xCurrentChartType; in lcl_moveSeriesOrCheckIfMoveIsAllowed()