LibreOffice
LibreOffice 5.0 SDK API Reference
|
This interface could be incomplete since I derived it from it's sole place of use. More...
import "ReportDesign.idl";
Additional Inherited Members | |
![]() | |
void | attachFrame ([in] XFrame Frame) |
is called to attach the controller with its managing frame. More... | |
boolean | attachModel ([in] XModel Model) |
is called to attach the controller to a new model. More... | |
boolean | suspend ([in] boolean Suspend) |
is called to prepare the controller for closing the view More... | |
any | getViewData () |
provides access to current view status More... | |
void | restoreViewData ([in] any Data) |
restores the view status using the data gotten from a previous call to XController::getViewData(). More... | |
XModel | getModel () |
provides access to currently attached model More... | |
XFrame | getFrame () |
provides access to owner frame of this controller More... | |
![]() | |
::com::sun::star::awt::XWindow | ComponentWindow |
denotes the "root window" of the controller. More... | |
string | ViewControllerName |
specifies the view name of the controller. More... | |
sequence < ::com::sun::star::beans::PropertyValue > | CreationArguments |
denotes the arguments used to create the instance. More... | |
This interface could be incomplete since I derived it from it's sole place of use.