Lines Matching refs:OUSTR

125             OUSTR( "MasterScriptProvider::initialize: invalid number of arguments" ),  in initialize()
195 ::rtl::OUString pkgSpec = OUSTR("uno_packages"); in initialize()
232 ::rtl::OUString sPkgCtx = m_sCtxString.concat( OUSTR(":uno_packages") ); in createPkgProvider()
237OUSTR( "/singletons/com.sun.star.script.provider.theMasterScriptProviderFactory") ), UNO_QUERY_THR… in createPkgProvider()
263 OUSTR( "MasterScriptProvider not initialised" ), Reference< XInterface >(), in getScript()
264 scriptURI, OUSTR(""), in getScript()
289 ::rtl::OUString errorMsg = OUSTR( "Incorrect format for Script URI: " ); in getScript()
293 scriptURI, OUSTR(""), in getScript()
304 ::rtl::OUString errorMsg = OUSTR( "Incorrect format for Script URI: " ); in getScript()
308 scriptURI, OUSTR(""), in getScript()
344 if ( ( location.equals( OUSTR( "document" ) ) in getScript()
348 || ( language.equals( OUSTR( "Basic" ) ) ) in getScript()
375 OUSTR( "No LanguageProviders detected" ), in getScript()
386OUSTR( "/singletons/com.sun.star.script.provider.theMasterScriptProviderFactory") ), UNO_QUERY_THR… in getScript()
411 … ::rtl::OUString serviceName1 = OUSTR("com.sun.star.script.provider.ScriptProviderForBasic"); in providerCache()
437 if ( sCtx.indexOf( OUSTR( "vnd.sun.star.tdoc" ) ) == 0 ) in getName()
454 m_sNodeName = OUSTR("uno_packages"); in getName()
532 OUSTR("PackageMasterScriptProvider doesn't implement XNameContainer"), in insertByName()
539 throw RuntimeException( OUSTR("PackageMasterScriptProvider is unitialised"), in insertByName()
549 throw lang::IllegalArgumentException( OUSTR("Couldn't convert to XPackage"), in insertByName()
554 throw lang::IllegalArgumentException( OUSTR("Name not set!!"), in insertByName()
563 OUSTR("insertByName cannot instantiate " in insertByName()
591 ::rtl::OUString message = OUSTR("Failed to register package for "); in insertByName()
612 OUSTR("PackageMasterScriptProvider doesn't implement XNameContainer"), in removeByName()
619 throw RuntimeException( OUSTR("PackageMasterScriptProvider is unitialised"), in removeByName()
628 throw lang::IllegalArgumentException( OUSTR("Name not set!!"), in removeByName()
638 OUSTR("removeByName() cannot instantiate " in removeByName()
665 ::rtl::OUString message = OUSTR("Failed to revoke package for "); in removeByName()
684 throw RuntimeException( OUSTR("replaceByName not implemented!!!!") , in replaceByName()
698 throw RuntimeException( OUSTR("getByName not implemented!!!!") , in getByName()
716 OUSTR("PackageMasterScriptProvider doesn't implement XNameContainer"), in hasByName()
724 throw RuntimeException( OUSTR("PackageMasterScriptProvider is unitialised"), in hasByName()
733 throw lang::IllegalArgumentException( OUSTR("Name not set!!"), in hasByName()
744 OUSTR("removeByName() cannot instantiate " in hasByName()
782 throw RuntimeException( OUSTR("getElementNames not implemented!!!!") , in getElementNames()
801 throw RuntimeException( OUSTR("hasElements not implemented!!!!") , in hasElements()