LibreOffice Module chart2 (master) 1
Public Member Functions | Public Attributes | List of all members
chart::VDataSequence Class Reference

#include <VDataSeries.hxx>

Public Member Functions

void init (const css::uno::Reference< css::chart2::data::XDataSequence > &xModel)
 
bool is () const
 
void clear ()
 
double getValue (sal_Int32 index) const
 
sal_Int32 detectNumberFormatKey (sal_Int32 index) const
 
sal_Int32 getLength () const
 

Public Attributes

css::uno::Reference< css::chart2::data::XDataSequence > m_xModel
 
css::uno::Sequence< double > m_aValues
 

Detailed Description

Definition at line 46 of file VDataSeries.hxx.

Member Function Documentation

◆ clear()

void chart::VDataSequence::clear ( )

Definition at line 63 of file VDataSeries.cxx.

References m_aValues, and m_xModel.

Referenced by chart::VDataSeries::setCategoryXAxis(), and chart::VDataSeries::setXValues().

◆ detectNumberFormatKey()

sal_Int32 chart::VDataSequence::detectNumberFormatKey ( sal_Int32  index) const

Definition at line 76 of file VDataSeries.cxx.

References index, m_aValues, and m_xModel.

Referenced by chart::VDataSeries::detectNumberFormatKey().

◆ getLength()

sal_Int32 chart::VDataSequence::getLength ( ) const

◆ getValue()

double chart::VDataSequence::getValue ( sal_Int32  index) const

◆ init()

void chart::VDataSequence::init ( const css::uno::Reference< css::chart2::data::XDataSequence > &  xModel)

◆ is()

bool chart::VDataSequence::is ( ) const

Member Data Documentation

◆ m_aValues

css::uno::Sequence<double> chart::VDataSequence::m_aValues
mutable

◆ m_xModel

css::uno::Reference<css::chart2::data::XDataSequence> chart::VDataSequence::m_xModel

Definition at line 56 of file VDataSeries.hxx.

Referenced by clear(), detectNumberFormatKey(), init(), and is().


The documentation for this class was generated from the following files: