LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
XLabeledDataSequence Interface Reference

allows access to a one-dimensional sequence of data. More...

import <XLabeledDataSequence.idl;

Inheritance diagram for XLabeledDataSequence:
XInterface XLabeledDataSequence2 LabeledDataSequence

Public Member Functions

XDataSequence getValues ()
 returns an XDataSequence containing the actual data.
 
void setValues ([in] XDataSequence xSequence)
 sets a new XDataSequence containing the actual data.
 
XDataSequence getLabel ()
 returns an XDataSequence containing the label for the labeled sequence.
 
void setLabel ([in] XDataSequence xSequence)
 sets a new XDataSequence containing the label for the labeled sequence.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

allows access to a one-dimensional sequence of data.

The data that is stored in this container may contain different types.

Member Function Documentation

◆ getLabel()

XDataSequence getLabel ( )

returns an XDataSequence containing the label for the labeled sequence.

◆ getValues()

XDataSequence getValues ( )

returns an XDataSequence containing the actual data.

◆ setLabel()

void setLabel ( [in] XDataSequence xSequence)

sets a new XDataSequence containing the label for the labeled sequence.

◆ setValues()

void setValues ( [in] XDataSequence xSequence)

sets a new XDataSequence containing the actual data.


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