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