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

unpublished interface XScriptProviderFactory
Usage Restrictions
not published
Description
This interface provides a factory for obtaining objects implmenting the XScriptProvider interface.

Methods' Summary
createScriptProvider a factory method for the creation of XScriptProviders implementations.  
Methods' Details
createScriptProvider
XScriptProvider
createScriptProvider( [in] any  context )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
a factory method for the creation of XScriptProviders implementations.
Parameter sContext
is context for which the ScriptProvider is to be created for
Returns
an object implementing XScriptProvider
Throws
::com::sun::star::lang::IllegalArgumentException if illegal or unknown context is passed
Top of Page