Lines Matching refs:handler

73     /** used for controlling resources acquired by the handler
75 …ope="com::sun::star::lang">XComponent::dispose</member> is invoked when the property handler is not
81 /** binds the property handler to a new component
94 if the given property is not supported by the property handler
107 if the given property is not supported by the property handler
118 if the given property is not supported by the property handler
133 if the given property is not supported by this handler
148 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
163 if the given property is not supported by the property handler
179 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
202 is used to display the property, which in turn is determined by the handler itself
209 if the given property is not supported by the property handler
230 <p>If a handler implementation supports property change listeners, it must be able to cope
251 /** returns the properties which the handler can handle
253 <p>A handler is allowed to return an empty sequence here, indicating that for
258 <p>In the case of returning an empty sequence here, the property handler is ignored
264 /** returns the properties which are to be superseded by this handler
267 a property handler can also declare that foreign properties (which it is
270 <p>This is usually used if your handler is used with another, more generic one, which
272 handler handles more elegantly.</p>
282 by a handler preceding them, but not properties of handlers succeeding them.</p>
285 factories, for handler <code>A</code>, <code>B</code>, and <code>C</code> - in this order.
300 /** retrieve the actuating properties which this handler is interested in
305 <p>With this method, a handler can declare that it feels responsible for some/all
318 /** determines whether a given property, which the handler is responsible for, is composable.
322 …h exist for all components, <em>and</em> are declared to be composable by their respective handler,
328 if the given property is not supported by the property handler
342 <p>When this method is called, the property handler should raise the UI needed to enter the
349 <p>If a handler sets the new property value directly, and returns
353 will be called at one handler only, however the new property would have to be forwarded to
380 if the given property is not supported by the property handler
400 … whose changes the handler expressed interest in (see <member>getActuatingProperties</member>).</p>
433 /** suspends the handler
442 <member>onInteractivePropertySelection</member>. If a property handler receives a
447 … by the handler should have been closed when it returns from the <member>suspend</member> call.</p>
450 Whether the handler is to be suspended <TRUE/> or reactivated (<FALSE/>). The
451 latter happens if a handler was successfully suspended, but an external instance
455 <TRUE/> if the handler does allow suspension, <FALSE/> if it vetoes it.