Searched refs:scriptContext (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/scripting/source/provider/ |
H A D | ProviderCache.cxx | 43 …oviderCache( const Reference< XComponentContext >& xContext, const Sequence< Any >& scriptContext ) in ProviderCache() argument 44 throw ( RuntimeException ) : m_Sctx( scriptContext ), m_xContext( xContext ) in ProviderCache() 55 …onst Reference< XComponentContext >& xContext, const Sequence< Any >& scriptContext, const Sequenc… in ProviderCache() argument 56 …throw ( RuntimeException ) : m_sBlackList( blackList ), m_Sctx( scriptContext ), m_xContext( xCont… in ProviderCache()
|
H A D | ProviderCache.hxx | 64 …css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext ) 66 … css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext,
|
/aoo42x/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 322 def __init__( self, storageType, sfa, uriHelper, scriptContext ): argument 326 self.scriptContext = scriptContext 447 entry.module.__dict__[GLOBAL_SCRIPTCONTEXT_NAME] = self.scriptContext 514 ctx = self.provCtx.scriptContext.getComponentContext() 541 mod.__dict__[GLOBAL_SCRIPTCONTEXT_NAME] = self.provCtx.scriptContext
|
Completed in 22 milliseconds