Jan Füssel wrote:
Hi,
i have a question about the uno api. is it possible to extend an existing
service via an own uno component?
in my case, i want to add some special functions to the service "
com.sun.star.text.textfield.Macro ".
the new service should delegate all default calls to "original" service.
i have tried to implement such component, but without success. Reading the
devgiude, forums and other ressources
didn't helped me.
Services are abstract specifications. For each service, there can be
one or more implementations registered in OOo (in the
program/services.rdb). If there is more than one implementation
registered, it is unspecified which one is taken when the service is
instantiated. Hence, there appears to be no easy way for you to
reliably register a second instance of the
com.sun.star.text.textfield.Macro service that delegates to the
"original" implementation.
-Stephan
currently i'm not sure that such an approach is possible.
i'm thankful for every hint, link or something else which could help me.
regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]