| /trunk/main/stoc/test/security/ |
| H A D | test_security.cxx | 46 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro 63 SocketAddr::resolveHostname( OUSTR("localhost"), addr ); in localhost() 165 OUSTR("expected RuntimeException upon check!"), Reference< XInterface >() ); \ 201 CHECK( ac.checkFilePermission( OUSTR("file:///usr/bin/bla"), OUSTR("read") ), invert ); in check_defaults_pos() 202 CHECK( ac.checkFilePermission( OUSTR("file:///tmp/bla"), OUSTR("read,write") ), invert ); in check_defaults_pos() 203 CHECK( ac.checkFilePermission( OUSTR("file:///tmp/path/path/bla"), OUSTR("write") ), invert ); in check_defaults_pos() 204 CHECK( ac.checkFilePermission( OUSTR("file:///etc/profile"), OUSTR("read") ), invert ); in check_defaults_pos() 205 CHECK( ac.checkRuntimePermission( OUSTR("DEF") ), invert ); in check_defaults_pos() 206 CHECK( ac.checkSocketPermission( OUSTR("localhost:1024"), OUSTR("connect") ), invert ); in check_defaults_pos() 207 CHECK( ac.checkSocketPermission( OUSTR("localhost:65535"), OUSTR("resolve") ), invert ); in check_defaults_pos() [all …]
|
| /trunk/main/desktop/source/deployment/misc/ |
| H A D | dp_platform.cxx | 77 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro 126 if (token.equals(OUSTR(PLATFORM_ALL))) in isValidPlatform() 128 else if (token.equals(OUSTR(PLATFORM_WIN_X86))) in isValidPlatform() 129 ret = checkOSandCPU(OUSTR("Windows"), OUSTR("x86")); in isValidPlatform() 130 else if (token.equals(OUSTR(PLATFORM_LINUX_X86))) in isValidPlatform() 131 ret = checkOSandCPU(OUSTR("Linux"), OUSTR("x86")); in isValidPlatform() 132 else if (token.equals(OUSTR(PLATFORM_LINUX_X86_64))) in isValidPlatform() 133 ret = checkOSandCPU(OUSTR("Linux"), OUSTR("X86_64")); in isValidPlatform() 134 else if (token.equals(OUSTR(PLATFORM_KFREEBSD_X86))) in isValidPlatform() 135 ret = checkOSandCPU(OUSTR("kFreeBSD"), OUSTR("x86")); in isValidPlatform() [all …]
|
| /trunk/main/desktop/source/pkgchk/unopkg/ |
| H A D | unopkg_app.cxx | 199 OUSTR("com.sun.star.bridge.BridgeFactory"), ctx), in disposeBridges() 241 s_option_infos, OUSTR("shared") ); in unopkg_main() 243 s_option_infos, OUSTR("force") ); in unopkg_main() 245 s_option_infos, OUSTR("verbose") ); in unopkg_main() 247 s_option_infos, OUSTR("log-file") ); in unopkg_main() 249 s_option_infos, OUSTR("deployment-context") ); in unopkg_main() 251 s_option_infos, OUSTR("help") ); in unopkg_main() 253 s_option_infos, OUSTR("version") ); in unopkg_main() 255 s_option_infos, OUSTR("bundled") ); in unopkg_main() 257 s_option_infos, OUSTR("suppress-license") ); in unopkg_main() [all …]
|
| H A D | unopkg_misc.cxx | 125 dp_misc::TRACE(OUSTR(__FILE__": identified option \'") in isOption() 126 + OUSTR("\'") + OUString( option_info->m_short_option ) + OUSTR("\n")); in isOption() 133 dp_misc::TRACE(OUSTR( __FILE__": identified option \'") in isOption() 134 + OUString::createFromAscii(option_info->m_name) + OUSTR("\'\n")); in isOption() 165 dp_misc::TRACE(OUSTR( __FILE__": argument value: ") in readArgument() 166 + *pValue + OUSTR("\n")); in readArgument() 184 OUSTR("cannot locate executable directory!"),0 ); in operator ()() 227 OUSTR("cannot get file url from system path: ") + in makeAbsoluteFileUrl() 270 dp_misc::writeConsole(name + OUSTR(": ") + value + OUSTR("\n")); in printf_line() 284 printf_line( OUSTR("Identifier"), id.Value, level ); in printf_package() [all …]
|
| /trunk/main/desktop/source/deployment/registry/ |
| H A D | dp_backenddb.cxx | 80 OUSTR("com.sun.star.xml.dom.DocumentBuilder"), in getDocument() 84 OUSTR(" Could not create service com.sun.star.xml.dom.DocumentBuilder"), 0); in getDocument() 101 OUSTR(":") + getRootElementName()); in getDocument() 109 OUSTR("Extension manager could not access database file:" ) in getDocument() 114 OUSTR("Extension manager could not get root node of data base file: ") in getDocument() 127 OUSTR("com.sun.star.xml.xpath.XPathAPI"), in getXPathAPI() 132 OUSTR(" Could not create service com.sun.star.xml.xpath.XPathAPI"), 0); in getXPathAPI() 169 OUSTR("Extension Manager: failed to write data entry in backend db: ") + in removeElement() 182 sExpression.append(OUSTR("[@url = \"")); in removeEntry() 196 entry->setAttribute(OUSTR("revoked"), OUSTR("true")); in revokeEntry() [all …]
|
| /trunk/main/desktop/source/deployment/manager/ |
| H A D | dp_manager.cxx | 187 if (m_context.equals(OUSTR("user"))) in initActivationLayer() 188 dbName = m_activePackages_expanded + OUSTR(".pmap"); in initActivationLayer() 193 dbName = m_registrationData_expanded + OUSTR("/extensions.pmap"); in initActivationLayer() 199 if (! m_readOnly && ! m_context.equals(OUSTR("bundled"))) in initActivationLayer() 242 bool bShared = m_context.equals(OUSTR("shared")) ? true : false; in initActivationLayer() 277 url + OUSTR("removed"), Reference<XCommandEnvironment>()); in initActivationLayer() 288 erase_path( url + OUSTR("_"), in initActivationLayer() 294 erase_path(url + OUSTR("removed"), in initActivationLayer() 324 that->m_activePackages = OUSTR( in create() 326 that->m_registrationData = OUSTR( in create() [all …]
|
| H A D | dp_extensionmanager.cxx | 135 OUSTR("Failed to update") + url, 0, exc); in writeLastModified() 189 m_repositoryNames.push_back(OUSTR("user")); in ExtensionManager() 190 m_repositoryNames.push_back(OUSTR("shared")); in ExtensionManager() 191 m_repositoryNames.push_back(OUSTR("bundled")); in ExtensionManager() 202 return m_xPackageManagerFactory->getPackageManager(OUSTR("user")); in getUserRepository() 206 return m_xPackageManagerFactory->getPackageManager(OUSTR("shared")); in getSharedRepository() 210 return m_xPackageManagerFactory->getPackageManager(OUSTR("bundled")); in getBundledRepository() 214 return m_xPackageManagerFactory->getPackageManager(OUSTR("tmp")); in getTmpRepository() 218 return m_xPackageManagerFactory->getPackageManager(OUSTR("bak")); in getBakRepository() 232 if (repository.equals(OUSTR("user"))) in getPackageManager() [all …]
|
| /trunk/main/cppuhelper/source/ |
| H A D | servicefactory.cxx | 53 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro 102 OUSTR("no factory object given!"), in createInstance() 115 OUSTR("bootstrap.uno" SAL_DLLEXTENSION), in createSimpleRegistry() 118 OUSTR("com.sun.star.comp.stoc.SimpleRegistry"), in createSimpleRegistry() 146 OUSTR("bootstrap.uno" SAL_DLLEXTENSION), in createNestedRegistry() 149 OUSTR("com.sun.star.comp.stoc.NestedRegistry"), in createNestedRegistry() 195 if (bootstrap.getFrom( OUSTR("UNO_AC_POLICYSERVICE"), ac_policy )) in add_access_control_entries() 200 entry.name = OUSTR("/singletons/com.sun.star.security.thePolicy"); in add_access_control_entries() 204 else if (bootstrap.getFrom( OUSTR("UNO_AC_POLICYFILE"), ac_policy )) in add_access_control_entries() 230 OUSTR("/implementations/com.sun.star.security.comp.stoc.FilePolicy/" in add_access_control_entries() [all …]
|
| H A D | bootstrap.cxx | 69 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro 103 get_this_libpath() + OUSTR("/" SAL_CONFIGFILE("uno")) ); in get_unorc() 219 OUString prefixed_arg_name = OUSTR("UNO_"); in findBoostrapArgument() 403 OUSTR("bootstrap.uno" SAL_DLLEXTENSION), bootstrapPath, in defaultBootstrap_InitialComponentContext() 404 OUSTR("com.sun.star.comp.stoc.SimpleRegistry"), in defaultBootstrap_InitialComponentContext() 411 OUSTR("bootstrap.uno" SAL_DLLEXTENSION), bootstrapPath, in defaultBootstrap_InitialComponentContext() 412 OUSTR("com.sun.star.comp.stoc.NestedRegistry"), in defaultBootstrap_InitialComponentContext() 419 findBoostrapArgument( bootstrap, OUSTR("TYPES"), &bFallenback_types ); in defaultBootstrap_InitialComponentContext() 430 bootstrap, OUSTR("SERVICES"), &bFallenback_services ); in defaultBootstrap_InitialComponentContext() 434 bootstrap, OUSTR("WRITERDB"), &fallenBackWriteRegistry ); in defaultBootstrap_InitialComponentContext() [all …]
|
| /trunk/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() 56 xScriptElt->addAttribute( OUSTR( "language" ), sII.language ); in ScriptElement() 65 XMLElement* xel = new XMLElement( OUSTR( "locale" ) ); in ScriptElement() 66 xel->addAttribute( OUSTR( "lang" ), mp_it->first ); in ScriptElement() 69 XMLElement* subxel = new XMLElement( OUSTR( "displayname" ) ); in ScriptElement() 70 subxel->addAttribute( OUSTR( "value" ), mp_it->second.first ); in ScriptElement() 75 XMLElement* subxel = new XMLElement( OUSTR( "description" ), in ScriptElement() [all …]
|
| /trunk/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() 128 typeError( OUSTR("Different number of types!"), context ); in checkSeq() 150 typeError( OUSTR("ENUM names don't match!"), xNewTD->getName() ); in checkEnum() 152 typeError( OUSTR("ENUM values don't match!"), xNewTD->getName() ); in checkEnum() 160 xNewTD->getName() + OUSTR(", base type") ); in checkStruct() 162 xNewTD->getName() + OUSTR(", member types") ); in checkStruct() 165 typeError( OUSTR("Different member names!"), xNewTD->getName() ); in checkStruct() 177 typeError( OUSTR("Different type parameters of instantiated " in checkStruct() [all …]
|
| /trunk/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() 84 writeSimpleElement(OUSTR("java-type-library"), in addEntry() 90 OUSTR("implementation-names"), in addEntry() 91 OUSTR("name"), in addEntry() 96 OUSTR("singletons"), in addEntry() 97 OUSTR("item"), in addEntry() 98 OUSTR("key"), in addEntry() [all …]
|
| H A D | dp_component.cxx | 400 OUSTR("Failed to get the BackendImpl"), in getMyBackend() 444 OUSTR("caught unexpected exception while disposing..."), in disposing() 465 ? OUSTR("common_.rdb") : OUSTR("common.rdb"); in initServiceRdbFiles() 474 OUSTR("UCB transferContent() failed!"), 0 ); in initServiceRdbFiles() 485 const OUString plt_rdb( getPlatformString() + OUSTR(".rdb") ); in initServiceRdbFiles() 486 const OUString plt_rdb_( getPlatformString() + OUSTR("_.rdb") ); in initServiceRdbFiles() 494 OUSTR("UCB transferContent() failed!"), 0 ); in initServiceRdbFiles() 507 OUSTR("com.sun.star.registry.SimpleRegistry"), in initServiceRdbFiles() 518 OUSTR("com.sun.star.registry.SimpleRegistry"), in initServiceRdbFiles() 537 OUSTR("com.sun.star.registry.SimpleRegistry"), in initServiceRdbFiles_RO() [all …]
|
| /trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
| H A D | sunjavaplugin.cxx | 53 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro 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() 245 0,OUSTR("[Java framework]sunjavaplugin does not know version: ") in jfw_plugin_getAllJavaInfos() 246 + ouMinVer + OUSTR(" for vendor: ") + cur->getVendor() in jfw_plugin_getAllJavaInfos() 247 + OUSTR(" .Check minimum Version.") ); in jfw_plugin_getAllJavaInfos() 263 0,OUSTR("[Java framework]sunjavaplugin does not know version: ") in jfw_plugin_getAllJavaInfos() 264 + ouMaxVer + OUSTR(" for vendor: ") + cur->getVendor() in jfw_plugin_getAllJavaInfos() 265 + OUSTR(" .Check maximum Version.") ); in jfw_plugin_getAllJavaInfos() [all …]
|
| /trunk/main/scripting/source/provider/ |
| H A D | MasterScriptProvider.cxx | 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() 237 …OUSTR( "/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() [all …]
|
| /trunk/main/xmlscript/source/xmldlg_imexp/ |
| H A D | xmldlg_expmodels.cxx | 41 if (element->readProp( &style._border, OUSTR("Border") )) { in readBorderProps() 44 if (element->readProp( &style._borderColor, OUSTR("BorderColor") )) in readBorderProps() 55 &style._descr, OUSTR("FontDescriptor") ); in readFontProps() 57 &style._fontEmphasisMark, OUSTR("FontEmphasisMark") ); in readFontProps() 59 &style._fontRelief, OUSTR("FontRelief") ); in readFontProps() 103 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readButtonModel() 104 readLongAttr( OUSTR("RepeatDelay"), in readButtonModel() 105 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readButtonModel() 106 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Toggle") ) )) in readButtonModel() 107 addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":toggled"), OUSTR("1") ); in readButtonModel() [all …]
|
| /trunk/main/extensions/source/ole/ |
| H A D | oleobjw.cxx | 178 OUSTR("[automation bridge] The object does not have an IDispatch interface"), in invoke() 219 throw RuntimeException(OUSTR("[automation bridge] unexpected exception in " in invoke() 227 OUSTR("[automation bridge] unexpected exception in " in invoke() 241 OUSTR("[automation bridge] The object does not have an IDispatch interface"), in setValue() 256 OUString msg(OUSTR("[automation bridge]Property \"") + aPropertyName + in setValue() 257 OUSTR("\" is not supported")); in setValue() 265 OUString msg(OUSTR("[automation bridge] Property ") + aPropertyName + in setValue() 266 OUSTR(" is read-only")); in setValue() 394 throw RuntimeException(OUSTR("[automation bridge] unexpected exception in " in setValue() 402 OUSTR("[automation bridge] unexpected exception in " in setValue() [all …]
|
| H A D | unoconversionutilities.hxx | 259 OUSTR("[automation bridge] convertSelfToCom\n" in convertSelfToCom() 316 OUSTR("[automation bridge] UnoConversionUtilities<T>::variantToAny \n" in variantToAny() 393 … OUSTR("[automation bridge]com.sun.star.lang.IllegalArgumentException " in variantToAny() 400 … OUSTR("[automation bridge]com.sun.star.script.CannotConvertException " in variantToAny() 574 OUSTR("[automation bridge]UnoConversionUtilities<T>::variantToAny \n" in variantToAny() 577 OUSTR("\" to the expected UNO type of type class: ") + in variantToAny() 583 OUSTR("[automation bridge]UnoConversionUtilities<T>:variantToAny\n" in variantToAny() 585 OUSTR("\" is inappropriate for conversion!"), Reference<XInterface>(), -1); in variantToAny() 601 throw BridgeRuntimeError(OUSTR("[automation bridge] unexpected exception in " in variantToAny() 608 OUSTR("[automation bridge] unexpected exception in " in variantToAny() [all …]
|
| /trunk/main/jvmaccess/workbench/javainfo/ |
| H A D | javainfotest.cxx | 39 #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() 123 JavaInfo info(OUString(OUSTR(JAVA_VERSION)), JavaInfo::EqualVersion); in test_constructor2() 130 JavaInfo info(OUString(OUSTR(JAVA_VERSION)), 0); in test_constructor2() 138 … JavaInfo info(OUString(OUSTR(JAVA_VERSION)), JavaInfo::EqualVersion | JavaInfo::GreaterVersion); in test_constructor2() 145 … JavaInfo info(OUString(OUSTR(JAVA_VERSION)), JavaInfo::EqualVersion | JavaInfo::SmallerVersion); in test_constructor2() 152 JavaInfo info(OUString(OUSTR(JAVA_VERSION)), JavaInfo::SmallerVersion); in test_constructor2() 159 JavaInfo info(OUString(OUSTR(JAVA_VERSION)), JavaInfo::GreaterVersion); in test_constructor2() 167 … JavaInfo info(OUString(OUSTR(JAVA_VERSION)), JavaInfo::EqualVersion | JavaInfo::SmallerVersion in test_constructor2() [all …]
|
| /trunk/main/stoc/source/security/ |
| H A D | file_policy.cxx | 47 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro 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() 262 error( OUSTR("expected quoting >\"< character!") ); in getQuotedToken() 277 error( OUSTR("unexpected end of file!") ); in assureToken() 341 error( OUSTR("expected C/C++ like comment!") ); in skipWhiteSpace() 379 error( OUSTR("checking eof failed!") ); in get() 385 error( OUSTR("read line failed!") ); in get() 419 ac.checkFilePermission( m_fileName, OUSTR("read") ); in PolicyReader() [all …]
|
| /trunk/main/desktop/source/deployment/registry/package/ |
| H A D | dp_package.cxx | 302 OUSTR("application/vnd.sun.star.package-bundle"), in BackendImpl() 303 OUSTR("*.oxt;*.uno.pkg"), in BackendImpl() 308 OUSTR("application/" in BackendImpl() 310 OUSTR("*.zip"), in BackendImpl() 322 dbFile = makeURL(dbFile, OUSTR("backenddb.xml")); in BackendImpl() 338 return OUSTR("com.sun.star.comp.deployment.bundle.PackageRegistryBackend"); in getImplementationName() 398 &metaInfContent, makeURL( url, OUSTR("META-INF") ), in bindPackage_() 401 mediaType = OUSTR("application/vnd.sun.star.package-bundle"); in bindPackage_() 413 mediaType = OUSTR("application/vnd.sun.star.package-bundle"); in bindPackage_() 417 OUSTR("application/vnd.sun.star.legacy-package-bundle"); in bindPackage_() [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() 99 OUSTR("Extension Manager: failed to write data entry in backend db: ") + in addEntry() 116 OUSTR("extension-items"), in getEntry() [all …]
|
| /trunk/main/cli_ure/source/climaker/ |
| H A D | climaker_app.cxx | 248 OUSTR("cannot make absolute: ") + file_url, in path_make_absolute_file_url() 255 OUSTR("cannot get file url from system path: ") + path, in path_make_absolute_file_url() 268 OUSTR("no registries given!"), in open_registries() 277 OUSTR("com.sun.star.registry.SimpleRegistry"), xContext ), in open_registries() 283 OUSTR("invalid registry: ") + registries[ nPos ], in open_registries() 291 OUSTR("com.sun.star.registry.NestedRegistry"), xContext ), 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() [all …]
|
| /trunk/main/scripting/source/runtimemgr/ |
| H A D | ScriptNameResolverImpl.cxx | 114 throw RuntimeException( OUSTR( in resolve() 131 throw RuntimeException( OUSTR( in resolve() 139 throw RuntimeException( OUSTR( in resolve() 146 OUString temp = OUSTR( in resolve() 154 throw RuntimeException( OUSTR( in resolve() 214 OUString temp = OUSTR( "ScriptNameResolverImpl::resolve: " ); in resolve() 246 OUString temp = OUSTR( "ScriptNameResolverImpl::resolve: " ); in resolve() 266 OUSTR( "invalid URI: " ).concat( scriptURI ), in resolve() 299 OUString temp = OUSTR( in resolve() 306 OUString temp = OUSTR( in resolve() [all …]
|
| /trunk/main/desktop/source/deployment/registry/sfwk/ |
| H A D | dp_sfwk.cxx | 122 OUSTR("Failed to get the BackendImpl"), in getMyBackend() 165 dp_misc::TRACE(OUSTR("PakageImpl displayName is ") + m_displayName); in PackageImpl() 174 OUSTR("application/vnd.sun.star.framework-script"), in BackendImpl() 176 OUSTR("Scripting Framework Script Library"), in BackendImpl() 253 0, makeURL( url, OUSTR("parcel-descriptor.xml") ), in bindPackage_() 256 mediaType = OUSTR("application/vnd.sun.star.framework-script"); in bindPackage_() 275 url, OUSTR("parcel-descriptor.xml") ); in bindPackage_() 292 OUSTR("com.sun.star.xml.sax.Parser"), xContext ), in bindPackage_() 309 OUString MACRONAME( OUSTR("%MACROLANG" ) ); in bindPackage_() 314 dp_misc::TRACE(OUSTR(" BackEnd detected lang = ") + lang + OUSTR("\n")); in bindPackage_() [all …]
|