LibreOffice Module chart2 (master) 1
chart::InternalData Member List

This is the complete list of members for chart::InternalData, including all inherited members.

appendColumn()chart::InternalData
appendRow()chart::InternalData
createDefaultData()chart::InternalData
deleteColumn(sal_Int32 nAtIndex)chart::InternalData
deleteRow(sal_Int32 nAtIndex)chart::InternalData
dump() constchart::InternalData
enlargeData(sal_Int32 nColumnCount, sal_Int32 nRowCount)chart::InternalDataprivate
getColumnCount() constchart::InternalData
getColumnValues(sal_Int32 nColumnIndex) constchart::InternalData
getComplexColumnLabel(sal_Int32 nColumnIndex) constchart::InternalData
getComplexColumnLabels() constchart::InternalData
getComplexRowLabel(sal_Int32 nRowIndex) constchart::InternalData
getComplexRowLabels() constchart::InternalData
getData() constchart::InternalData
getRowCount() constchart::InternalData
getRowValues(sal_Int32 nRowIndex) constchart::InternalData
insertColumn(sal_Int32 nAfterIndex)chart::InternalData
insertRow(sal_Int32 nAfterIndex)chart::InternalData
InternalData()chart::InternalData
m_aColumnLabelschart::InternalDataprivate
m_aDatachart::InternalDataprivate
m_aRowLabelschart::InternalDataprivate
m_nColumnCountchart::InternalDataprivate
m_nRowCountchart::InternalDataprivate
setColumnValues(sal_Int32 nColumnIndex, const std::vector< double > &rNewData)chart::InternalData
setComplexColumnLabel(sal_Int32 nColumnIndex, std::vector< css::uno::Any > &&rComplexLabel)chart::InternalData
setComplexColumnLabels(tVecVecAny &&rNewColumnLabels)chart::InternalData
setComplexRowLabel(sal_Int32 nRowIndex, std::vector< css::uno::Any > &&rComplexLabel)chart::InternalData
setComplexRowLabels(tVecVecAny &&rNewRowLabels)chart::InternalData
setData(const css::uno::Sequence< css::uno::Sequence< double > > &rDataInRows)chart::InternalData
setRowValues(sal_Int32 nRowIndex, const std::vector< double > &rNewData)chart::InternalData
swapColumnWithNext(sal_Int32 nColumnIndex)chart::InternalData
swapRowWithNext(sal_Int32 nRowIndex)chart::InternalData
tDataType typedefchart::InternalDataprivate
tVecVecAny typedefchart::InternalData