LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XReset Interface Referencepublished

provides functionality to reset components to some default values. More...

import"XReset.idl";

Inheritance diagram for XReset:
XInterface CheckBox ComboBox CommandButton CurrencyField DataForm DateField FileControl FormattedField GridControl HTMLForm ListBox NumericField PatternField RadioButton ScrollBar SpinButton TextField TimeField DataAwareControlModel

Public Member Functions

void reset ()
 resets a component to some default value. More...
 
void addResetListener ([in] com::sun::star::form::XResetListener aListener)
 adds the specified listener to receive events related to resetting the component. More...
 
void removeResetListener ([in] com::sun::star::form::XResetListener aListener)
 removes the specified listener 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

provides functionality to reset components to some default values.

The semantics of default value depends on the providing service.

Member Function Documentation

◆ addResetListener()

void addResetListener ( [in] com::sun::star::form::XResetListener  aListener)

adds the specified listener to receive events related to resetting the component.

Parameters
aListenerthe listener to add.

◆ removeResetListener()

void removeResetListener ( [in] com::sun::star::form::XResetListener  aListener)

removes the specified listener

Parameters
aListenerthe listener to remove

◆ reset()

void reset ( )

resets a component to some default value.


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