LibreOffice
LibreOffice 24.8 SDK API Reference
|
This interface could be incomplete since I derived it from its sole place of use. More...
import <ReportDesign.idl;
Additional Inherited Members | |
![]() | |
typedef sequence< ::com::sun::star::beans::PropertyValue > | CreationArguments |
denotes the arguments used to create the instance. | |
![]() | |
::com::sun::star::ui::XSidebarProvider | getSidebar () |
get the sidebar if exists | |
![]() | |
void | attachFrame ([in] XFrame Frame) |
is called to attach the controller with its managing frame. | |
boolean | attachModel ([in] XModel Model) |
is called to attach the controller to a new model. | |
boolean | suspend ([in] boolean Suspend) |
is called to prepare the controller for closing the view | |
any | getViewData () |
provides access to current view status | |
void | restoreViewData ([in] any Data) |
restores the view status using the data gotten from a previous call to XController::getViewData(). | |
XModel | getModel () |
provides access to currently attached model | |
XFrame | getFrame () |
provides access to owner frame of this controller | |
![]() | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. | |
![]() | |
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. | |
![]() | |
::com::sun::star::awt::XWindow | ComponentWindow |
denotes the "root window" of the controller. | |
string | ViewControllerName |
specifies the view name of the controller. | |
This interface could be incomplete since I derived it from its sole place of use.