Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl77 …<p>Furthermore, a form controller is responsible for preventing invalid user input. That is, if th…
91 a per-form and a per-database basis.<br/>
194 <td>reloads the complete form. After this, the form is positioned on the first record</td>
200 and then reloads the form.</td>
206 and then reloads the form.</td>
219 is created and set at the form. After this, the form is reloaded.</td>
231 of the form.</p>
282 …<p>A form controller listens for deletion events at the form it is responsible for. If and only if…
290 <p>A form controller listens for error events at the form it is responsible for. If and only if no
303 …<p>A form controller listens for parameter events at the form it is responsible for. If and only i…
[all …]
H A DFormFeature.idl40 /** moves the form to a record given by absolute position.
45 denotes the position to move the form to.</p>
49 /** determines the number of total records in the form,
63 /// moves the form to the first record
72 /// moves the form to the last record
93 /// reloads the form content
96 /// sorts the form ascending by the field which the active form control is bound to.
99 /// sorts the form descending by the field which the active form control is bound to.
105 /** adds a filter to the form, which is defined by the active form control and its
111 on the form.</p>
[all …]
H A DXFormOperations.idl28 #include <com/sun/star/form/runtime/FeatureState.idl>
41 #include <com/sun/star/form/runtime/XFormController.idl>
55 module com { module sun { module star { module form { module runtime {
61 /** encapsulates operations on a database form.
66 <p>As an example, imagine you have a database form, displayed in some user
82form. You have to take into account any <type scope="com::sun::star::form">XConfirmDeleteListener<…
84 <type scope="com::sun::star::form::component">DataForm</type>.</p>
204 /** commits the current record of the form
237 if an error occurs obtaining the form property
243 /** determines whether the current row of the form is modified
[all …]
/aoo41x/main/svx/
H A DLibrary_svxcore.mk133 svx/source/form/fmdmod \
135 svx/source/form/fmdpage \
136 svx/source/form/fmexch \
137 svx/source/form/fmexpl \
138 svx/source/form/fmitems \
139 svx/source/form/fmmodel \
140 svx/source/form/fmobj \
141 svx/source/form/fmpage \
144 svx/source/form/fmservs \
151 svx/source/form/fmundo \
[all …]
/aoo41x/main/svx/inc/svx/
H A Dfmglob.hxx36 const sal_uInt16 OBJ_FM_CONTROL = ::com::sun::star::form::FormComponentType::CONTROL;
38 const sal_uInt16 OBJ_FM_EDIT = ::com::sun::star::form::FormComponentType::TEXTFIELD;
39 const sal_uInt16 OBJ_FM_BUTTON = ::com::sun::star::form::FormComponentType::COMMANDBUTTON;
40 const sal_uInt16 OBJ_FM_FIXEDTEXT = ::com::sun::star::form::FormComponentType::FIXEDTEXT;
41 const sal_uInt16 OBJ_FM_LISTBOX = ::com::sun::star::form::FormComponentType::LISTBOX;
42 const sal_uInt16 OBJ_FM_CHECKBOX = ::com::sun::star::form::FormComponentType::CHECKBOX;
43 const sal_uInt16 OBJ_FM_COMBOBOX = ::com::sun::star::form::FormComponentType::COMBOBOX;
45 const sal_uInt16 OBJ_FM_GROUPBOX = ::com::sun::star::form::FormComponentType::GROUPBOX;
46 const sal_uInt16 OBJ_FM_GRID = ::com::sun::star::form::FormComponentType::GRIDCONTROL;
49 const sal_uInt16 OBJ_FM_DATEFIELD = ::com::sun::star::form::FormComponentType::DATEFIELD;
[all …]
/aoo41x/main/offapi/com/sun/star/form/component/
H A DDataForm.idl27 #include <com/sun/star/form/component/Form.idl>
35 #include <com/sun/star/form/TabulatorCycle.idl>
39 #include <com/sun/star/form/NavigationBarMode.idl>
43 #include <com/sun/star/form/XLoadable.idl>
75 service com::sun::star::form::component::Form;
99 interface com::sun::star::form::XReset;
101 /** used to load/unload the form
110 interface com::sun::star::form::XLoadable;
127 to a form to get notified whenever the form needs parameter values to be filled in<br/>
150 <p>If the form is no sub form (e.g. it's parent is not a form itself), this
[all …]
H A DDatabaseListBox.idl27 #include <com/sun/star/form/component/ListBox.idl>
31 #include <com/sun/star/form/DataAwareControlModel.idl>
35 #include <com/sun/star/form/ListSourceType.idl>
41 module com { module sun { module star { module form { module component {
72 service com::sun::star::form::component::ListBox;
74 service com::sun::star::form::DataAwareControlModel;
99 <member scope="com::sun::star::form">ListSourceType::TABLE</member>,
100 <member scope="com::sun::star::form">ListSourceType::QUERY</member>,
101 <member scope="com::sun::star::form">ListSourceType::SQL</member> or
130 <dt><member scope="com::sun::star::form">ListSourceType::SQL</member></dt>
[all …]
H A DHTMLForm.idl27 #include <com/sun/star/form/component/Form.idl>
31 #include <com/sun/star/form/XReset.idl>
35 #include <com/sun/star/form/XSubmit.idl>
39 #include <com/sun/star/form/FormSubmitMethod.idl>
43 #include <com/sun/star/form/FormSubmitEncoding.idl>
56 the possibility of submitting or resetting the contents of a form.
61 service com::sun::star::form::component::Form;
65 interface com::sun::star::form::XReset;
69 <p>When a form is submitted, the data contained in the form is sent
75 interface com::sun::star::form::XSubmit;
[all …]
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OComboBoxModel.csv18 "OComboBoxModel";"com::sun::star::form::FormComponent";"Name"
41 "OComboBoxModel";"com::sun::star::form::XLoadListener";"loaded()"
42 "OComboBoxModel";"com::sun::star::form::XLoadListener";"unloading()"
43 "OComboBoxModel";"com::sun::star::form::XLoadListener";"unloaded()"
44 "OComboBoxModel";"com::sun::star::form::XLoadListener";"reloading()"
45 "OComboBoxModel";"com::sun::star::form::XLoadListener";"reloaded()"
64 "OComboBoxModel";"com::sun::star::form::XReset";"reset()"
65 "OComboBoxModel";"com::sun::star::form::XReset";"addResetListener()"
66 "OComboBoxModel";"com::sun::star::form::XReset";"removeResetListener()"
93 "OComboBoxModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.ORadioButtonModel.csv16 "ORadioButtonModel";"com::sun::star::form::FormComponent";"Name"
17 "ORadioButtonModel";"com::sun::star::form::XLoadListener";"loaded()"
18 "ORadioButtonModel";"com::sun::star::form::XLoadListener";"unloading()"
19 "ORadioButtonModel";"com::sun::star::form::XLoadListener";"unloaded()"
20 "ORadioButtonModel";"com::sun::star::form::XLoadListener";"reloading()"
21 "ORadioButtonModel";"com::sun::star::form::XLoadListener";"reloaded()"
59 "ORadioButtonModel";"com::sun::star::form::XReset";"reset()"
60 "ORadioButtonModel";"com::sun::star::form::XReset";"addResetListener()"
61 "ORadioButtonModel";"com::sun::star::form::XReset";"removeResetListener()"
91 "ORadioButtonModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OListBoxModel.csv37 "OListBoxModel";"com::sun::star::form::FormComponent";"Name"
39 "OListBoxModel";"com::sun::star::form::component::ListBox";"ListSource"
40 "OListBoxModel";"com::sun::star::form::XLoadListener";"loaded()"
41 "OListBoxModel";"com::sun::star::form::XLoadListener";"unloading()"
42 "OListBoxModel";"com::sun::star::form::XLoadListener";"unloaded()"
43 "OListBoxModel";"com::sun::star::form::XLoadListener";"reloading()"
44 "OListBoxModel";"com::sun::star::form::XLoadListener";"reloaded()"
62 "OListBoxModel";"com::sun::star::form::XReset";"reset()"
63 "OListBoxModel";"com::sun::star::form::XReset";"addResetListener()"
91 "OListBoxModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OCheckBoxModel.csv16 "OCheckBoxModel";"com::sun::star::form::FormComponent";"Name"
17 "OCheckBoxModel";"com::sun::star::form::XLoadListener";"loaded()"
18 "OCheckBoxModel";"com::sun::star::form::XLoadListener";"unloading()"
19 "OCheckBoxModel";"com::sun::star::form::XLoadListener";"unloaded()"
20 "OCheckBoxModel";"com::sun::star::form::XLoadListener";"reloading()"
21 "OCheckBoxModel";"com::sun::star::form::XLoadListener";"reloaded()"
38 "OCheckBoxModel";"com::sun::star::form::component::CheckBox";"RefValue"
41 "OCheckBoxModel";"com::sun::star::form::XReset";"reset()"
42 "OCheckBoxModel";"com::sun::star::form::XReset";"addResetListener()"
70 "OCheckBoxModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OTimeModel.csv15 "OTimeModel";"com::sun::star::form::FormComponent";"Name"
16 "OTimeModel";"com::sun::star::form::XLoadListener";"loaded()"
17 "OTimeModel";"com::sun::star::form::XLoadListener";"unloading()"
18 "OTimeModel";"com::sun::star::form::XLoadListener";"unloaded()"
19 "OTimeModel";"com::sun::star::form::XLoadListener";"reloading()"
20 "OTimeModel";"com::sun::star::form::XLoadListener";"reloaded()"
38 "OTimeModel";"com::sun::star::form::XReset";"reset()"
39 "OTimeModel";"com::sun::star::form::XReset";"addResetListener()"
40 "OTimeModel";"com::sun::star::form::XReset";"removeResetListener()"
92 "OTimeModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.ODateModel.csv41 "ODateModel";"com::sun::star::form::FormComponent";"Name"
42 "ODateModel";"com::sun::star::form::XLoadListener";"loaded()"
43 "ODateModel";"com::sun::star::form::XLoadListener";"unloading()"
44 "ODateModel";"com::sun::star::form::XLoadListener";"unloaded()"
45 "ODateModel";"com::sun::star::form::XLoadListener";"reloading()"
46 "ODateModel";"com::sun::star::form::XLoadListener";"reloaded()"
64 "ODateModel";"com::sun::star::form::XReset";"reset()"
65 "ODateModel";"com::sun::star::form::XReset";"addResetListener()"
66 "ODateModel";"com::sun::star::form::XReset";"removeResetListener()"
94 "ODateModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.ONumericModel.csv15 "ONumericModel";"com::sun::star::form::FormComponent";"Name"
16 "ONumericModel";"com::sun::star::form::XLoadListener";"loaded()"
17 "ONumericModel";"com::sun::star::form::XLoadListener";"unloading()"
18 "ONumericModel";"com::sun::star::form::XLoadListener";"unloaded()"
19 "ONumericModel";"com::sun::star::form::XLoadListener";"reloading()"
20 "ONumericModel";"com::sun::star::form::XLoadListener";"reloaded()"
39 "ONumericModel";"com::sun::star::form::XReset";"reset()"
40 "ONumericModel";"com::sun::star::form::XReset";"addResetListener()"
41 "ONumericModel";"com::sun::star::form::XReset";"removeResetListener()"
93 "ONumericModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OFormattedFieldWrapper.csv44 "OFormattedFieldWrapper";"com::sun::star::form::FormComponent";"Name"
45 "OFormattedFieldWrapper";"com::sun::star::form::XLoadListener";"loaded()"
46 "OFormattedFieldWrapper";"com::sun::star::form::XLoadListener";"unloading()"
47 "OFormattedFieldWrapper";"com::sun::star::form::XLoadListener";"unloaded()"
48 "OFormattedFieldWrapper";"com::sun::star::form::XLoadListener";"reloading()"
49 "OFormattedFieldWrapper";"com::sun::star::form::XLoadListener";"reloaded()"
68 "OFormattedFieldWrapper";"com::sun::star::form::XReset";"reset()"
69 "OFormattedFieldWrapper";"com::sun::star::form::XReset";"addResetListener()"
70 "OFormattedFieldWrapper";"com::sun::star::form::XReset";"removeResetListener()"
97 "OFormattedFieldWrapper";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OCurrencyModel.csv42 "OCurrencyModel";"com::sun::star::form::FormComponent";"Name"
43 "OCurrencyModel";"com::sun::star::form::XLoadListener";"loaded()"
44 "OCurrencyModel";"com::sun::star::form::XLoadListener";"unloading()"
45 "OCurrencyModel";"com::sun::star::form::XLoadListener";"unloaded()"
46 "OCurrencyModel";"com::sun::star::form::XLoadListener";"reloading()"
47 "OCurrencyModel";"com::sun::star::form::XLoadListener";"reloaded()"
65 "OCurrencyModel";"com::sun::star::form::XReset";"reset()"
66 "OCurrencyModel";"com::sun::star::form::XReset";"addResetListener()"
67 "OCurrencyModel";"com::sun::star::form::XReset";"removeResetListener()"
93 "OCurrencyModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OImageControlModel.csv26 "OImageControlModel";"com::sun::star::form::FormComponent";"Name"
27 "OImageControlModel";"com::sun::star::form::XLoadListener";"loaded()"
28 "OImageControlModel";"com::sun::star::form::XLoadListener";"unloading()"
29 "OImageControlModel";"com::sun::star::form::XLoadListener";"unloaded()"
30 "OImageControlModel";"com::sun::star::form::XLoadListener";"reloading()"
31 "OImageControlModel";"com::sun::star::form::XLoadListener";"reloaded()"
49 "OImageControlModel";"com::sun::star::form::XReset";"reset()"
50 "OImageControlModel";"com::sun::star::form::XReset";"addResetListener()"
51 "OImageControlModel";"com::sun::star::form::XReset";"removeResetListener()"
70 "OImageControlModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.forms.OPatternModel.csv16 "OPatternModel";"com::sun::star::form::FormComponent";"Name"
37 "OPatternModel";"com::sun::star::form::XLoadListener";"loaded()"
38 "OPatternModel";"com::sun::star::form::XLoadListener";"unloading()"
39 "OPatternModel";"com::sun::star::form::XLoadListener";"unloaded()"
40 "OPatternModel";"com::sun::star::form::XLoadListener";"reloading()"
41 "OPatternModel";"com::sun::star::form::XLoadListener";"reloaded()"
58 "OPatternModel";"com::sun::star::form::XReset";"reset()"
59 "OPatternModel";"com::sun::star::form::XReset";"addResetListener()"
60 "OPatternModel";"com::sun::star::form::XReset";"removeResetListener()"
79 "OPatternModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
H A Dcom.sun.star.comp.form.ONavigationBarModel.csv14 "ONavigationBarModel";"com::sun::star::form::FormComponent";"Name"
39 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"Border"
40 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"Enabled"
42 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"TextColor"
44 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"FontRelief"
46 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"IconSize"
47 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"ShowPosition"
51 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"RepeatDelay"
56 "ONavigationBarModel";"com::sun::star::form::FormControlModel";"ClassId"
57 "ONavigationBarModel";"com::sun::star::form::FormControlModel";"TabIndex#optional"
[all …]
H A Dcom.sun.star.comp.forms.OEditModel.csv89 "OEditModel";"com::sun::star::form::FormComponent";"Name"
90 "OEditModel";"com::sun::star::form::XLoadListener";"loaded()"
91 "OEditModel";"com::sun::star::form::XLoadListener";"unloading()"
92 "OEditModel";"com::sun::star::form::XLoadListener";"unloaded()"
93 "OEditModel";"com::sun::star::form::XLoadListener";"reloading()"
94 "OEditModel";"com::sun::star::form::XLoadListener";"reloaded()"
196 "OEditModel";"com::sun::star::form::XReset";"reset()"
197 "OEditModel";"com::sun::star::form::XReset";"addResetListener()"
198 "OEditModel";"com::sun::star::form::XReset";"removeResetListener()"
225 "OEditModel";"com::sun::star::form::FormControlModel";"ClassId"
[all …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmlforw.cxx236 case form::FormComponentType::TEXTFIELD: in lcl_html_isHTMLControl()
238 case form::FormComponentType::RADIOBUTTON: in lcl_html_isHTMLControl()
239 case form::FormComponentType::CHECKBOX: in lcl_html_isHTMLControl()
240 case form::FormComponentType::LISTBOX: in lcl_html_isHTMLControl()
533 form::FormSubmitMethod eMethod = in OutForm()
546 form::FormSubmitEncoding eEncType = in OutForm()
554 case form::FormSubmitEncoding_TEXT: in OutForm()
788 case form::FormComponentType::CHECKBOX: in OutHTML_DrawFrmFmtAsControl()
815 form::FormButtonType eButtonType = form::FormButtonType_PUSH; in OutHTML_DrawFrmFmtAsControl()
830 case form::FormButtonType_PUSH: in OutHTML_DrawFrmFmtAsControl()
[all …]
/aoo41x/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl27 #include <com/sun/star/form/FormControlModel.idl>
31 #include <com/sun/star/form/XBoundComponent.idl>
35 #include <com/sun/star/form/XLoadListener.idl>
39 #include <com/sun/star/form/XReset.idl>
49 module com { module sun { module star { module form {
64 service com::sun::star::form::FormControlModel;
73 [optional] interface com::sun::star::form::XBoundComponent;
81 interface com::sun::star::form::XLoadListener;
88 …nd to a column of it's <typee scope="com::sun::star::form::component">DataForm</type>, and the form
102 <li>The form moves to a new record.</li>
[all …]
/aoo41x/main/offapi/com/sun/star/view/
H A DXFormLayerAccess.idl31 #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
56 instance which operates on a given form.
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
69 @see ::com::sun::star::form::runtime::FormController
70 @see ::com::sun::star::form::runtime::FormOperations
72 ::com::sun::star::form::runtime::XFormController
[all …]
/aoo41x/main/forms/qa/unoapi/
H A Dknownissues.xcl22 forms.OCurrencyModel::com::sun::star::form::XUpdateBroadcaster
28 forms.OCurrencyModel::com::sun::star::form::XUpdateBroadcaster
73 forms.ONumericModel::com::sun::star::form::XUpdateBroadcaster
115 forms.OEditControl::com::sun::star::form::XChangeBroadcaster
118 forms.OListBoxControl::com::sun::star::form::XChangeBroadcaster
121 forms.OEditModel::com::sun::star::form::XUpdateBroadcaster
133 forms.OTimeModel::com::sun::star::form::XUpdateBroadcaster
134 forms.OPatternModel::com::sun::star::form::XUpdateBroadcaster
135 forms.OListBoxModel::com::sun::star::form::XUpdateBroadcaster
137 forms.ODateModel::com::sun::star::form::XUpdateBroadcaster
[all …]

Completed in 95 milliseconds

12345678910>>...36