Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx166 xDataAccess->setComplexRowDescriptions( xNewAny->getComplexRowDescriptions() ); in apply()
172 xDataAccess->setComplexRowDescriptions( xNewComplex->getComplexRowDescriptions() ); in apply()
472 Sequence< Sequence< OUString > > SAL_CALL ChartDataWrapper::getComplexRowDescriptions() in getComplexRowDescriptions() function in chart::wrapper::ChartDataWrapper
476 return m_xDataAccess->getComplexRowDescriptions(); in getComplexRowDescriptions()
H A DChartDataWrapper.hxx83 getComplexRowDescriptions();
/trunk/main/offapi/com/sun/star/chart/
H A DXComplexDescriptionAccess.idl54 sequence< sequence< string > > getComplexRowDescriptions();
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx318 …quence< uno::Sequence< rtl::OUString > > SAL_CALL DatabaseDataProvider::getComplexRowDescriptions() in getComplexRowDescriptions() function in dbaccess::DatabaseDataProvider
320 return m_xComplexDescriptionAccess->getComplexRowDescriptions(); in getComplexRowDescriptions()
/trunk/main/chart2/source/inc/
H A DInternalDataProvider.hxx149 getComplexRowDescriptions();
/trunk/main/dbaccess/source/core/inc/
H A DDatabaseDataProvider.hxx190 …< ::com::sun::star::uno::Sequence< ::rtl::OUString > > SAL_CALL getComplexRowDescriptions();
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx1292 Sequence< Sequence< OUString > > SAL_CALL InternalDataProvider::getComplexRowDescriptions() in getComplexRowDescriptions() function in chart::InternalDataProvider