:: com :: sun :: star :: script :: provider ::

unpublished interface XScriptProviderSupplier
Description
This interface allows to get the scripting provider related to the object.

Methods' Summary
getScriptProvider returns scripting provider related to the object.  
Methods' Details
getScriptProvider
::com::sun::star::script::provider::XScriptProvider
getScriptProvider();

Description
returns scripting provider related to the object.
Returns
an object implementing ::com::sun::star::script::provider::XScriptProvider representing the script provider
Top of Page