Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx419 ChartDataWrapper::ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact … in ChartDataWrapper() function in chart::wrapper::ChartDataWrapper
428 ChartDataWrapper::ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in ChartDataWrapper() function in chart::wrapper::ChartDataWrapper
439 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 …]
H A DChartDataWrapper.hxx47 class ChartDataWrapper : public MutexContainer, public class
56 ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
57 ChartDataWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact
59 virtual ~ChartDataWrapper();
H A Dmakefile.mk44 $(SLO)$/ChartDataWrapper.obj \
H A DChartDocumentWrapper.cxx853 m_xChartData.set( new ChartDataWrapper( m_spChart2ModelContact ) ); in getData()
868 m_xChartData.set( new ChartDataWrapper( m_spChart2ModelContact, xNewData ) ); in attachData()