Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
47 /** provides write access to a dynamic, homogeneous, non-hierarchical set of
77 <p>If the elements of this set are of simple type (the type returned by
79 is not an interface type), then values of that type can directly be passed to
86 prescribed by the element template of this set. Such elements can be created
91 <p>Objects to be inserted must not be contained in any set at the time of
96 After insertion the name of the object is the name that was used as argument
110 <p>An implementation need not support insertion of objects that were not
111 obtained in one of the ways described above. If it does, the implementation
121 if and only if the element type of the set, as returned by
127 an instance of the element template of this set is created. If the set
128 supports multiple templates or variations of the basic template, a default
129 variant of the basic template is instantiated. If an implementation supports
132 There are no predefined arguments for all versions of this service.
146 <p>This interface may be implemented by an implementation of
148 the basic element template. An example of this would be an
149 implementation that supports inheritance, allowing the use of
153 <p>This interface may only be implemented if the element type of the set
167 the corresponding member of <type scope="com::sun::star::lang">XSingleServiceFactory</type>