LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XAnyDescriptionAccess Interface Reference

Offers any access to column and row descriptions. More...

import"XAnyDescriptionAccess.idl";

Inheritance diagram for XAnyDescriptionAccess:
XComplexDescriptionAccess XChartDataArray XChartData XInterface

Public Member Functions

sequence< sequence< any > > getAnyRowDescriptions ()
 retrieves the descriptions for all rows. More...
 
void setAnyRowDescriptions ([in] sequence< sequence< any > > rRowDescriptions)
 sets the descriptions for all rows. More...
 
sequence< sequence< any > > getAnyColumnDescriptions ()
 retrieves the descriptions for all columns. More...
 
void setAnyColumnDescriptions ([in] sequence< sequence< any > > rColumnDescriptions)
 sets the descriptions for all columns. More...
 
- Public Member Functions inherited from XComplexDescriptionAccess
sequence< sequence< string > > getComplexRowDescriptions ()
 retrieves the description texts for all rows. More...
 
void setComplexRowDescriptions ([in] sequence< sequence< string > > rRowDescriptions)
 sets the description texts for all rows. More...
 
sequence< sequence< string > > getComplexColumnDescriptions ()
 retrieves the description texts for all columns. More...
 
void setComplexColumnDescriptions ([in] sequence< sequence< string > > rColumnDescriptions)
 sets the description texts for all columns. More...
 
- Public Member Functions inherited from XChartDataArray
sequence< sequence< double > > getData ()
 retrieves the numerical data as a nested sequence of values. More...
 
void setData ([in] sequence< sequence< double > > aData)
 sets the chart data as an array of numbers. More...
 
sequence< string > getRowDescriptions ()
 retrieves the description texts for all rows. More...
 
void setRowDescriptions ([in] sequence< string > aRowDescriptions)
 sets the description texts for all rows. More...
 
sequence< string > getColumnDescriptions ()
 retrieves the description texts for all columns. More...
 
void setColumnDescriptions ([in] sequence< string > aColumnDescriptions)
 sets the description texts for all columns. More...
 
- Public Member Functions inherited from XChartData
void addChartDataChangeEventListener ([in] com::sun::star::chart::XChartDataChangeEventListener aListener)
 allows a component supporting the XChartDataChangeEventListener interface to register as listener. More...
 
void removeChartDataChangeEventListener ([in] com::sun::star::chart::XChartDataChangeEventListener aListener)
 removes a previously registered listener. More...
 
double getNotANumber ()
 
boolean isNotANumber ([in] double nNumber)
 checks whether the value given is equal to the indicator value for a missing value. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Offers any access to column and row descriptions.

This allows to set date values as categories.

Can be obtained from interface XChartDocument via method getData().

Since
OOo 3.4

Member Function Documentation

◆ getAnyColumnDescriptions()

sequence< sequence< any > > getAnyColumnDescriptions ( )

retrieves the descriptions for all columns.

Returns
a sequence of sequences of anys representing the descriptions of all columns. The outer index represents different columns. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.

◆ getAnyRowDescriptions()

sequence< sequence< any > > getAnyRowDescriptions ( )

retrieves the descriptions for all rows.

Returns
a sequence of sequences of anys representing the descriptions of all rows. The outer index represents different rows. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.

◆ setAnyColumnDescriptions()

void setAnyColumnDescriptions ( [in] sequence< sequence< any > >  rColumnDescriptions)

sets the descriptions for all columns.

Parameters
rColumnDescriptionsa sequence of sequences of anys which represent the descriptions of all columns. The outer index represents different columns. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.

◆ setAnyRowDescriptions()

void setAnyRowDescriptions ( [in] sequence< sequence< any > >  rRowDescriptions)

sets the descriptions for all rows.

Parameters
rRowDescriptionsa sequence of sequences of anys representing the descriptions of all rows. The outer index represents different rows. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.

The documentation for this interface was generated from the following file: