LibreOffice
LibreOffice 24.2 SDK API Reference
|
This is a collection of TextField instances. More...
import"TextFields.idl";
Exported Interfaces | |
interface | com::sun::star::container::XEnumerationAccess |
This interface makes it possible to create an enumeration through all text fields in this container. More... | |
interface | com::sun::star::util::XRefreshable |
makes it possible to refresh (recalculate etc.) all fields. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XEnumerationAccess | |
com::sun::star::container::XEnumeration | createEnumeration () |
Public Member Functions inherited from XElementAccess | |
type | getElementType () |
boolean | hasElements () |
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... | |
Public Member Functions inherited from XRefreshable | |
void | refresh () |
refreshes the data of the object from the connected data source. More... | |
void | addRefreshListener ([in] com::sun::star::util::XRefreshListener l) |
adds the specified listener to receive the event "refreshed." More... | |
void | removeRefreshListener ([in] com::sun::star::util::XRefreshListener l) |
removes the specified listener. More... | |
This is a collection of TextField instances.
This interface makes it possible to create an enumeration through all text fields in this container.
All elements are of type XTextField.
interface com::sun::star::util::XRefreshable |
makes it possible to refresh (recalculate etc.) all fields.