Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/tools/
H A DLabeledDataSequence.cxx40 LabeledDataSequence::LabeledDataSequence( const Reference< uno::XComponentContext > & xContext ) : in LabeledDataSequence() function in chart::LabeledDataSequence
45 LabeledDataSequence::LabeledDataSequence( in LabeledDataSequence() function in chart::LabeledDataSequence
53 LabeledDataSequence::LabeledDataSequence( in LabeledDataSequence() function in chart::LabeledDataSequence
64 LabeledDataSequence::~LabeledDataSequence() in ~LabeledDataSequence()
82 void SAL_CALL LabeledDataSequence::setValues( in setValues()
94 uno::Reference< chart2::data::XDataSequence > SAL_CALL LabeledDataSequence::getLabel() in getLabel()
100 void SAL_CALL LabeledDataSequence::setLabel( in setLabel()
113 uno::Reference< util::XCloneable > SAL_CALL LabeledDataSequence::createClone() in createClone()
128 new LabeledDataSequence( xNewValues, xNewLabel ) ); in createClone()
162 Sequence< OUString > LabeledDataSequence::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
[all …]
H A D_serviceregistration_tools.cxx41 ::chart::LabeledDataSequence::create
42 , ::chart::LabeledDataSequence::getImplementationName_Static
43 , ::chart::LabeledDataSequence::getSupportedServiceNames_Static
H A DInternalDataProvider.cxx182 new LabeledDataSequence( xNewValues, xNewLabel )); in operator ()()
189 new LabeledDataSequence( xNewValues )); in operator ()()
415 DiagramHelper::setCategoriesToDiagram( new LabeledDataSequence( in InternalDataProvider()
588 aComplexCategories.push_back( new LabeledDataSequence( in createDataSource()
597 aComplexCategories.push_back( new LabeledDataSequence( in createDataSource()
613 …new LabeledDataSequence( lcl_createDataSequenceAndAddToMap( lcl_aCategoriesRangeName, lcl_aCategor… in createDataSource()
621 new LabeledDataSequence( in createDataSource()
635 std::vector< LabeledDataSequence* >::size_type nOldIndex = aSequenceMapping[nNewIndex]; in createDataSource()
H A DDataSourceHelper.cxx135 return new ::chart::LabeledDataSequence( xValues, xLabels ); in createLabeledDataSequence()
141 return new ::chart::LabeledDataSequence( xValues ); in createLabeledDataSequence()
147 return new ::chart::LabeledDataSequence( xContext ); in createLabeledDataSequence()
H A Dmakefile.mk65 $(SLO)$/LabeledDataSequence.obj \
/aoo4110/main/chart2/source/inc/
H A DLabeledDataSequence.hxx51 class LabeledDataSequence : class
56 explicit LabeledDataSequence(
59 explicit LabeledDataSequence(
62 explicit LabeledDataSequence(
68 virtual ~LabeledDataSequence();
71 APPHELPER_SERVICE_FACTORY_HELPER( LabeledDataSequence )
/aoo4110/main/offapi/com/sun/star/chart2/data/
H A DLabeledDataSequence.idl45 service LabeledDataSequence
54 <p>The LabeledDataSequence should add itself at its
64 <p>If a <type>LabeledDataSequence</type> is cloned, it has to

Completed in 40 milliseconds