Home
last modified time | relevance | path

Searched refs:implementations (Results 1 – 25 of 131) sorted by relevance

123456

/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx76 Implementations implementations; member in stoc::simpleregistry::Data
321 if (data_->implementations.find(attrImplementation_) != in handleImplementation()
322 data_->implementations.end()) in handleImplementation()
333 data_->implementations[attrImplementation_].uri = attrUri_; in handleImplementation()
334 data_->implementations[attrImplementation_].loader = attrLoader_; in handleImplementation()
339 data_->implementations[attrImplementation_].services.push_back(name); in handleService()
345 data_->implementations[attrImplementation_].singletons.push_back(name); in handleSingleton()
670 return data_->implementations[path_[1]].uri; in getAsciiValue()
672 return data_->implementations[path_[1]].loader; in getAsciiValue()
1013 found = data_->implementations.find(*j) != in find()
[all …]
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLinguServiceManager.idl52 Additionally, it can query what implementations of those services are
54 It can select and query which of those implementations should
139 implementations.
142 the language used to query the list of available implementations.
149 /** sets the list of service implementations to be used for a
153 the name of the service to set the list of implementations
168 /** queries the list of service implementations to be used for a
/trunk/main/udkapi/com/sun/star/registry/
H A DXImplementationRegistration.idl47 about the registered implementations.
54 /** registers a component which provides one or more implementations.
72 /** revokes a component and all their provided implementations from the registry.
90 the names of the implementations registered by the url location.
94 example, the loader "com.sun.star.loader.SharedLibrary" for implementations
/trunk/main/scripting/
H A DREADME13 C++ source for the implementations of the com.sun.star.script.provider.*
34 core methods for implementing Java based LanguageScriptProvider implementations
38 BeanShell, JavaScript and Java LanguageScriptProvider implementations
42 BrowseNode implementations for the Java based LanguageScriptProviders
/trunk/main/udkapi/com/sun/star/container/
H A DXMap.idl86 supported. For instances, implementations might decide to not allow <VOID/> keys, or
104 … supported. For instances, implementations might decide to not allow <code>Double.NaN</code>
125 supported. For instances, implementations might decide to not allow <VOID/> keys, or
155 For instances, implementations might decide to not allow <VOID/> keys or values, or to
178 supported. For instances, implementations might decide to not allow <VOID/> keys, or
/trunk/main/udkapi/com/sun/star/lang/
H A DMultiServiceFactory.idl44 /** Provides a collection of implementations of services.
46 <p>The factories for instantiating objects of implementations
51 If it is supported, it is possible to enumerate all implementations that
H A DServiceManager.idl64 /** Provides a collection of implementations for services. This is a singleton
112 It is possible to enumerate all implementations that support the
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl95 … <member scope="com::sun::star::form">XReset::reset</member> implementations of bound control
172 is undefined which way it is interpreted, but implementations of the service are required
198 form. Form implementations may decide to allow for insertions done via the API, even
208 form. Form implementations may decide to allow for updates done via the API, even
218 form. Form implementations may decide to allow for deletions done via the API, even
/trunk/main/offapi/com/sun/star/ucb/
H A DCachedDynamicResultSetFactory.idl36 /** is a factory for <type>CachedDynamicResultSet</type> implementations.
41 /** a factory for implementations of service
H A DContentProviderProxyFactory.idl35 /** is a factory for <type>ContentProviderProxy</type> implementations.
40 /** a factory for implementations of service
H A DCachedDynamicResultSetStubFactory.idl36 /** is a factory for <type>CachedDynamicResultSetStub</type> implementations.
41 /** a factory for implementations of service
H A DCachedContentResultSetStubFactory.idl36 /** is a factory for <type>CachedContentResultSetStub</type> implementations.
41 /** a factory for implementations of service
H A DCachedContentResultSetFactory.idl36 /** is a factory for <type>CachedContentResultSet</type> implementations.
41 /** a factory for implementations of service
H A DAnyCompareFactory.idl35 /** is a factory to get <type>XAnyCompare</type> service implementations.
42 /** a factory to get implementations of interface
H A DSortedDynamicResultSetFactory.idl35 /** is a factory for <type>DynamicResultSet</type> implementations, which
41 /** a factory for implementations of service
H A DHierarchyDataSource.idl42 never be implementations that can be instantiated using the service name
88 These are different for different implementations. Whether and how they
/trunk/main/offapi/com/sun/star/util/
H A DSortDescriptor.idl60 implementations. For those this property may not need to be set.
94 implementations. For those this property may not need to be set.
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSourceListener.idl67 implementations. Do not rely on it ! </p>
79 implementations. Do not rely on it ! </p>
/trunk/main/offapi/com/sun/star/frame/
H A DFrameLoader.idl47 Concrete implementations of this service register, for example,
67 Concrete implementations should use it to get her own configuration data
H A DSynchronousFrameLoader.idl47 Concrete implementations of this service register, for example,
67 Concrete implementations should use it to get her own configuration data
/trunk/main/offapi/com/sun/star/form/control/
H A DInteractionGridControl.idl48 …<p>Though concret implementations of the service may offer different sets of aspects which can be …
58 …g parameters may be passed when dispatching the commands above (as before, concrete implementations
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDOMImplementation.idl53 NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
67 NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationUpdateAccess.idl59 <p>The classification of implementations that is described for
60 <type>ConfigurationAccess</type> applies to implementations of this service
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumnModel.idl80implementations of the <code>XGridColumnModel</code> interface the possibility to provide own colu…
81 implementations which extend the basic <type>GridColumn</type> type.</p>
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl107 <p>Some text implementations place the caret at the end of the current
128 <p>Some text implementations place the caret at the end of the current

123456