Lines Matching refs:factory

56     A user interface element factory is registered for a set of three properties.
84 user interface element factory.<br/>
89 element which this factory can create.</li>
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
94 … <li><b>Module</b>an optional string property that specifies to which module this factory is
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
104 found. An empty reference when no factory has been found.
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.
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…
140 … a 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.
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 …