Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx409 Reference< XDateCategories > xDateCategories( xDataAccess, uno::UNO_QUERY ); in apply() local
410 if( xDateCategories.is() ) in apply()
411 xDateCategories->setDateCategories( m_rDates ); in apply()
510 Reference< XDateCategories > xDateCategories( m_xDataAccess, uno::UNO_QUERY ); in getDateCategories() local
511 if( xDateCategories.is() ) in getDateCategories()
512 return xDateCategories->getDateCategories(); in getDateCategories()

Completed in 15 milliseconds