Lines Matching refs:MasterScriptProvider

91 MasterScriptProvider::MasterScriptProvider( const Reference< XComponentContext > & xContext ) throw…  in MasterScriptProvider()  function in func_provider::MasterScriptProvider
102 MasterScriptProvider::~MasterScriptProvider() in ~MasterScriptProvider()
113 void SAL_CALL MasterScriptProvider::initialize( const Sequence < Any >& args ) in initialize()
226 void MasterScriptProvider::createPkgProvider() in createPkgProvider()
256 MasterScriptProvider::getScript( const ::rtl::OUString& scriptURI ) in getScript()
397 MasterScriptProvider::isValid() in isValid()
404 MasterScriptProvider::providerCache() in providerCache()
431 MasterScriptProvider::getName() in getName()
461 MasterScriptProvider::getChildNodes() in getChildNodes()
491 MasterScriptProvider::hasChildNodes() in hasChildNodes()
499 MasterScriptProvider::getType() in getType()
508 MasterScriptProvider::parseLocationName( const ::rtl::OUString& location ) in parseLocationName()
522 MasterScriptProvider::insertByName( const ::rtl::OUString& aName, const Any& aElement ) throw ( lan… in insertByName()
602 MasterScriptProvider::removeByName( const ::rtl::OUString& Name ) throw ( container::NoSuchElementE… in removeByName()
676 MasterScriptProvider::replaceByName( const ::rtl::OUString& aName, const Any& aElement ) throw ( la… in replaceByName()
690 MasterScriptProvider::getByName( const ::rtl::OUString& aName ) throw ( container::NoSuchElementExc… in getByName()
705 MasterScriptProvider::hasByName( const ::rtl::OUString& aName ) throw (RuntimeException) in hasByName()
776 MasterScriptProvider::getElementNames( ) throw ( RuntimeException) in getElementNames()
789 MasterScriptProvider::getElementType( ) throw ( RuntimeException) in getElementType()
796 sal_Bool SAL_CALL MasterScriptProvider::hasElements( ) throw ( RuntimeException) in hasElements()
809 MasterScriptProvider::getAllProviders() throw ( css::uno::RuntimeException ) in getAllProviders()
826 ::rtl::OUString SAL_CALL MasterScriptProvider::getImplementationName( ) in getImplementationName()
834 sal_Bool SAL_CALL MasterScriptProvider::supportsService( const ::rtl::OUString& serviceName ) in supportsService()
850 Sequence< ::rtl::OUString > SAL_CALL MasterScriptProvider::getSupportedServiceNames( ) in getSupportedServiceNames()
881 return ( cppu::OWeakObject * ) new ::func_provider::MasterScriptProvider( xCompC ); in sp_create()