Home
last modified time | relevance | path

Searched refs:FormComponent (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/forms/qa/integration/forms/
H A DFormComponent.java34 public class FormComponent class
43 private FormComponent() in FormComponent() method in FormComponent
53 public FormComponent( XDrawPage drawPage ) in FormComponent() method in FormComponent
69 public FormComponent( Object element ) in FormComponent() method in FormComponent
93 public FormComponent getByName( String name ) in getByName()
105 return new FormComponent(); in getByName()
133 public FormComponent getByIndex( int index ) in getByIndex()
145 return new FormComponent(); in getByIndex()
169 public FormComponent getParent() in getParent()
172 return new FormComponent( m_child.getParent() ); in getParent()
[all …]
H A DListSelection.java313 FormComponent formsRoot = new FormComponent( suppPage.getDrawPage() ); in getListBoxModel()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx90 typedef Reference< XInterface > FormComponent; typedef
95 size_t childCount( const FormComponent& _component ) const in childCount()
103 FormComponent getChild( const FormComponent& _component, size_t _index ) const in getChild()
106 return FormComponent( xContainer->getByIndex( _index ), UNO_QUERY ); in getChild()
110 typedef ::std::pair< FormComponent, FormComponent > FormComponentPair;
/trunk/main/offapi/com/sun/star/form/
H A DFormComponent.idl57 published service FormComponent
70 /** Each FormComponent must supply a name for identification.
79 /** Each FormComponent must be able to be stored into and read from a stream.
86 the <code>FormComponent</code> service - has a set of properties which
H A DFormControlModel.idl31 #include <com/sun/star/form/FormComponent.idl>
57 service com::sun::star::form::FormComponent;
H A DFormComponents.idl50 /** specifies the capabilities of a collection of <type>FormComponent</type>s.
57 @see FormComponent
H A DXForm.idl37 /** identifies a <type>FormComponent</type> as being a (sub-) form.
/trunk/main/offapi/com/sun/star/form/component/
H A DForm.idl27 #include <com/sun/star/form/FormComponent.idl>
61 and on the other hand like a FormComponent. This generic
69 service com::sun::star::form::FormComponent;
H A DHiddenControl.idl27 #include <com/sun/star/form/FormComponent.idl>
49 service com::sun::star::form::FormComponent;
H A DRadioButton.idl53 same name (see <member scope="com::sun::star::form">FormComponent::Name</member>).</p>
/trunk/main/offapi/com/sun/star/form/inspection/
H A DEventHandler.idl38 which, for a <type scope="com::sun::star::form">FormComponent</type>, provides the script events
41 …component, which by definition supports the <type scope="com::sun::star::form">FormComponent</type>
H A DFormComponentPropertyHandler.idl37 …t property handler for all known types of <type scope="com::sun::star::form">FormComponent</type>s.
H A DDefaultFormComponentInspectorModel.idl40 …inspecting form components, in particular all components implementing the <type>FormComponent</typ…
/trunk/main/forms/source/component/
H A Dmakefile.mk69 $(SLO)$/FormComponent.obj \
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OHiddenModel.csv4 "OHiddenModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OGroupBoxModel.csv24 "OGroupBoxModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.form.ONavigationBarModel.csv14 "ONavigationBarModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OFixedTextModel.csv14 "OFixedTextModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OImageButtonModel.csv29 "OImageButtonModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OFileControlModel.csv14 "OFileControlModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OSpinButtonModel.csv30 "OSpinButtonModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OScrollBarModel.csv33 "OScrollBarModel";"com::sun::star::form::FormComponent";"Name"
H A Dcom.sun.star.comp.forms.OButtonModel.csv15 "OButtonModel";"com::sun::star::form::FormComponent";"Name"
/trunk/main/forms/qa/integration/
H A Dmakefile.mk57 forms/FormComponent.java \
/trunk/main/offapi/com/sun/star/drawing/
H A DDrawPage.idl72 @see com::sun::star::form::FormComponent

Completed in 646 milliseconds

12