Lines Matching refs:OUSTR
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_()
511 OUSTR("Failed to get the BackendImpl"), in getMyBackend()
601 OUSTR("Could not read file ") + licenseUrl, 0, exc); in getTextFromURL()
687 … OUSTR("Could not obtain path to license. Possible error in description.xml"), 0, Any()); in checkLicense()
688 OUString sHref = m_url_expanded + OUSTR("/") + sLic; in checkLicense()
692 …if ( ! (simplLicAttr->acceptBy.equals(OUSTR("user")) || simplLicAttr->acceptBy.equals(OUSTR("admin… in checkLicense()
694 … OUSTR("Could not obtain attribute simple-lincense@accept-by or it has no valid value"), 0, Any()); in checkLicense()
716 OUSTR("Could not interact with user."), 0, Any()); in checkLicense()
738 throw css::deployment::DeploymentException(OUSTR("Unexpected exception"), 0, anyExc); in checkLicense()
841 OUString aFullIconURL = m_url_expanded + OUSTR("/") + aIconURL; in getIcon()
845 …xContext->getServiceManager()->createInstanceWithContext( OUSTR( "com.sun.star.graphic.GraphicProv… in getIcon()
851 aMediaProps[0].Name = OUSTR( "URL" ); in getIcon()
895 OUSTR("bundle item registration error!"), in processPackage_()
912 xCmdEnv, OUSTR("rollback...") ); in processPackage_()
929 progress.update( OUSTR("rollback finished.") ); in processPackage_()
974 OUSTR("bundle item revocation error!"), in processPackage_()
1005 OUString sURL = m_url_expanded + OUSTR("/") + sRelativeURL; in getDescription()
1039 OUString aFullURL = m_url_expanded + OUSTR("/") + aLicenseURL; in getLicenseText()
1074 OUSTR("file already exists: ") + title, in exportTo()
1086 OUSTR("unsupported nameClashAction!"), in exportTo()
1116 throw RuntimeException( OUSTR("UCB transferContent() failed!"), in exportTo()
1125 makeURL( destFolderContent.getURL(), OUSTR("META-INF") ), in exportTo()
1156 const OUString strMediaType = OUSTR("MediaType"); in exportTo()
1157 const OUString strFullPath = OUSTR("FullPath"); in exportTo()
1158 const OUString strIsFolder = OUSTR("IsFolder"); in exportTo()
1169 fullPath += OUSTR("/"); in exportTo()
1182 mediaType = OUSTR("unknown"); in exportTo()
1192 OUSTR("com.sun.star.packages.manifest.ManifestWriter"), in exportTo()
1196 OUSTR("com.sun.star.io.Pipe"), xContext ), UNO_QUERY_THROW ); in exportTo()
1202 makeURL( metainfFolderContent.getURL(), OUSTR("manifest.xml") ), in exportTo()
1214 makeURL( m_url_expanded, OUSTR("META-INF/manifest.xml") ), in exportTo()
1224 throw RuntimeException( OUSTR("UCB transferContent() failed!"), in exportTo()
1230 destFolderContent.executeCommand( OUSTR("flush"), Any() ); in exportTo()
1268 0, makeURL( m_url_expanded, OUSTR("script.xlb") ), in getBundle()
1270 mediaType = OUSTR("application/vnd.sun.star.basic-library"); in getBundle()
1274 0, makeURL( m_url_expanded, OUSTR("dialog.xlb") ), in getBundle()
1276 mediaType = OUSTR("application/vnd.sun.star." in getBundle()
1312 OUSTR("error scanning bundle: ") + getURL(), in getBundle()
1410 OUSTR("bundle item error!"), in bindBundleItem()
1438 makeURL( m_url_expanded, OUSTR("META-INF/manifest.xml") ), in scanBundle()
1454 OUSTR("com.sun.star.packages.manifest.ManifestReader"), in scanBundle()
1584 OUString ar [] = { StrTitle::get(), OUSTR("IsFolder") }; in scanLegacyBundle()