Home
last modified time | relevance | path

Searched refs:component (Results 176 – 200 of 809) sorted by relevance

12345678910>>...33

/trunk/main/connectivity/source/drivers/ado/
H A Dmakefile.mk112 ALLTAR : $(MISC)/ado.component
114 $(MISC)/ado.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
115 ado.component
118 $(SOLARENV)/bin/createcomponent.xslt ado.component
/trunk/main/connectivity/source/drivers/macab/
H A Dmakefile.mk127 ALLTAR : $(MISC)/macab1.component
129 $(MISC)/macab1.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
130 macab1.component
133 $(SOLARENV)/bin/createcomponent.xslt macab1.component
/trunk/main/offapi/com/sun/star/embed/
H A DXComponentSupplier.idl35 /** provides access to a component.
40 /** allows to get access to a component.
42 The component may not support
47 component representation
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseCheckBox.idl28 #include <com/sun/star/form/component/DatabaseCheckBox.idl>
55 …ng string values, <em>and</em> the <member scope="com::sun::star::form::component">CheckBox::RefVa…
65 @see com::sun::star::form::component::CheckBox::RefValue
69 service com::sun::star::form::component::DatabaseCheckBox;
79 … <p><member scope="com::sun::star::form::component">CheckBox::RefValue</member> is transferred to
H A DXBindableValue.idl48 /** sets an external instance which controls the value of the component
53 the new binding which is to be used by the component. May be <NULL/>,
58 which are incompatible with the types of the bindable component.
64 component
/trunk/main/sdext/prj/
H A Dd.lst24 ..\%__SRC%\misc\PresentationMinimizer.component %_DEST%\xml%_EXT%\PresentationMinimizer.component
25 ..\%__SRC%\misc\PresenterScreen.component %_DEST%\xml%_EXT%\PresenterScreen.component
/trunk/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl62 /** loads a component specified by an URL into the specified
118 these arguments specify component or filter specific behavior
123 component type to create and the filter to use, for example:
142 it after use directly, because the frame containing the component is its owner.
150 containing the component is its owner. Here the object can be disposed
158 does not have an explicit owner. Every view and also the component that
H A DToolbarController.idl52 /** is an abstract service for a component which offers a more complex user
72 /** with this interface a component can receive events if a feature has
83 /** used to initialize a component with required arguments.
116 services from a toolbar controller component. This interface must be useable
119 component hasn't been initialized.
/trunk/main/offapi/com/sun/star/inspection/
H A DObjectInspector.idl42 provide a visual component for inspecting and modifying component properties.<br/>
43 …Note that "property" here is a generic term - any aspect of a component can be considered a proper…
46 <p>The basic idea is that one facet of the inspected component is represented by a single line
57 the facets of an inspected component - without such handlers, the inspector window will simply
/trunk/main/i18npool/
H A DLibrary_localedata_en.mk82 MY_COMPONENTS := component/sax/source/expatwrap/expwrap
87 $(foreach component,$(MY_COMPONENTS),$(OUTDIR)/xml/$(component).inbuild.component)
/trunk/main/offapi/com/sun/star/sheet/
H A DXActivationBroadcaster.idl51 /** allows a component supporting the
53 register as listener. The component will be notified with a
58 the component that is to be added as listener
70 the component that is to be removed
H A DXEnhancedMouseClickBroadcaster.idl51 /** allows a component supporting the
53 register as listener. The component will be notified with a
58 the component that is to be added as listener
76 the component that is to be removed
/trunk/main/offapi/com/sun/star/awt/
H A DActionEvent.idl37 /** a semantic event which indicates that a component-defined action occurred.
39 <p>This high-level event is generated by a component (such as a Button)
40 when the component-specific action occurs (such as being pressed).
42 that registered to receive such events using the component's
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXMultiLayerStratum.idl77 merged to determine data of a component for an entity
81 The name of the component to access.
97 if the component identifier is invalid or
117 to update data of a component on behalf of an entity.
121 component and entity.
125 The name of the component to access.
135 if the component identifier is invalid or
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java897 String component = getComponentForString( in getScenarioFromClassPath() local
905 component); in getScenarioFromClassPath()
929 String component = ""; in getComponentForString() local
937 component = full.substring(lastdot + 1, full.length()); in getComponentForString()
943 component = withoutComponent.substring(preLastDot + 1, in getComponentForString()
945 "." + component; in getComponentForString()
948 return component; in getComponentForString()
/trunk/main/offapi/com/sun/star/form/inspection/
H A DButtonNavigationHandler.idl38 …which is able to enhance the <member scope="com::sun::star::form::component">CommandButton::Button…
39 …and <member scope="com::sun::star::form::component">CommandButton::TargetURL</member> properties o…
40 <type scope="com::sun::star::form::component">CommandButton</type>.
49 @see com::sun::star::form::component::CommandButton
/trunk/main/chart2/source/tools/
H A Dmakefile.mk188 ALLTAR : $(MISC)/charttools.component
190 $(MISC)/charttools.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
191 charttools.component
194 $(SOLARENV)/bin/createcomponent.xslt charttools.component
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DMakefile113 @echo If you want to install your component automatically, please set the environment
121 @echo The $(COMP_NAME) component was installed if SDK_AUTO_DEPLOYMENT = YES.
122 @echo Load the "$(QM)$(SAMPLE_NAME).odt$(QM)" document to see how this component works.
123 @echo You can use this component inside your office installation, see the example
/trunk/main/offapi/com/sun/star/form/component/
H A DTextField.idl35 #include <com/sun/star/form/component/RichTextControl.idl>
45 module com { module sun { module star { module form { module component {
49 /** specifies a component which allows the input of text, either single- or multi-line.
60 then the <type>TextField</type> component will disable it's reset capabilities. This means
H A DHTMLForm.idl27 #include <com/sun/star/form/component/Form.idl>
49 module com { module sun { module star { module form { module component {
61 service com::sun::star::form::component::Form;
71 of each pair is the name of a form component as specified by its NAME
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl63 … A detection component must be specified by its uno implementation name and will be crated then.
64 Every new created component can be initialized with its own configuration data
70 …which represent the configuration data set of this detector component. The used properties are the…
98 <td>It means the uno implementation name of the detector component.
106 … <td>It's a list of all types, which can be detected by this extended detection component.
/trunk/main/soltools/mkdepend/
H A Dinclude.c36 int issymbolic(char * dir, char * component);
231 int issymbolic(dir, component) in issymbolic() argument
232 register char *dir, *component; in issymbolic()
238 sprintf(buf, "%s%s%s", dir, *dir ? "/" : "", component);
/trunk/main/offapi/com/sun/star/chart/
H A DXChartData.idl49 /** allows a component supporting the
51 register as listener. The component will be notified with a
56 the component that is to be added as listener
68 the component that is to be removed
/trunk/main/offapi/com/sun/star/form/control/
H A DSubmitButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Submi…
49 at the component are given the chance to veto the submission.
61 … object of a submit button can only be a <type scope="com::sun::star::form::component">Form</type>,
62 …tton</type>s are also able to submit <type scope="com::sun::star::form::component">HTMLForm</type>…
/trunk/main/odk/examples/cpp/remoteclient/
H A DMakefile90 …@echo $(SQM) $(SQM)$(OSEP)component loader="$(QM)com.sun.star.loader.SharedLibrary$(QM)" uri="$(Q…
94 @echo $(SQM) $(SQM)$(OSEP)/component$(CSEP) >> $@
101 @echo The remoteclient C++ component can be used by using the uno binary. Use the
108 @echo $(SQM) $(SQM)The example component is made available via -env:URE_MORE_SERVICES=...

Completed in 62 milliseconds

12345678910>>...33