Home
last modified time | relevance | path

Searched refs:ActiveMSPList (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/scripting/source/provider/
H A DActiveMSPList.cxx53 ActiveMSPList::ActiveMSPList( const Reference< XComponentContext > & xContext ) : m_xContext( xCon… in ActiveMSPList() function in func_provider::ActiveMSPList
60 ActiveMSPList::~ActiveMSPList() in ~ActiveMSPList()
65 ActiveMSPList::createNewMSP( const uno::Any& context ) in createNewMSP()
77 ActiveMSPList::getMSPFromAnyContext( const Any& aContext ) in getMSPFromAnyContext()
121ActiveMSPList::getMSPFromInvocationContext( const Reference< document::XScriptInvocationContext >&… in getMSPFromInvocationContext()
156 ActiveMSPList::getMSPFromStringContext( const ::rtl::OUString& context ) in getMSPFromStringContext()
227 ActiveMSPList::addActiveMSP( const Reference< uno::XInterface >& xComponent, in addActiveMSP()
254 ActiveMSPList::disposing( const ::com::sun::star::lang::EventObject& Source ) in disposing()
279 ActiveMSPList::createNonDocMSPs() in createNonDocMSPs()
H A DActiveMSPList.hxx62 class ActiveMSPList : public ::cppu::WeakImplHelper1< css::lang::XEventListener > class
67 ActiveMSPList( const css::uno::Reference<
69 ~ActiveMSPList();
H A DMasterScriptProviderFactory.hxx49 mutable rtl::Reference< ActiveMSPList > m_MSPList;
53 const rtl::Reference< ActiveMSPList > & getActiveMSPList() const;
H A DMasterScriptProviderFactory.cxx70 const rtl::Reference< ActiveMSPList > &
77 m_MSPList = new ActiveMSPList( m_xComponentContext ); in getActiveMSPList()
H A Dmakefile.mk41 $(SLO)$/ActiveMSPList.obj\

Completed in 20 milliseconds