Home
last modified time | relevance | path

Searched refs:component (Results 26 – 50 of 809) sorted by relevance

12345678910>>...33

/trunk/main/ure/source/
H A Dmakefile.mk33 component/binaryurp/source/binaryurp \
34 component/io/source/acceptor/acceptor \
36 component/io/source/connector/connector \
42 component/javaunohelper/util/juh \
47 component/io/source/stm/streams \
48 component/io/source/TextInputStream/textinstream \
49 component/io/source/TextOutputStream/textoutstream \
50 component/remotebridges/source/unourl_resolver/uuresolver
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl94 from a different component.
97 specifies the name of the component.
103 <li>if the name is not a valid component name</li>
104 <li>if the requested component is not found</li>
116 /** receives notification that a component description is started.
118 <p> Subsequent calls describe the schema of the component
124 specifies the name of the component.
130 <li>if there already is a component data tree of this name</li>
131 <li>if the name is not a valid component name</li>
151 <li>if invalid data is detected in the component<li>
[all …]
H A DXSchema.idl53 Handles access to the elements of a component schema,
54 i.e its templates and its component definition.
63 Describes the full schema (templates + component) to a
69 and the component definition
76 The elements of a component schema are only parsed once,a repeat call
90 Describes only the component definition to a <type>XSchemaHandler</type>.
94 describing the contents of the component
102 The elements of a component schema are only parsed once,a repeat call
116 Describes the component templates to a <type>XSchemaHandler</type>.
127 The elements of a component schema are only parsed once,a repeat call
H A DSchema.idl38 provides read only access to a configuration component schema.
40 <p>A component is a set of hierarchically organised and semantically
43 <p>A component schema contains two separate sections, one which
45 the component and one which describes the component's data structure.
59 handles access to the schema data for a component.
60 <p>The data can be read either in its entirety (templates and component
H A DXBackendChangesNotifier.idl51 @param component
52 The name of the component the listener is monitoring changes for.
56 [in] string component);
63 @param component
64 The name of the component the listener is monitoring changes for.
68 [in] string component);
/trunk/main/stoc/util/
H A Dmakefile.mk94 ALLTAR : $(MISC)/bootstrap.component $(MISC)/stocservices.component
96 $(MISC)/bootstrap.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
97 bootstrap.component
100 $(SOLARENV)/bin/createcomponent.xslt bootstrap.component
102 $(MISC)/stocservices.component .ERRREMOVE : \
103 $(SOLARENV)/bin/createcomponent.xslt stocservices.component
106 $(SOLARENV)/bin/createcomponent.xslt stocservices.component
/trunk/main/chart2/prj/
H A Dd.lst24 ..\%__SRC%\misc\chartcontroller.component %_DEST%\xml%_EXT%\chartcontroller.component
25 ..\%__SRC%\misc\chartmodel.component %_DEST%\xml%_EXT%\chartmodel.component
26 ..\%__SRC%\misc\charttools.component %_DEST%\xml%_EXT%\charttools.component
27 ..\%__SRC%\misc\chartview.component %_DEST%\xml%_EXT%\chartview.component
/trunk/main/comphelper/source/misc/
H A Dcomponentmodule.cxx149 …for ( ComponentDescriptions::const_iterator component = m_pImpl->m_aRegisteredComponents.begin(); in getComponentFactory() local
150 component != m_pImpl->m_aRegisteredComponents.end(); in getComponentFactory()
151 ++component in getComponentFactory()
154 if ( component->sImplementationName == _rImplementationName ) in getComponentFactory()
156 xReturn = component->pFactoryCreationFunc( in getComponentFactory()
157 component->pComponentCreationFunc, in getComponentFactory()
158 component->sImplementationName, in getComponentFactory()
159 component->aSupportedServices, in getComponentFactory()
/trunk/main/udkapi/com/sun/star/registry/
H A DXImplementationRegistration.idl54 /** registers a component which provides one or more implementations.
57 specifies the location of the component with the URL.
60 specifies the registry where the component should be installed.
61 If it is a NULL interface, then the component will be installed
72 /** revokes a component and all their provided implementations from the registry.
75 specifies the location of the component with the URL.
78 specifies the registry where the component should be installed.
79 If it is a NULL interface, then the component will be revoked
98 specifies the location of the component with the URL.
H A DCannotRegisterImplementationException.idl38 /** is thrown when an application tries to register a new component (implementation) using the
40 method, but the component cannot be registered. The reason for this exception could be:<br>
42 <li>the component cannot be found or cannot be loaded (missing path or classpath)
43 …<li>the component doesn't provide the necessary specifactions (exported registration functions for…
44 C++ component (shared library) or a named registration class with the appropriate methods for
45 a Java component (normally a jar file)).
/trunk/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl97 Loading a component of type "template" creates a new untitled document
141 for a special component type. Format of that depends from real
142 type of addressed component.
171 a component (if necessary).
245 Defines if the loaded component is made visible. If this property is not
246 specified, the component is made visible by default.
263 OutputStream after storing the component.
363 in any case. If the component supports multiple views, a second view is
399 a result in return that will be loaded as a component
437 document in read only mode will not prevent the component from being
[all …]
/trunk/main/officecfg/util/
H A Dcomponent-map.gen24 # generates of the component schema list mapping file, which
66 print OUTFILE "# location of the component schema \n";
67 print OUTFILE "component-schema=schema\n\n";
69 print OUTFILE "# location of the component data \n";
70 print OUTFILE "component-data=data\n\n";
76 print OUTFILE "# component mapping \n";
85 print OUTFILE "component/$myCompName/attribute=$myLdapName-attr\n";
86 print OUTFILE "component/$myCompName/objectclass=$myLdapName-class\n\n";
/trunk/main/desktop/prj/
H A Dd.lst148 ..\%__SRC%\misc\deployment.component %_DEST%\xml%_EXT%\deployment.component
149 ..\%__SRC%\misc\deploymentgui.component %_DEST%\xml%_EXT%\deploymentgui.component
150 ..\%__SRC%\misc\migrationoo2.component %_DEST%\xml%_EXT%\migrationoo2.component
151 ..\%__SRC%\misc\offacc.component %_DEST%\xml%_EXT%\offacc.component
152 ..\%__SRC%\misc\socomp.component %_DEST%\xml%_EXT%\socomp.component
153 ..\%__SRC%\misc\spl.component %_DEST%\xml%_EXT%\spl.component
/trunk/main/udkapi/com/sun/star/lang/
H A DXMultiComponentFactory.idl35 /** Factory interface for creating component instances giving a context from
42 /** Creates an instance of a component which supports the
48 context the component instance gets its deployment values from
50 component instance
57 /** Creates an instance of a component which supports the
66 context the component instance gets its deployment values from
68 component instance
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dmakefile.mk64 SHL2VERSIONMAP = $(SOLARENV)/src/component.map
113 $(MISC)/$(TARGET)/$(TARGET).cpp.component .ERRREMOVE: \
114 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).cpp.component
117 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).cpp.component
119 $(MISC)/$(TARGET)/$(TARGET).java.component .ERRREMOVE: \
120 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).java.component
123 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).java.component
/trunk/main/xmlsecurity/prj/
H A Dd.lst13 ..\%__SRC%\misc\xmlsecurity.component %_DEST%\xml%_EXT%\xmlsecurity.component
14 ..\%__SRC%\misc\xsec_fw.component %_DEST%\xml%_EXT%\xsec_fw.component
15 ..\%__SRC%\misc\xsec_xmlsec.component %_DEST%\xml%_EXT%\xsec_xmlsec.component
/trunk/main/offapi/com/sun/star/form/validation/
H A DXValidatableFormComponent.idl47 /** is a convenience interface for accessing several aspects of a form component
50 <p>A validatable form component has two aspects which other parties might
53 <li>The pure validity flag: Whatever the user enters in the component, this is
72 /** determines whether the current value of the component passed the validity test
76 the current value (see <member>getCurrentValue</member>) of the component, where
84 /** retrieves the current value of the component.
89 …nvenience method. For example, for a <type scope="com::sun::star::form::component">FormattedField<…
101 of the validatable form component (the validity flag, or the value) changed.</p>
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXTableUIProvider.idl69 /** returns a component which can be used to edit the definition of an
82 a component which can be used to edit the definition of an
83 existing table, or <NULL/> if the default component should
85 Two component types are supported so far
87 If the returned component supports the
91 If the returned component supports the
97 If the returned component does not support any of the above-mentioned
104 if an error occures while creating the table editor component.
/trunk/main/odk/util/
H A Dodk_rules.pmk163 $(DESTDIRSETTINGS)/component.uno.def : $(PRJ)/settings/component.uno.def
167 $(DESTDIRSETTINGS)/component.uno.map : $(SOLARENV)/bin/addsym.awk $(SOLARENV)/src/component.map
170 tr -d "\015" < $(SOLARENV)/src/component.map | $(AWK) -f $(SOLARENV)/bin/addsym.awk > $@
172 …tr -d "\015" < $(SOLARENV)/src/component.map | tail -n +3 | head -3 | sed -e 's/.*component/_compo…
175 tr -d "\015" < $(SOLARENV)/src/component.map > $@
/trunk/main/forms/util/
H A Dmakefile.mk40 $(SLB)$/component.lib \
80 SHL1VERSIONMAP=$(SOLARENV)/src/component.map
108 ALLTAR : $(MISC)/frm.component
110 $(MISC)/frm.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
111 frm.component
114 $(SOLARENV)/bin/createcomponent.xslt frm.component
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOEnumerationByIndex.java98 XComponent component = UnoRuntime.queryInterface(XComponent.class, collection); in startDisposeListening() local
99 if (component != null) { in startDisposeListening()
100 component.addEventListener(this); in startDisposeListening()
111 XComponent component = UnoRuntime.queryInterface(XComponent.class, collection); in stopDisposeListening() local
112 if (component != null) { in stopDisposeListening()
113 component.removeEventListener(this); in stopDisposeListening()
H A DOEnumerationByName.java96 XComponent component = UnoRuntime.queryInterface(XComponent.class, collection); in startDisposeListening() local
97 if (component != null) { in startDisposeListening()
98 component.addEventListener(this); in startDisposeListening()
109 XComponent component = UnoRuntime.queryInterface(XComponent.class, collection); in stopDisposeListening() local
110 if (component != null) { in stopDisposeListening()
111 component.removeEventListener(this); in stopDisposeListening()
/trunk/main/offapi/com/sun/star/frame/
H A DXFrame.idl43 /** a frame object can be considered to be an "anchor" object where a component
60 This window will be used as parent for the component window and to support
82 component window.
221 /** activates this frame and thus the component within.
227 <const>FrameAction::FRAME_ACTIVATED</const>. The component within
270 /** sets a new component into the frame or release an existing one from a frame.
273 the window of the new component or <NULL/> for release
276 A valid component window should be a child of the frame container window.
280 the controller of the new component or <NULL/> for release
302 /** provides access to the component window
[all …]
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDataAwareControlModel.idl46 <type scope="com::sun::star::form::component">TextField</type>, this would be the
48 service. Similarly, a <type scope="com::sun::star::form::component">CheckBox</type> has
53 a column of a <type scope="com::sun::star::form::component">DataForm</type>, and exchange
55 In particular, when the <type scope="com::sun::star::form::component">DataForm</type>
62 <type scope="com::sun::star::form::component">DataForm</type> column.</p>
68 <type scope="com::sun::star::form::component">DataForm</type> column).</p>
71 set an external component to exchange the value with.</p>
76 component is bound to a control model which currently has an active SQL binding,
114 column of an SQL <type scope="com::sun::star::form::component">DataForm</type>.
/trunk/main/offapi/com/sun/star/util/
H A DXLockable.idl35 /** allows locking a component
39component is considered locked, which is reflected by <member>isLocked</member> returning <TRUE/>.…
43 /** locks</a> the component
50 /** unlocks the component
53 if the component is not currently locked.
62 /** determines whether the component is currently locked.

Completed in 73 milliseconds

12345678910>>...33