| /aoo4110/main/stoc/test/security/ | 
| H A D | test_security.cxx | 216     CHECK( ac.checkFilePermission( OUSTR("file:///usr/tmp"), OUSTR("read") ), !invert );  in check_defaults_neg()217     CHECK( ac.checkFilePermission( OUSTR("file:///"), OUSTR("read") ), !invert );  in check_defaults_neg()
 218     CHECK( ac.checkFilePermission( OUSTR("file:///usr/bin"), OUSTR("read") ), !invert );  in check_defaults_neg()
 222     CHECK( ac.checkFilePermission( OUSTR("file:///tmp"), OUSTR("read") ), !invert );  in check_defaults_neg()
 223     CHECK( ac.checkFilePermission( OUSTR("file:///tmp/"), OUSTR("read") ), !invert );  in check_defaults_neg()
 224     CHECK( ac.checkFilePermission( OUSTR("file:///tm"), OUSTR("read") ), !invert );  in check_defaults_neg()
 230     CHECK( ac.checkFilePermission( OUSTR("file:///root"), OUSTR("delete") ), !invert );  in check_defaults_neg()
 268     CHECK( ac.checkSocketPermission( OUSTR("dbo-1:1024-"), OUSTR("listen") ), invert );  in check_dbo_pos()
 276     CHECK( ac.checkSocketPermission( OUSTR("dbo-11081"), OUSTR("connect") ), invert );  in check_dbo_pos()
 293     CHECK( ac.checkSocketPermission( OUSTR("dbo-11081"), OUSTR("listen") ), !invert );  in check_dbo_neg()
 [all …]
 
 | 
| /aoo4110/main/desktop/source/deployment/misc/ | 
| H A D | dp_platform.cxx | 129             ret = checkOSandCPU(OUSTR("Windows"), OUSTR("x86"));  in isValidPlatform()131             ret = checkOSandCPU(OUSTR("Linux"), OUSTR("x86"));  in isValidPlatform()
 135             ret = checkOSandCPU(OUSTR("kFreeBSD"), OUSTR("x86"));  in isValidPlatform()
 157             ret = checkOSandCPU(OUSTR("Linux"), OUSTR("IA64"));    in isValidPlatform()
 159             ret = checkOSandCPU(OUSTR("Linux"), OUSTR("M68K"));    in isValidPlatform()
 161             ret = checkOSandCPU(OUSTR("Linux"), OUSTR("S390"));    in isValidPlatform()
 165             ret = checkOSandCPU(OUSTR("Linux"), OUSTR("HPPA"));    in isValidPlatform()
 173             ret = checkOSandCPU(OUSTR("Solaris"), OUSTR("x86"));  in isValidPlatform()
 175             ret = checkOSandCPU(OUSTR("FreeBSD"), OUSTR("x86"));  in isValidPlatform()
 179             ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("x86"));  in isValidPlatform()
 [all …]
 
 | 
| /aoo4110/main/desktop/source/pkgchk/unopkg/ | 
| H A D | unopkg_app.cxx | 241         s_option_infos, OUSTR("shared") );  in unopkg_main()243         s_option_infos, OUSTR("force") );  in unopkg_main()
 251         s_option_infos, OUSTR("help") );  in unopkg_main()
 354                     OUSTR("!\n") );  in unopkg_main()
 448                         makeAny(OUSTR("1")):makeAny(OUSTR("0")));  in unopkg_main()
 521                     OUSTR("All deployed ") + repository + OUSTR(" extensions:\n\n"));  in unopkg_main()
 643                 OUSTR("!\n") +   in unopkg_main()
 680             OUSTR("\nERROR: ") + exc.Message + OUSTR("\n"));  in unopkg_main()
 683 				OUSTR("       Cause: ") + cause + OUSTR("\n"));  in unopkg_main()
 695             OUSTR("\nERROR: ") +    in unopkg_main()
 [all …]
 
 | 
| H A D | unopkg_misc.cxx | 126             + OUSTR("\'") + OUString( option_info->m_short_option ) + OUSTR("\n"));  in isOption()270     dp_misc::writeConsole(name + OUSTR(": ") + value + OUSTR("\n"));  in printf_line()
 298             value = reg.Value ? OUSTR("yes") : OUSTR("no");  in printf_package()
 301         value = OUSTR("n/a");  in printf_package()
 423             OUSTR("\n"));  in connectToOffice()
 521                 OUSTR("\n") + sError + sMsg + OUSTR("\n"));  in getUNO()
 557                     OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n"));  in hasNoFolder()
 572                 OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n"));  in hasNoFolder()
 580             OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n"));  in hasNoFolder()
 619                     OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n"));  in removeFolder()
 [all …]
 
 | 
| /aoo4110/main/desktop/source/deployment/registry/ | 
| H A D | dp_backenddb.cxx | 182     sExpression.append(OUSTR("[@url = \""));  in removeEntry()196             entry->setAttribute(OUSTR("revoked"), OUSTR("true"));  in revokeEntry()
 218             entry->removeAttribute(OUSTR("revoked"));  in activateEntry()
 242             if (!sActive.equals(OUSTR("true")))  in hasActiveEntry()
 268         sExpression.append(OUSTR("[@url = \""));  in getKeyElement()
 503             sPrefix + OUSTR(":") + sElementName + OUSTR("[@url = \"") + url + OUSTR("\"]"));  in writeKeyElement()
 538         const OUString sExpr(sPrefix + OUSTR(":") + sElementName + OUSTR("/text()"));  in readSimpleElement()
 567             sPrefix + sListTagName + OUSTR("/") + sPrefix + sMemberTagName + OUSTR("/text()"));  in readList()
 609         buf.append(OUSTR("/text()"));  in getOneChildFromAllEntries()
 659                 sPrefix + OUSTR(":") + sEntry + OUSTR("[@url = \"") + url + OUSTR("\"]"));  in addEntry()
 [all …]
 
 | 
| /aoo4110/main/desktop/source/deployment/manager/ | 
| H A D | dp_manager.cxx | 330         logFile = OUSTR(  in create()343         stampURL = OUSTR(  in create()
 353         logFile = OUSTR(  in create()
 355         stampURL = OUSTR(  in create()
 365         logFile = OUSTR(  in create()
 385         logFile = OUSTR(  in create()
 395         stampURL = OUSTR(  in create()
 405         stampURL = OUSTR(  in create()
 656     destFolder += OUSTR("_");  in insertToActivationLayer()
 771 		if (m_context == OUSTR("shared"))  in addPackage()
 [all …]
 
 | 
| H A D | dp_extensionmanager.cxx | 189     m_repositoryNames.push_back(OUSTR("user"));  in ExtensionManager()232     if (repository.equals(OUSTR("user")))  in getPackageManager()
 234     else if (repository.equals(OUSTR("shared")))  in getPackageManager()
 238     else if (repository.equals(OUSTR("tmp")))  in getPackageManager()
 240     else if (repository.equals(OUSTR("bak")))  in getPackageManager()
 397                 OUSTR("Could not find extension: ") + identifier + OUSTR(", ") + fileName,   in getExtensionsWithSameIdentifier()
 707     if (repository.equals(OUSTR("user")))  in addExtension()
 905         if (repository.equals(OUSTR("user")))  in removeExtension()
 1389         progressShared.update(OUSTR("\n\n"));  in synchronize()
 1461 				OUSTR("Extension ") + displayName +  in checkInstall()
 [all …]
 
 | 
| /aoo4110/main/cppuhelper/source/ | 
| H A D | servicefactory.cxx | 102         OUSTR("no factory object given!"),  in createInstance()115                     OUSTR("bootstrap.uno" SAL_DLLEXTENSION),  in createSimpleRegistry()
 146                     OUSTR("bootstrap.uno" SAL_DLLEXTENSION),  in createNestedRegistry()
 242     if (! bootstrap.getFrom( OUSTR("UNO_AC"), ac_mode ))  in add_access_control_entries()
 244         ac_mode = OUSTR("off"); // default  in add_access_control_entries()
 263                     OUSTR("set UNO_AC=single-user "  in add_access_control_entries()
 274                     OUSTR("set UNO_AC=single-default-user "  in add_access_control_entries()
 403             xKey = xKey->openKey( OUSTR("/SINGLETONS") );  in bootstrapInitialContext()
 474             OUSTR("DefaultContext"), makeAny( xContext ) );  in bootstrapInitialContext()
 481             OUSTR("/singletons/"  in bootstrapInitialContext()
 [all …]
 
 | 
| H A D | bootstrap.cxx | 219     OUString prefixed_arg_name = OUSTR("UNO_");  in findBoostrapArgument()404             OUSTR("com.sun.star.comp.stoc.SimpleRegistry"),  in defaultBootstrap_InitialComponentContext()
 412             OUSTR("com.sun.star.comp.stoc.NestedRegistry"),  in defaultBootstrap_InitialComponentContext()
 519                 OUSTR("no soffice installation found!"));  in bootstrap()
 539             path += OUSTR("/");  in bootstrap()
 545                 OUSTR("URE_BOOTSTRAP"),  in bootstrap()
 578             OUSTR( "-nologo" ),  in bootstrap()
 579             OUSTR( "-nodefault" ),  in bootstrap()
 580             OUSTR( "-norestore" ),  in bootstrap()
 581             OUSTR( "-nocrashreport" ),  in bootstrap()
 [all …]
 
 | 
| /aoo4110/main/scripting/source/storage/ | 
| H A D | ScriptElement.cxx | 48         XMLElement( OUSTR( "parcel" ) ),  in ScriptElement()53     addAttribute( OUSTR( "language" ), sII.language );  in ScriptElement()
 54     addAttribute( OUSTR( "xmlns:parcel" ), OUSTR( "scripting.dtd" ) );  in ScriptElement()
 55     XMLElement* xScriptElt = new XMLElement( OUSTR( "script" ) );  in ScriptElement()
 65         XMLElement* xel = new XMLElement( OUSTR( "locale" ) );  in ScriptElement()
 66         xel->addAttribute( OUSTR( "lang" ), mp_it->first );  in ScriptElement()
 87         xel->addAttribute( OUSTR( "value" ), sII.functionname );  in ScriptElement()
 94         xel->addAttribute( OUSTR( "value" ), sII.logicalname );  in ScriptElement()
 124         XMLElement* xel = new XMLElement( OUSTR( "fileset" ) );  in ScriptElement()
 125         xel->addAttribute( OUSTR( "name" ), fm_it->first );  in ScriptElement()
 [all …]
 
 | 
| /aoo4110/main/desktop/source/deployment/registry/component/ | 
| H A D | dp_compbackenddb.cxx | 60     return OUSTR(EXTENSION_REG_NS);  in getDbNSName()65     return OUSTR(NS_PREFIX);  in getNSPrefix()
 70     return OUSTR(ROOT_ELEMENT_NAME);  in getRootElementName()
 75     return OUSTR(KEY_ELEMENT_NAME);  in getKeyElementName()
 91                 OUSTR("name"),  in addEntry()
 97                 OUSTR("item"),  in addEntry()
 98                 OUSTR("key"),  in addEntry()
 99                 OUSTR("value"),  in addEntry()
 130                     OUSTR("name"));  in getEntry()
 136                     OUSTR("item"),  in getEntry()
 [all …]
 
 | 
| H A D | dp_component.cxx | 400             OUSTR("Failed to get the BackendImpl"),   in getMyBackend()465         ? OUSTR("common_.rdb") : OUSTR("common.rdb");  in initServiceRdbFiles()
 579                                     OUSTR("*.jar"),  in BackendImpl()
 603                                  OUSTR("*.rdb"),  in BackendImpl()
 610                                   OUSTR("*.jar"),  in BackendImpl()
 726                     mediaType = OUSTR(  in bindPackage_()
 729                     mediaType = OUSTR(  in bindPackage_()
 1382     args.push_back( OUSTR("--quiet") );  in raise_uno_process()
 1384     args.push_back( OUSTR("--singleaccept") );  in raise_uno_process()
 1385     args.push_back( OUSTR("-u") );  in raise_uno_process()
 [all …]
 
 | 
| /aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/ | 
| H A D | sunjavaplugin.cxx | 94             sName = sLocation + OUSTR("/lib/") + sName;  in getPluginJarPath()103         OUString sName(sLocation + OUSTR("/lib/") + sName1);  in getPluginJarPath()
 109             sName = sLocation + OUSTR("/lib/") + sName2;  in getPluginJarPath()
 373                 + OUSTR(" .Check minimum Version.") );  in jfw_plugin_getJavaInfoByPath()
 393                 + OUSTR(" .Check maximum Version.") );  in jfw_plugin_getJavaInfoByPath()
 455               + sRuntimeLib + OUSTR(".\n"));  in jfw_plugin_startJavaVirtualMachine()
 469                     + sRuntimeLib + OUSTR("\n"));  in jfw_plugin_startJavaVirtualMachine()
 472                     + sRuntimeLib +  OUSTR("\n"));  in jfw_plugin_startJavaVirtualMachine()
 652               + sRuntimeLib + OUSTR("\n"));  in jfw_plugin_existJRE()
 659                        + sRuntimeLib + OUSTR("\n"));  in jfw_plugin_existJRE()
 [all …]
 
 | 
| /aoo4110/main/stoc/source/tdmanager/ | 
| H A D | tdmgr_check.cxx | 53     OUString name = OUSTR("com.sun.star.uno.TypeClass");  in getTypeClassName()58         return OUSTR("Cannot get type description of ") + name;  in getTypeClassName()
 72         name = OUSTR("unknown TypeClass value: ") +  in getTypeClassName()
 160            xNewTD->getName() + OUSTR(", base type") );  in checkStruct()
 162               xNewTD->getName() + OUSTR(", member types") );  in checkStruct()
 184             typeError( OUSTR("Mixing polymorphic STRUCT types "  in checkStruct()
 194               xNewTD->getName() + OUSTR(", base types") );  in checkInterface()
 198               xNewTD->getName() + OUSTR(", members") );  in checkInterface()
 283            xNewTD->getName() + OUSTR(", attribute type") );  in checkAttribute()
 386                       context + OUSTR(", exceptions") );  in checkService()
 [all …]
 
 | 
| /aoo4110/main/scripting/source/provider/ | 
| H A D | MasterScriptProvider.cxx | 195         ::rtl::OUString pkgSpec = OUSTR("uno_packages");  in initialize()264             scriptURI, OUSTR(""),  in getScript()
 293             scriptURI, OUSTR(""),  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()
 454         m_sNodeName = OUSTR("uno_packages");  in getName()
 563                 OUSTR("insertByName cannot instantiate "  in insertByName()
 638                 OUSTR("removeByName() cannot instantiate "  in removeByName()
 [all …]
 
 | 
| /aoo4110/main/xmlscript/source/xmldlg_imexp/ | 
| H A D | xmldlg_expmodels.cxx | 55         &style._descr, OUSTR("FontDescriptor") );  in readFontProps()104         readLongAttr( OUSTR("RepeatDelay"),  in readButtonModel()
 107         addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":toggled"), OUSTR("1") );  in readButtonModel()
 108     readBoolAttr( OUSTR("FocusOnClick"),  in readButtonModel()
 720         readLongAttr( OUSTR("RepeatDelay"),  in readCurrencyFieldModel()
 774         readLongAttr( OUSTR("RepeatDelay"),  in readDateFieldModel()
 831         readLongAttr( OUSTR("RepeatDelay"),  in readNumericFieldModel()
 880         readLongAttr( OUSTR("RepeatDelay"),  in readTimeFieldModel()
 971         readLongAttr( OUSTR("RepeatDelay"),  in readFormattedFieldModel()
 1099     readLongAttr( OUSTR("ScrollValueMin"),  in readScrollBarModel()
 [all …]
 
 | 
| /aoo4110/main/extensions/source/ole/ | 
| H A D | oleobjw.cxx | 227             OUSTR("[automation bridge] unexpected exception in "  in invoke()257                          OUSTR("\" is not supported"));  in setValue()
 266                          OUSTR(" is read-only"));  in setValue()
 402             OUSTR("[automation bridge] unexpected exception in "  in setValue()
 469                          OUSTR("\" is not supported"));  in getValue()
 583             OUSTR("[automation bridge] unexpected exception in "  in getValue()
 1455                     message = OUSTR("[automation bridge]: ");  in directInvoke()
 2083 			throw RuntimeException(OUSTR("[automation bridge] One or more "  in invokeWithDispIdComTlb()
 2088 				message = OUSTR("[automation bridge]: ");  in invokeWithDispIdComTlb()
 2120 			throw RuntimeException(OUSTR("[automation bridge] Call failed. "  in invokeWithDispIdComTlb()
 [all …]
 
 | 
| H A D | unoconversionutilities.hxx | 259                         OUSTR("[automation bridge] convertSelfToCom\n"  in convertSelfToCom()577                 OUSTR("\"  to the expected UNO type of type class: ") +  in variantToAny()
 608             OUSTR("[automation bridge] unexpected exception in "  in variantToAny()
 660                     OUSTR(" failed! Error code: ") + OUString::valueOf(hr));  in anyToVariant()
 686             OUSTR("[automation bridge]UnoConversionUtilities<T>::anyToVariant \n"  in anyToVariant()
 692             OUSTR("[automation bridge]UnoConversionUtilities<T>::anyToVariant \n"  in anyToVariant()
 1561                                 OUSTR("does not exist!"),  in variantToAny()
 1644             OUSTR("[automation bridge] unexpected exception in "  in variantToAny()
 1982             OUSTR("[automation bridge] unexpected exception in "  in convertValueObject()
 2123             OUSTR("[automation bridge] unexpected exception in "  in dispatchExObject2Sequence()
 [all …]
 
 | 
| /aoo4110/main/jvmaccess/workbench/javainfo/ | 
| H A D | javainfotest.cxx | 39 #define OUSTR( x )  ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x ))  macro81     JavaInfo info(OUSTR("file:///d:/java/j2sdk1.4.1_01"));  in test_constructor1()
 101     JavaInfo a(OUSTR("file:///d:/java/j2sdk1.4.1_01"));  in test_constructor2()
 130         JavaInfo info(OUString(OUSTR(JAVA_VERSION)), 0);  in test_constructor2()
 212     JavaInfo a(OUSTR("file:///C:/Program%20Files/JavaSoft/JRE/1.3.1"));  in test_compareVersions()
 214     JavaInfo c(OUSTR("file:///C:/Program%20Files/Java/j2re1.4.0_03"));  in test_compareVersions()
 215     JavaInfo d(OUSTR("file:///C:/Program%20Files/Java/j2re1.4.2_04"));  in test_compareVersions()
 304     JavaInfo a(OUSTR(JAVA_VERSION)); // accessible  in test_isEqual()
 305     JavaInfo b(OUSTR(JAVA_VERSION));  in test_isEqual()
 308     JavaInfo d(OUSTR("file:///d:/java/copy_j2sdk1.4.0"));  in test_isEqual()
 [all …]
 
 | 
| /aoo4110/main/stoc/source/security/ | 
| H A D | file_policy.cxx | 63 static OUString s_implName = OUSTR(IMPL_NAME);64 static OUString s_serviceName = OUSTR(SERVICE_NAME);
 251         error( OUSTR("unexpected end of file!") );  in assureQuotedToken()
 277         error( OUSTR("unexpected end of file!") );  in assureToken()
 379             error( OUSTR("checking eof failed!") );  in get()
 385             error( OUSTR("read line failed!") );  in get()
 438 static OUString s_grant = OUSTR("grant");
 439 static OUString s_user = OUSTR("user");
 441 static OUString s_openBrace = OUSTR("{");
 442 static OUString s_closingBrace = OUSTR("}");
 [all …]
 
 | 
| /aoo4110/main/cli_ure/source/climaker/ | 
| H A D | climaker_app.cxx | 268             OUSTR("no registries given!"),  in open_registries()330             get_option_info( OUSTR("help") );  in SAL_IMPLEMENT_MAIN()
 332             get_option_info( OUSTR("verbose") );  in SAL_IMPLEMENT_MAIN()
 334             get_option_info( OUSTR("out") );  in SAL_IMPLEMENT_MAIN()
 336             get_option_info( OUSTR("types") );  in SAL_IMPLEMENT_MAIN()
 338             get_option_info( OUSTR("reference") );  in SAL_IMPLEMENT_MAIN()
 340             get_option_info( OUSTR("extra") );  in SAL_IMPLEMENT_MAIN()
 342             get_option_info( OUSTR("keyfile") );  in SAL_IMPLEMENT_MAIN()
 344             get_option_info( OUSTR("delaySign") );  in SAL_IMPLEMENT_MAIN()
 519                 output = OUSTR("cli_unotypes");  in SAL_IMPLEMENT_MAIN()
 [all …]
 
 | 
| /aoo4110/main/scripting/source/runtimemgr/ | 
| H A D | ScriptNameResolverImpl.cxx | 146         OUString temp = OUSTR(  in resolve()299             OUString temp = OUSTR(  in resolve()
 306             OUString temp = OUSTR(  in resolve()
 313             OUString temp = OUSTR(  in resolve()
 320 	    OUString temp = OUSTR(  in resolve()
 332 	    OUString temp = OUSTR(  in resolve()
 343 	    OUString temp = OUSTR(  in resolve()
 450         OUString temp = OUSTR(
 458         OUString temp = OUSTR(
 466         OUString temp = OUSTR(
 [all …]
 
 | 
| /aoo4110/main/desktop/source/deployment/registry/package/ | 
| H A D | dp_package.cxx | 303                              OUSTR("*.oxt;*.uno.pkg"),  in BackendImpl()308                                    OUSTR("application/"  in BackendImpl()
 310                                    OUSTR("*.zip"),  in BackendImpl()
 511             OUSTR("Failed to get the BackendImpl"),   in getMyBackend()
 601 				OUSTR("Could not read file ") + licenseUrl, 0, exc);  in getTextFromURL()
 692 …if ( ! (simplLicAttr->acceptBy.equals(OUSTR("user")) || simplLicAttr->acceptBy.equals(OUSTR("admin…  in checkLicense()
 851             aMediaProps[0].Name = OUSTR( "URL" );  in getIcon()
 1086             OUSTR("unsupported nameClashAction!"),  in exportTo()
 1169                 fullPath += OUSTR("/");  in exportTo()
 1182                 mediaType = OUSTR("unknown");  in exportTo()
 [all …]
 
 | 
| H A D | dp_extbackenddb.cxx | 60     return OUSTR(EXTENSION_REG_NS);  in getDbNSName()65     return OUSTR(NS_PREFIX);  in getNSPrefix()
 70     return OUSTR(ROOT_ELEMENT_NAME);  in getRootElementName()
 75     return OUSTR(KEY_ELEMENT_NAME);  in getKeyElementName()
 87                 OUSTR("extension-items"),  in addEntry()
 88                 OUSTR("item"),  in addEntry()
 89                 OUSTR("url"),  in addEntry()
 90                 OUSTR("media-type"),  in addEntry()
 117                     OUSTR("item"),  in getEntry()
 118                     OUSTR("url"),  in getEntry()
 [all …]
 
 | 
| /aoo4110/main/desktop/source/deployment/registry/sfwk/ | 
| H A D | dp_sfwk.cxx | 122             OUSTR("Failed to get the BackendImpl"),   in getMyBackend()176                        OUSTR("Scripting Framework Script Library"),  in BackendImpl()
 275                     url, OUSTR("parcel-descriptor.xml") );   in bindPackage_()
 309                 OUString MACRONAME( OUSTR("%MACROLANG" ) );  in bindPackage_()
 314                 dp_misc::TRACE(OUSTR(" BackEnd detected lang = ") + lang + OUSTR("\n"));  in bindPackage_()
 315                 dp_misc::TRACE(OUSTR(" for url ") + sParcelDescURL + OUSTR("\n") );  in bindPackage_()
 339         aContext  <<= OUSTR("user");  in initPackageHandler()
 343         aContext  <<= OUSTR("share");  in initPackageHandler()
 347         aContext  <<= OUSTR("bundled");  in initPackageHandler()
 351         aContext  <<= OUSTR("bundled_prereg");  in initPackageHandler()
 [all …]
 
 |