Home
last modified time | relevance | path

Searched refs:createNewMSP (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scripting/source/provider/
H A DActiveMSPList.cxx65 ActiveMSPList::createNewMSP( const uno::Any& context ) in createNewMSP() function in func_provider::ActiveMSPList
142 msp = createNewMSP( uno::makeAny( xContext ) ); in getMSPFromInvocationContext()
179 msp = createNewMSP( context ); in getMSPFromStringContext()
194 msp = createNewMSP( context ); in getMSPFromStringContext()
H A DActiveMSPList.hxx89 createNewMSP( const css::uno::Any& context );
91 createNewMSP( const ::rtl::OUString& context ) in createNewMSP() function in func_provider::ActiveMSPList
93 return createNewMSP( css::uno::makeAny( context ) ); in createNewMSP()