Home
last modified time | relevance | path

Searched refs:form (Results 201 – 225 of 879) sorted by relevance

12345678910>>...36

/aoo41x/main/offapi/com/sun/star/form/
H A DXLoadable.idl31 #include <com/sun/star/form/XLoadListener.idl>
36 module com { module sun { module star { module form {
85 [oneway] void addLoadListener( [in] com::sun::star::form::XLoadListener aListener );
94 [oneway] void removeLoadListener( [in] com::sun::star::form::XLoadListener aListener );
H A DXGridFieldDataSupplier.idl37 module com { module sun { module star { module form {
47 <type scope="com::sun::star::form::component">DataForm</type>.</p>
50 @see com::sun::star::form::control::GridControl
51 @see com::sun::star::form::component::GridControl
/aoo41x/main/odk/pack/copying/
H A Didl_chapter_refs.txt341 com.sun.star.form.Forms
446 com.sun.star.form
942 com.sun.star.form.component
945 com.sun.star.form.control
3890 com.sun.star.form
4203 com.sun.star.form.XReset
4204 com.sun.star.form.XSubmit
4249 com.sun.star.form.XForm
4255 com.sun.star.form.XForm
5626 com.sun.star.form.XReset
[all …]
/aoo41x/main/filter/source/msfilter/
H A Dmsocximex.cxx4411 form::FormComponentType::FIXEDTEXT,"Label"},
4413 form::FormComponentType::TEXTFIELD,"TextBox"},
4415 form::FormComponentType::LISTBOX,"ListBox"},
4417 form::FormComponentType::COMBOBOX,"ComboBox"},
4419 form::FormComponentType::CHECKBOX,"CheckBox"},
4423 form::FormComponentType::IMAGECONTROL,"Image"},
4425 form::FormComponentType::DATEFIELD,"TextBox"},
4427 form::FormComponentType::TIMEFIELD,"TextBox"},
4445 form::FormComponentType::GROUPBOX,""},
4447 form::FormComponentType::CONTROL,""}
[all …]
/aoo41x/main/forms/source/runtime/
H A Dformoperations.cxx90 using ::com::sun::star::form::runtime::XFormController;
91 using ::com::sun::star::form::runtime::XFeatureInvalidation;
92 using ::com::sun::star::form::runtime::FeatureState;
96 using ::com::sun::star::form::XForm;
106 using ::com::sun::star::form::XGrid;
109 using ::com::sun::star::form::XBoundControl;
110 using ::com::sun::star::form::XBoundComponent;
112 using ::com::sun::star::form::XConfirmDeleteListener;
115 using ::com::sun::star::form::XReset;
126 namespace FormFeature = ::com::sun::star::form::runtime::FormFeature;
/aoo41x/main/svx/source/items/
H A Dsvxerr.src118 …Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) coul…
122 …Text [ en-US ] = "The form layer wasn't written as the required IO services (stardiv.uno.io.*) cou…
126 …Text [ en-US ] = "An error occurred while reading the form controls. The form layer has not been l…
130 …Text [ en-US ] = "An error occurred while writing the form controls. The form layer has not been s…
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.hxx53 typedef ::cppu::WeakAggComponentImplHelper5 < ::com::sun::star::form::binding::XValueBinding
103 …alue( const ::com::sun::star::uno::Type& aType ) throw (::com::sun::star::form::binding::Incompati…
104 …alue( const ::com::sun::star::uno::Any& aValue ) throw (::com::sun::star::form::binding::Incompati…
139 SAL_THROW( ( ::com::sun::star::form::binding::IncompatibleTypesException ) );
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OEditControl.csv9 "OEditControl";"com::sun::star::form::XBoundControl";"getLock()"
10 "OEditControl";"com::sun::star::form::XBoundControl";"setLock()"
14 "OEditControl";"com::sun::star::form::XChangeBroadcaster";"addChangeListener()"
15 "OEditControl";"com::sun::star::form::XChangeBroadcaster";"removeChangeListener()"
H A Dcom.sun.star.comp.forms.OGroupBoxModel.csv24 "OGroupBoxModel";"com::sun::star::form::FormComponent";"Name"
53 "OGroupBoxModel";"com::sun::star::form::FormControlModel";"ClassId"
54 "OGroupBoxModel";"com::sun::star::form::FormControlModel";"TabIndex#optional"
55 "OGroupBoxModel";"com::sun::star::form::FormControlModel";"Tag"
H A Dcom.sun.star.comp.forms.OFixedTextModel.csv14 "OFixedTextModel";"com::sun::star::form::FormComponent";"Name"
59 "OFixedTextModel";"com::sun::star::form::FormControlModel";"ClassId"
60 "OFixedTextModel";"com::sun::star::form::FormControlModel";"TabIndex#optional"
61 "OFixedTextModel";"com::sun::star::form::FormControlModel";"Tag"
H A Dcom.sun.star.comp.forms.OListBoxControl.csv9 "OListBoxControl";"com::sun::star::form::XBoundControl";"getLock()"
10 "OListBoxControl";"com::sun::star::form::XBoundControl";"setLock()"
14 "OListBoxControl";"com::sun::star::form::XChangeBroadcaster";"addChangeListener()"
15 "OListBoxControl";"com::sun::star::form::XChangeBroadcaster";"removeChangeListener()"
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DControlValidator.java28 public abstract class ControlValidator implements com.sun.star.form.validation.XValidator
36 …public void addValidityConstraintListener(com.sun.star.form.validation.XValidityConstraintListener… in addValidityConstraintListener()
40 …public void removeValidityConstraintListener(com.sun.star.form.validation.XValidityConstraintListe… in removeValidityConstraintListener()
H A DFormLayer.java250 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue() argument
253 form ); in getRadioModelByRefValue()
275 …public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.su… in getRadioModelByTag() argument
278 form ); in getRadioModelByTag()
H A DDataAwareness.java35 import com.sun.star.form.FormComponentType;
36 import com.sun.star.form.ListSourceType;
37 import com.sun.star.form.XGridColumnFactory;
38 import com.sun.star.form.XReset;
39 import com.sun.star.form.XResetListener;
40 import com.sun.star.form.runtime.FormFeature;
/aoo41x/main/forms/qa/integration/forms/
H A DControlValidator.java29 public abstract class ControlValidator implements com.sun.star.form.validation.XValidator
37 …public void addValidityConstraintListener(com.sun.star.form.validation.XValidityConstraintListener… in addValidityConstraintListener()
41 …public void removeValidityConstraintListener(com.sun.star.form.validation.XValidityConstraintListe… in removeValidityConstraintListener()
H A DFormLayer.java278 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue() argument
280 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByRefValue()
302 …public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.su… in getRadioModelByTag() argument
304 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByTag()
/aoo41x/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl162 /** controls the focus behaviour of the form controls in the document
167 control if your document works primarily as a form document.
173 /** controls the initial (on-load) behavior of the form controls in the document
175 … <p>If set to <TRUE/>, upon loading the document, the form controls will be in design mode.<br/>
177 With this, you may control if your document works primarily as a form document.
/aoo41x/main/qadevOOo/tests/java/ifc/form/
H A D_XConfirmDeleteBroadcaster.java24 package ifc.form;
26 import com.sun.star.form.XConfirmDeleteBroadcaster;
27 import com.sun.star.form.XConfirmDeleteListener;
H A D_XApproveActionBroadcaster.java24 package ifc.form;
30 import com.sun.star.form.XApproveActionBroadcaster;
31 import com.sun.star.form.XApproveActionListener;
H A D_XDatabaseParameterBroadcaster.java23 package ifc.form;
25 import com.sun.star.form.XDatabaseParameterBroadcaster;
26 import com.sun.star.form.XDatabaseParameterListener;
H A D_XReset.java24 package ifc.form;
28 import com.sun.star.form.XReset;
29 import com.sun.star.form.XResetListener;
H A D_XChangeBroadcaster.java24 package ifc.form;
32 import com.sun.star.form.XChangeBroadcaster;
33 import com.sun.star.form.XChangeListener;
/aoo41x/main/oovbaapi/ooo/vba/excel/
H A DSheetObject.idl45 compatibility with old VBA scripts. All form control objects do NOT belong
46 to ActiveX form controls but to the old-style drawing controls.</p>
79 belong to ActiveX form controls).
89 does not belong to ActiveX form controls).
/aoo41x/main/svx/source/form/
H A Dformcontrolling.cxx56 using ::com::sun::star::form::runtime::XFormController;
57 using ::com::sun::star::form::XForm;
58 using ::com::sun::star::form::runtime::FormOperations;
61 using ::com::sun::star::form::runtime::FeatureState;
73 namespace FormFeature = ::com::sun::star::form::runtime::FormFeature;
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties73 org.jfree.report.namespaces.oasis-form.Uri=urn:oasis:names:tc:opendocument:xmlns:form:1.0
74 org.jfree.report.namespaces.oasis-form.Default-Style=res://com/sun/star/report/pentaho/oasis-form.c…
75 org.jfree.report.namespaces.oasis-form.Prefix=form

Completed in 224 milliseconds

12345678910>>...36