Home
last modified time | relevance | path

Searched refs:OUSTR (Results 1 – 25 of 148) sorted by relevance

123456

/trunk/main/stoc/test/security/
H A Dtest_security.cxx216 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 …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_platform.cxx129 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()
177 ret = checkOSandCPU(OUSTR("FreeBSD"), OUSTR("x86")); in isValidPlatform()
181 ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("x86")); in isValidPlatform()
[all …]
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx241 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 Dunopkg_misc.cxx126 + 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 …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx182 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 …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx330 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 Ddp_extensionmanager.cxx189 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 …]
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx102 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()
404 xKey = xKey->openKey( OUSTR("/SINGLETONS") ); in bootstrapInitialContext()
475 OUSTR("DefaultContext"), makeAny( xContext ) ); in bootstrapInitialContext()
482 OUSTR("/singletons/" in bootstrapInitialContext()
[all …]
H A Dbootstrap.cxx219 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 …]
/trunk/main/scripting/source/storage/
H A DScriptElement.cxx48 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 …]
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx53 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 …]
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx60 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 Ddp_component.cxx400 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 …]
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx94 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()
699 + sRuntimeLib + OUSTR("\n")); in jfw_plugin_existJRE()
706 + sRuntimeLib + OUSTR("\n")); in jfw_plugin_existJRE()
[all …]
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx195 ::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 …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx55 &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()
722 readLongAttr( OUSTR("RepeatDelay"), in readCurrencyFieldModel()
776 readLongAttr( OUSTR("RepeatDelay"), in readDateFieldModel()
833 readLongAttr( OUSTR("RepeatDelay"), in readNumericFieldModel()
882 readLongAttr( OUSTR("RepeatDelay"), in readTimeFieldModel()
973 readLongAttr( OUSTR("RepeatDelay"), in readFormattedFieldModel()
1101 readLongAttr( OUSTR("ScrollValueMin"), in readScrollBarModel()
[all …]
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx227 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 Dunoconversionutilities.hxx259 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 …]
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx39 #define OUSTR( x ) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x )) macro
81 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 …]
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx63 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 …]
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx303 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 Ddp_extbackenddb.cxx60 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 …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx268 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 …]
/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx146 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 …]
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx122 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 …]

Completed in 183 milliseconds

123456