Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx162 Reference< XComplexDescriptionAccess > xNewComplex( m_xDataToApply, uno::UNO_QUERY ); in apply() local
169 else if( xNewComplex.is() ) in apply()
171 xDataAccess->setData( xNewComplex->getData() ); in apply()
172 xDataAccess->setComplexRowDescriptions( xNewComplex->getComplexRowDescriptions() ); in apply()
173 … xDataAccess->setComplexColumnDescriptions( xNewComplex->getComplexColumnDescriptions() ); in apply()

Completed in 22 milliseconds