LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a view of a standard office document. More...
import"OfficeDocumentView.idl";
Exported Interfaces | |
interface | com::sun::star::view::XSelectionSupplier |
This mandatory interface gives access to the current user selection within this office document view. More... | |
interface | com::sun::star::view::XViewSettingsSupplier |
This optional interface gives access to the view properties within this control for an office document. More... | |
interface | com::sun::star::view::XControlAccess |
Within this office document view, this optional interface gives access to the controls which belong to specified control models. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XSelectionSupplier | |
boolean | select ([in] any xSelection) raises ( com::sun::star::lang::IllegalArgumentException ) |
selects the object represented by xSelection if it is known and selectable in this object. More... | |
any | getSelection () |
void | addSelectionChangeListener ([in] com::sun::star::view::XSelectionChangeListener xListener) |
registers an event listener, which is called when the selection changes. More... | |
void | removeSelectionChangeListener ([in] com::sun::star::view::XSelectionChangeListener xListener) |
unregisters an event listener which was registered with XSelectionSupplier::addSelectionChangeListener(). 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... | |
Protected Member Functions inherited from XViewSettingsSupplier | |
com::sun::star::beans::XPropertySet | getViewSettings () |
Protected Member Functions inherited from XControlAccess | |
com::sun::star::awt::XControl | getControl ([in] com::sun::star::awt::XControlModel xModel) raises ( com::sun::star::container::NoSuchElementException ) |
is called to get the control from the specified control model. More... | |
specifies a view of a standard office document.
|
optional |
Within this office document view, this optional interface gives access to the controls which belong to specified control models.
interface com::sun::star::view::XSelectionSupplier |
This mandatory interface gives access to the current user selection within this office document view.
The type of the selection depends on the actual document type.
|
optional |
This optional interface gives access to the view properties within this control for an office document.