Home
last modified time | relevance | path

Searched refs:scriptContext (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/scripting/source/provider/
H A DProviderCache.cxx43 …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 DProviderCache.hxx64 …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,
/aoo4110/main/scripting/source/pyprov/
H A Dpythonscript.py316 def __init__( self, storageType, sfa, uriHelper, scriptContext ): argument
320 self.scriptContext = scriptContext
441 entry.module.__dict__[GLOBAL_SCRIPTCONTEXT_NAME] = self.scriptContext
508 ctx = self.provCtx.scriptContext.getComponentContext()
535 mod.__dict__[GLOBAL_SCRIPTCONTEXT_NAME] = self.provCtx.scriptContext

Completed in 24 milliseconds