Searched refs:ChartDataWrapper (Results 1 – 4 of 4) sorted by relevance
419 ChartDataWrapper::ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact … in ChartDataWrapper() function in chart::wrapper::ChartDataWrapper428 ChartDataWrapper::ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in ChartDataWrapper() function in chart::wrapper::ChartDataWrapper439 ChartDataWrapper::~ChartDataWrapper() in ~ChartDataWrapper()449 Sequence< Sequence< double > > SAL_CALL ChartDataWrapper::getData() in getData()457 Sequence< OUString > SAL_CALL ChartDataWrapper::getRowDescriptions() in getRowDescriptions()465 Sequence< OUString > SAL_CALL ChartDataWrapper::getColumnDescriptions() in getColumnDescriptions()475 Sequence< Sequence< OUString > > SAL_CALL ChartDataWrapper::getComplexRowDescriptions() throw (uno:… in getComplexRowDescriptions()482 Sequence< Sequence< OUString > > SAL_CALL ChartDataWrapper::getComplexColumnDescriptions() throw (u… in getComplexColumnDescriptions()491 Sequence< Sequence< uno::Any > > SAL_CALL ChartDataWrapper::getAnyRowDescriptions() throw (uno::Run… in getAnyRowDescriptions()498 Sequence< Sequence< uno::Any > > SAL_CALL ChartDataWrapper::getAnyColumnDescriptions() throw (uno::… in getAnyColumnDescriptions()[all …]
47 class ChartDataWrapper : public MutexContainer, public class56 ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );57 ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact59 virtual ~ChartDataWrapper();
44 $(SLO)$/ChartDataWrapper.obj \
853 m_xChartData.set( new ChartDataWrapper( m_spChart2ModelContact ) ); in getData()868 m_xChartData.set( new ChartDataWrapper( m_spChart2ModelContact, xNewData ) ); in attachData()