Home
last modified time | relevance | path

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

12345678910>>...35

/AOO41X/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl34 #include <com/sun/star/form/XConfirmDeleteBroadcaster.idl>
37 #include <com/sun/star/form/XDatabaseParameterBroadcaster2.idl>
38 #include <com/sun/star/form/XFormControllerListener.idl>
41 #include <com/sun/star/form/runtime/XFilterController.idl>
45 module com { module sun { module star { module form { module runtime {
52 /** specifies a component controlling the interaction between the user and form functionality.
54 <p>As soon as a form (containing controls) is to be presented to the user,
59 <p>As a form may contain one or many subforms, a <type>FormController</type> may
60 contain one or more other <type>FormController</type>s, so the form model structure or hierarchy
71 <p>This interface supersedes the <type scope="com::sun::star::form">FormController</type>.</p>
[all …]
H A DFormFeature.idl29 module com { module sun { module star { module form { module runtime {
33 /** specifies the operations on a user interface form, as supported by the
40 /** moves the form to a record given by absolute position.
43 …when calling <member scope="com::sun::star::form::runtime">XFormOperations::executeWithArguments</…
45 denotes the position to move the form to.</p>
49 /** determines the number of total records in the form,
52 <p>This is not strictly an operation you can do on a form, but rather a
57 form, the fact that the current record count is not yet known (since not all
63 /// moves the form to the first record
66 /// moves the form to the record before the current record, if there is any
[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.
63 <p>This instance allows for operations on a user interface form, by saving its clients
66 <p>As an example, imagine you have a database form, displayed in some user
69 on this form, right? Wrong. First, you need to care for saving the current
73 on the form's <member scope="com::sun::star::sdb">RowSet::IsNew</member> property.<br/>
75 When the user just entered some data into one of the form fields, but did not yet
76 leave this field, then the data is not yet committed to the form, not to talk
[all …]
/AOO41X/main/svx/
H A DLibrary_svxcore.mk126 svx/source/form/dataaccessdescriptor \
127 svx/source/form/datalistener \
128 svx/source/form/datanavi \
129 svx/source/form/dbtoolsclient \
130 svx/source/form/delayedevent \
131 svx/source/form/fmcontrolbordermanager \
132 svx/source/form/fmcontrollayout \
133 svx/source/form/fmdmod \
134 svx/source/form/fmdocumentclassification \
135 svx/source/form/fmdpage \
[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>
56 module com { module sun { module star { module form {
63 /** This service specifies a form which is connected to a database and
67 <p>A database form is a special kind of enhanced database row set
75 service com::sun::star::form::component::Form;
77 /** is used to reset controls belonging to the form, and to reset database fields to which the
90 <type scope="com::sun::star::form">XResetListeners</type> approve this.</li>
[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 {
53 form which the list box belongs to, but can be based on an arbitrary table or SQL statement.</p>
55 <p>For instance, you may have a form which is bound to a table <em>invoice</em>, and you use it
59 Now, besides the result set the form is based on (all your invoices), the list box can be caused
72 service com::sun::star::form::component::ListBox;
74 service com::sun::star::form::DataAwareControlModel;
85 <member scope="com::sun::star::form">DataAwareControlModel::DataField</member>.
[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>
49 module com { module sun { module star { module form { module component {
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
[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::COMMANDBUTTO…
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;
44 const sal_uInt16 OBJ_FM_RADIOBUTTON = ::com::sun::star::form::FormComponentType::RADIOBUTTON;
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;
[all …]
/AOO41X/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OComboBoxModel.csv11 "OComboBoxModel";"com::sun::star::form::component::DatabaseComboBox";"ConvertEmptyToNull"
12 "OComboBoxModel";"com::sun::star::form::component::DatabaseComboBox";"ListSource"
13 "OComboBoxModel";"com::sun::star::form::component::DatabaseComboBox";"ListSourceType"
18 "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()"
46 "OComboBoxModel";"com::sun::star::form::component::ComboBox";"DefaultText"
[all …]
H A Dcom.sun.star.comp.forms.ORadioButtonModel.csv11 "ORadioButtonModel";"com::sun::star::form::binding::BindableDatabaseRadioButton";"SecondaryRefValue"
16 "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()"
48 "ORadioButtonModel";"com::sun::star::form::DataAwareControlModel";"DataField"
49 "ORadioButtonModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
50 "ORadioButtonModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
[all …]
H A Dcom.sun.star.comp.forms.OListBoxModel.csv35 "OListBoxModel";"com::sun::star::form::component::DatabaseListBox";"BoundColumn"
36 "OListBoxModel";"com::sun::star::form::component::DatabaseListBox";"ListSourceType"
37 "OListBoxModel";"com::sun::star::form::FormComponent";"Name"
38 "OListBoxModel";"com::sun::star::form::component::ListBox";"DefaultSelection"
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()"
[all …]
H A Dcom.sun.star.comp.forms.OCheckBoxModel.csv3 "OCheckBoxModel";"com::sun::star::form::binding::BindableDatabaseCheckBox";"SecondaryRefValue"
16 "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()"
28 "OCheckBoxModel";"com::sun::star::form::DataAwareControlModel";"DataField"
29 "OCheckBoxModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
30 "OCheckBoxModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
[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()"
53 "ODateModel";"com::sun::star::form::DataAwareControlModel";"DataField"
54 "ODateModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
55 "ODateModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
56 "ODateModel";"com::sun::star::form::validation::XValidityConstraintListener";"validityConstraintCha…
[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()"
27 "OTimeModel";"com::sun::star::form::DataAwareControlModel";"DataField"
28 "OTimeModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
29 "OTimeModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
30 "OTimeModel";"com::sun::star::form::validation::XValidityConstraintListener";"validityConstraintCha…
[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()"
21 "ONumericModel";"com::sun::star::form::component::NumericField";"DefaultValue"
28 "ONumericModel";"com::sun::star::form::DataAwareControlModel";"DataField"
29 "ONumericModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
30 "ONumericModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
[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()"
56 "OFormattedFieldWrapper";"com::sun::star::form::DataAwareControlModel";"DataField"
57 "OFormattedFieldWrapper";"com::sun::star::form::DataAwareControlModel";"BoundField"
58 "OFormattedFieldWrapper";"com::sun::star::form::DataAwareControlModel";"LabelControl"
59 "OFormattedFieldWrapper";"com::sun::star::form::validation::XValidityConstraintListener";"validityC…
[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()"
54 "OCurrencyModel";"com::sun::star::form::DataAwareControlModel";"DataField"
55 "OCurrencyModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
56 "OCurrencyModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
57 "OCurrencyModel";"com::sun::star::form::validation::XValidityConstraintListener";"validityConstrain…
[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()"
32 "OImageControlModel";"com::sun::star::form::XImageProducerSupplier";"getImageProducer()"
39 "OImageControlModel";"com::sun::star::form::DataAwareControlModel";"DataField"
40 "OImageControlModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
41 "OImageControlModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
[all …]
H A Dcom.sun.star.comp.forms.OPatternModel.csv15 "OPatternModel";"com::sun::star::form::component::PatternField";"DefaultText"
16 "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()"
48 "OPatternModel";"com::sun::star::form::DataAwareControlModel";"DataField"
49 "OPatternModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
50 "OPatternModel";"com::sun::star::form::DataAwareControlModel";"LabelControl"
[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"
41 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"FontDescriptor"
42 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"TextColor"
43 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"TextLineColor"
44 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"FontRelief"
45 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"FontEmphasisMark"
46 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"IconSize"
47 "ONavigationBarModel";"com::sun::star::form::component::NavigationToolBar";"ShowPosition"
[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()"
95 "OEditModel";"com::sun::star::form::component::TextField";"DefaultText"
96 "OEditModel";"com::sun::star::form::component::DatabaseTextField";"ConvertEmptyToNull"
103 "OEditModel";"com::sun::star::form::DataAwareControlModel";"DataField"
104 "OEditModel";"com::sun::star::form::DataAwareControlModel";"BoundField"
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmlforw.cxx120 const uno::Reference< form::XFormComponent > rFormComp, in SV_IMPL_OP_PTRARR_SORT()
142 ::getCppuType( (uno::Reference<form::XFormComponent>*)0 ) || in SV_IMPL_OP_PTRARR_SORT()
144 ::getCppuType( (uno::Reference<form::XForm>*)0 ), in SV_IMPL_OP_PTRARR_SORT()
147 ::getCppuType( (uno::Reference< form::XFormComponent >*)0) ) in SV_IMPL_OP_PTRARR_SORT()
151 *(uno::Reference< form::XFormComponent > *)aTmp.getValue() ) in SV_IMPL_OP_PTRARR_SORT()
155 ::getCppuType( (uno::Reference< form::XForm>*)0) ) in SV_IMPL_OP_PTRARR_SORT()
157 uno::Reference< form::XFormComponent > xFC( in SV_IMPL_OP_PTRARR_SORT()
158 *(uno::Reference< form::XForm > *)aTmp.getValue(), uno::UNO_QUERY ); in SV_IMPL_OP_PTRARR_SORT()
236 case form::FormComponentType::TEXTFIELD: in lcl_html_isHTMLControl()
237 case form::FormComponentType::COMMANDBUTTON: in lcl_html_isHTMLControl()
[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 {
56 <p>The connection between a data-aware control model and a form which's data the
60 always to be a <type scope="com::sun::star::form::component">DataForm</type>.</p>
64 service com::sun::star::form::FormControlModel;
73 [optional] interface com::sun::star::form::XBoundComponent;
76 /** must be implemented in order to recognize when the containing form of the model connects
[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
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
[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
37 forms.OButtonControl::com::sun::star::form::submission::XSubmission
40 forms.OImageButtonControl::com::sun::star::form::submission::XSubmission
52 forms.ODatabaseForm::com::sun::star::form::XDatabaseParameterBroadcaster
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
127 forms.OHiddenModel::com::sun::star::form::component::HiddenControl
[all …]

12345678910>>...35