Lines Matching refs:OUString

68 ::rtl::OUString SAL_CALL mspf_getImplementationName() ;
70 Sequence< ::rtl::OUString > SAL_CALL mspf_getSupportedServiceNames();
73 bool endsWith( const ::rtl::OUString& target, in endsWith()
74 const ::rtl::OUString& item ) in endsWith()
163 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in initialize()
195 ::rtl::OUString pkgSpec = OUSTR("uno_packages"); in initialize()
230 ::rtl::OUString loc = m_sCtxString; in createPkgProvider()
232 ::rtl::OUString sPkgCtx = m_sCtxString.concat( OUSTR(":uno_packages") ); in createPkgProvider()
256 MasterScriptProvider::getScript( const ::rtl::OUString& scriptURI ) in getScript()
271 m_xMgr->createInstanceWithContext( rtl::OUString::createFromAscii( in getScript()
275 …::rtl::OUString message = ::rtl::OUString::createFromAscii("Failed to instantiate UriReferenceFac… in getScript()
278 scriptURI, ::rtl::OUString(), in getScript()
289 ::rtl::OUString errorMsg = OUSTR( "Incorrect format for Script URI: " ); in getScript()
297 ::rtl::OUString langKey = ::rtl::OUString::createFromAscii( "language" ); in getScript()
298 ::rtl::OUString locKey = ::rtl::OUString::createFromAscii( "location" ); in getScript()
304 ::rtl::OUString errorMsg = OUSTR( "Incorrect format for Script URI: " ); in getScript()
312 ::rtl::OUString language = sfUri->getParameter( langKey ); in getScript()
313 ::rtl::OUString location = sfUri->getParameter( locKey ); in getScript()
317 ::rtl::OUString pkgTag = in getScript()
318 ::rtl::OUString::createFromAscii( ":uno_packages" ); in getScript()
355 ::rtl::OUString serviceName = buf.makeStringAndClear(); in getScript()
411 … ::rtl::OUString serviceName1 = OUSTR("com.sun.star.script.provider.ScriptProviderForBasic"); in providerCache()
412 Sequence< ::rtl::OUString > blacklist(1); in providerCache()
430 ::rtl::OUString SAL_CALL
436 ::rtl::OUString sCtx = getContextString(); in getName()
507 ::rtl::OUString
508 MasterScriptProvider::parseLocationName( const ::rtl::OUString& location ) in parseLocationName()
512 ::rtl::OUString temp = location; in parseLocationName()
522 MasterScriptProvider::insertByName( const ::rtl::OUString& aName, const Any& aElement ) throw ( lan… in insertByName()
591 ::rtl::OUString message = OUSTR("Failed to register package for "); in insertByName()
602 MasterScriptProvider::removeByName( const ::rtl::OUString& Name ) throw ( container::NoSuchElementE… in removeByName()
665 ::rtl::OUString message = OUSTR("Failed to revoke package for "); 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()
775 Sequence< ::rtl::OUString > SAL_CALL
779 Sequence< ::rtl::OUString > names; in getElementNames()
817 ::rtl::OUString errorMsg = ::rtl::OUString::createFromAscii( in getAllProviders()
826 ::rtl::OUString SAL_CALL MasterScriptProvider::getImplementationName( ) in getImplementationName()
829 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getImplementationName()
834 sal_Bool SAL_CALL MasterScriptProvider::supportsService( const ::rtl::OUString& serviceName ) in supportsService()
837 Sequence< ::rtl::OUString > serviceNames( getSupportedServiceNames() ); in supportsService()
838 ::rtl::OUString const * pNames = serviceNames.getConstArray(); in supportsService()
850 Sequence< ::rtl::OUString > SAL_CALL MasterScriptProvider::getSupportedServiceNames( ) in getSupportedServiceNames()
853 ::rtl::OUString names[3]; in getSupportedServiceNames()
855 names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getSupportedServiceNames()
857 names[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getSupportedServiceNames()
859 names[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getSupportedServiceNames()
862 return Sequence< ::rtl::OUString >( names, 3 ); in getSupportedServiceNames()
870 ::rtl::OUString SAL_CALL bnf_getImplementationName() ;
872 Sequence< ::rtl::OUString > SAL_CALL bnf_getSupportedServiceNames();
885 Sequence< ::rtl::OUString > sp_getSupportedServiceNames( ) in sp_getSupportedServiceNames()
888 ::rtl::OUString names[3]; in sp_getSupportedServiceNames()
890 names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in sp_getSupportedServiceNames()
892 names[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in sp_getSupportedServiceNames()
894 names[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in sp_getSupportedServiceNames()
897 return Sequence< ::rtl::OUString >( names, 3 ); in sp_getSupportedServiceNames()
901 ::rtl::OUString sp_getImplementationName( ) in sp_getImplementationName()
904 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in sp_getImplementationName()
916 Sequence< ::rtl::OUString > urihelper_getSupportedServiceNames( ) in urihelper_getSupportedServiceNames()
919 ::rtl::OUString serviceNameList[] = { in urihelper_getSupportedServiceNames()
920 ::rtl::OUString::createFromAscii( in urihelper_getSupportedServiceNames()
923 Sequence< ::rtl::OUString > serviceNames = Sequence < in urihelper_getSupportedServiceNames()
924 ::rtl::OUString > ( serviceNameList, 1 ); in urihelper_getSupportedServiceNames()
929 ::rtl::OUString urihelper_getImplementationName( ) in urihelper_getImplementationName()
932 return ::rtl::OUString::createFromAscii( in urihelper_getImplementationName()