Lines Matching refs:form
31 #include <com/sun/star/form/XForm.idl>
34 #include <com/sun/star/form/runtime/XFormController.idl>
46 /** provides access to the form layer elements in a view
52 /// provides access to form controls contained in the view
55 /** returns the <type scope="com::sun::star::form">FormController</type>
56 instance which operates on a given form.
58 <p>A form controller is a component which controls the user interaction
59 with the form layer, as long as the form is not in design mode.</p>
62 the requested form controller, or <NULL/> if the view's
63 form layer is currently in design mode. Note that the returned
64 instance becomes non-functional as soon as the form layer is switched
69 @see ::com::sun::star::form::runtime::FormController
70 @see ::com::sun::star::form::runtime::FormOperations
72 ::com::sun::star::form::runtime::XFormController
74 [in] ::com::sun::star::form::XForm Form
77 /** determines whether the view's form layer is currently in design
88 /** determines whether the view's form layer is currently in design