Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx161 Reference< XAnyDescriptionAccess > xNewAny( m_xDataToApply, uno::UNO_QUERY ); in apply() local
163 if( xNewAny.is() ) in apply()
165 xDataAccess->setData( xNewAny->getData() ); in apply()
166 xDataAccess->setComplexRowDescriptions( xNewAny->getComplexRowDescriptions() ); in apply()
167 xDataAccess->setComplexColumnDescriptions( xNewAny->getComplexColumnDescriptions() ); in apply()

Completed in 19 milliseconds