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

interface XScriptProviderFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XScriptProviderFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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