Home
last modified time | relevance | path

Searched refs:component (Results 251 – 275 of 809) sorted by relevance

1...<<11121314151617181920>>...33

/trunk/main/testtools/source/bridgetest/
H A Dmakefile.mk84 SHL1VERSIONMAP = $(SOLARENV)/src/component.map
103 SHL2VERSIONMAP = $(SOLARENV)/src/component.map
108 SHL3VERSIONMAP = $(SOLARENV)/src/component.map
/trunk/main/offapi/com/sun/star/awt/
H A DXTextComponent.idl45 /** gives access to the text of a component and makes it possible
64 /** sets the text of the component.
77 /** returns the text of the component.
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeParameterType.idl37 /** the value of the point component is normal, the Coordinate is taken as it is
41 /** the value of the point component has to be interpreted as index to a Equation
45 …/** the value of the point component has to be interpreted as index into the list of AdjustmentVal…
/trunk/main/offapi/com/sun/star/form/
H A DXFormsSupplier.idl68 xControlModel = thisComponent.createInstance( "com.sun.star.form.component.ComboBox" )
76 xForm = thisComponent.createInstance( "com.sun.star.form.component.DataForm" )
88 the container of all the top-level forms belonging to the component.
H A DXSubmit.idl49 /** provides functionality to submit data from a component.
51 <p>Usually, this is used by <type scope="com::sun::star::form::component">HTMLForm</type>s.
60 /** submits the component's data to a specified target.
/trunk/main/offapi/com/sun/star/form/component/
H A DForm.idl49 module com { module sun { module star { module form { module component {
73 /** identifies a component as form.
78 …/** This interface has to be implemented to supply the information for tab ordering and component
H A DDatabaseComboBox.idl27 #include <com/sun/star/form/component/ComboBox.idl>
41 module com { module sun { module star { module form { module component {
54 service com::sun::star::form::component::ComboBox;
H A DDatabaseListBox.idl27 #include <com/sun/star/form/component/ListBox.idl>
41 module com { module sun { module star { module form { module component {
72 service com::sun::star::form::component::ListBox;
82 be used as the value of the component. If the control is bound
/trunk/main/offapi/com/sun/star/form/control/
H A DCommandButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Comma…
51 @see com::sun::star::form::component::CommandButton::ButtonType
66 @see com::sun::star::form::component::HTMLForm
H A DImageButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Image…
51 @see com::sun::star::form::component::ImageButton::ButtonType
66 @see com::sun::star::form::component::HTMLForm
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DMakefile103 @echo If you want to install your component automatically, please set the environment
111 @echo The "$(QM)AsyncJob$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
112 @echo You can use this component inside your office installation, see the example
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DMakefile105 @echo If you want to install your component automatically, please set the environment
113 @echo The "$(QM)ProtocolHandler$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
114 @echo You can use this component inside your office installation, see the example
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReferenceFactory.idl66 with a scheme component (see RFC&nbsp;2396, Section&nbsp;5.2,
112 authority components, and the path component of <code>uriReference</code>
114 relative URI reference includes an authority component (e.g.,
133 component of the given <code>uriReference</code> and which end up in a
/trunk/main/vcl/util/
H A Dmakefile.mk458 ALLTAR : $(MISC)/vcl.component
466 $(MISC)/vcl.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
467 vcl.component
470 $(SOLARENV)/bin/createcomponent.xslt vcl$(my_platform).component
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DDragGestureEvent.idl40 dependent drag initiating gesture has occurred on the component that it is
60 /** The x coordinate where the drag originated in component coordinates.
66 /** The y coordinate where the drag originated in component coordinates.
/trunk/main/offapi/com/sun/star/frame/
H A DFrame.idl67 /** represents the environment for a desktop component
90 /** allows the component to be loaded and accessed
92 environment of the component.
149 for the component within the frame to show progresses
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DMakefile205 @echo If you want to install your component automatically, please set the environment
219 @echo If you want to install your component automatically, please set the environment
277 @echo The "$(QM)$(COMP1_NAME)$(QM)" and "$(QM)$(COMP2_NAME)$(QM)" component are installed if
281 @echo "$(QM)$(COMP2_NAME)$(QM)" component see the "$(QM)DataPilotReadme.txt"$(QM).
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl59 /** describes a component which may be part of a report.
66 /** identifies the component as a candidate for being part of a report.
67 <p>This interface also provides the access to the component's parent.</p>
81 /** the name of the component.
/trunk/main/offapi/com/sun/star/sdb/
H A DRelationDesign.idl42 /** implements a component which allows the creation of relation.
58 /** allows the component to be plugged into frames.
74 RelationDesign component into.
H A DTableDesign.idl42 /** implements a component which allows the creation of tables.
58 /** allows the component to be plugged into frames.
74 TableDesign component into.
/trunk/main/odk/examples/java/ToDo/
H A DMakefile133 @echo If you want to install your component automatically, please set the environment
141 @echo The $(COMP_NAME) Java component was installed if SDK_AUTO_DEPLOYMENT = YES.
142 @echo Please load the "$(QM)ToDo.ods$(QM)" document to see how this component works, see
/trunk/main/offapi/com/sun/star/form/validation/
H A DValidatableBindableControlModel.idl44 …<ul><li>binding the value to an external component via <type scope="com::sun::star::form::binding"…
45 …<li>validating the current value by an external component, via <type>XValidatable</type> and <type…
57 /** specifies support for binding the control value to an external component
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DMakefile143 @echo If you want to install your component automatically, please set the environment
153 @echo Load the "$(QM)PropertySet.odt$(QM)" document to see how this component works. You can
154 @echo use this component inside your office installation, see the example description.
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OImageButtonModel.csv2 "OImageButtonModel";"com::sun::star::form::component::ImageButton";"ButtonType"
3 "OImageButtonModel";"com::sun::star::form::component::ImageButton";"TargetFrame"
4 "OImageButtonModel";"com::sun::star::form::component::ImageButton";"TargetURL"
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataReceiver.idl62 /** attaches a component that provides data for the document.
98 /** Returns a component at which a view representing the data of
101 receiver component.

Completed in 55 milliseconds

1...<<11121314151617181920>>...33