Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
56 A user interface element factory is registered for a set of three properties.
58 <li><b>Type</b>a string that identifies a type of a user interface element.</li>
59 … <li><b>Name</b>a string that identifies a single user interface element within a type class.</li>
60 <li><b>Module</b>a string that identifies a single module of OpenOffice.</li>
80 /** function to retrieve a list of all registered user interface element factories
83 a sequence of sequence of propert values which describe every registered
88 <li><b>Type</b>a string property that identifies the type of the user interface
90 <li><b>Name</b>an optional string property which identifies a single user interface
91 element within a type class which this factory can create. If this property is not
92 returned, the factory is a generic factory for all user interface elements of the
95 bound to. If this property is not returned, the factory is a generic factory.</li>
100 /** function to retrieve a previously registered user interface element factory.
103 a reference to a registered user interface element factory if a factory has been
108 a resource URL which identifies a user interface element. A resource URL uses the
113 … an optional module identifier. This value can remain empty, if a generic factory is requested.
118 /** function to register a user interface element factory.
121a string that identifies a type of a user interface element. Currently the following types
130 … an optional name of a single user interface element. This name must be unique within a user
131 … interface element type class. This value can remain empty if no special factory for a single
135 …an optional module identifier that can be used to register a factory only for a single module. Thi…
136 …can remain empty if no special factory for a single module is needed. The module identifier can be…
140a UNO implementation name that can be used by an implementation to create a factory instance.
144 /** function to remove a previously defined user interface element factory.
147a string that identifies a type of a user interface element. Currently the following types
156 … an optional name of a single user interface element. This name must be unique within a user
157 … interface element type class. This value can remain empty if no special factory for a single
161 …an optional module name that can be used to deregister a factory only for a single module. This va…
162 …can remain empty if not a module based factory should be deregisted. The module identifier can be …