Home
last modified time | relevance | path

Searched refs:makeURL (Results 1 – 13 of 13) sorted by relevance

/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx321 OUString dbFile = makeURL(getCachePath(), getImplementationName()); in BackendImpl()
322 dbFile = makeURL(dbFile, OUSTR("backenddb.xml")); in BackendImpl()
398 &metaInfContent, makeURL( url, OUSTR("META-INF") ), in bindPackage_()
1062 OUString destURL( makeURL( destFolderURL, ::rtl::Uri::encode( in exportTo()
1125 makeURL( destFolderContent.getURL(), OUSTR("META-INF") ), in exportTo()
1202 makeURL( metainfFolderContent.getURL(), OUSTR("manifest.xml") ), in exportTo()
1214 makeURL( m_url_expanded, OUSTR("META-INF/manifest.xml") ), in exportTo()
1268 0, makeURL( m_url_expanded, OUSTR("script.xlb") ), in getBundle()
1438 makeURL( m_url_expanded, OUSTR("META-INF/manifest.xml") ), in scanBundle()
1489 const OUString url( makeURL( packageRootURL, fullPath ) ); in scanBundle()
[all …]
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx177 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
241 0, makeURL( url, OUSTR("script.xlb") ), in bindPackage_()
246 0, makeURL( url, OUSTR("dialog.xlb") ), in bindPackage_()
262 OUString dialogURL( makeURL( url, OUSTR("dialog.xlb") ) ); in bindPackage_()
270 OUString scriptURL( makeURL( url, OUSTR("script.xlb"))); in bindPackage_()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx460 &oldRDB, makeURL( getCachePath(), m_commonRDB_RO), in initServiceRdbFiles()
482 &oldRDB, makeURL(getCachePath(), m_nativeRDB_RO), in initServiceRdbFiles()
510 makeURL( expandUnoRcUrl(getCachePath()), m_commonRDB ), in initServiceRdbFiles()
521 makeURL( expandUnoRcUrl(getCachePath()), m_nativeRDB ), in initServiceRdbFiles()
540 makeURL(expandUnoRcUrl(getCachePath()), m_commonRDB_RO), in initServiceRdbFiles_RO()
552 makeURL(expandUnoRcUrl(getCachePath()), m_nativeRDB_RO), in initServiceRdbFiles_RO()
650 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
847 makeURL( getCachePath(), OUSTR("unorc") ), in unorc_verify_init()
946 makeURL( getCachePath(), getPlatformString() + OUSTR("rc")), in unorc_verify_init()
1054 makeURL( getCachePath(), getPlatformString() + OUSTR("rc") ), in unorc_flush()
[all …]
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx212 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
227 makeURL( getCachePath(), OUSTR("registered_packages.pmap") ), in BackendImpl()
377 makeURL( getCachePath(), OUSTR("configmgr.ini") ), in configmgrini_verify_init()
471 makeURL( getCachePath(), OUSTR("configmgr.ini") ), xCmdEnv ); in configmgrini_flush()
782 makeURL( that->getCachePath(), OUSTR("registry") ), in processPackage_()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx251 makeURL(m_activePackages_expanded, tempEntry ) ); in initActivationLayer()
655 OUString destFolder = makeURL( m_activePackages, tempEntry); in insertToActivationLayer()
816 makeURL( m_context, title_enc ), xCmdEnv ); in addPackage()
842 makeURL( destFolder, title_enc ), mediaType, false, OUString(), xCmdEnv ); in addPackage()
956 OUString url(makeURL(m_activePackages_expanded, in removePackage()
1022 return makeURL( m_activePackages, buf.makeStringAndClear() ); in getDeployPath()
1292 OUString url = makeURL(m_activePackages, i->second.temporaryName); in synchronizeRemovedExtensions()
1537 OUString url = makeURL(m_activePackages, i->second.temporaryName); in getExtensionsWithUnacceptedLicenses()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx147 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
456 const OUString langFolderDest = makeURL(sHelpFolder, langFolderURLSegment); in implProcessHelp()
463 makeURL(sHelpFolder, langFolderURLSegment + aSlash + aHelpStr + in implProcessHelp()
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx253 0, makeURL( url, OUSTR("parcel-descriptor.xml") ), in bindPackage_()
274 OUString sParcelDescURL = makeURL( in bindPackage_()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx267 OUString makeURL( OUString const & baseURL, OUString const & relPath_ ) in makeURL() function
306 return makeURL(baseURL, segment); in makeURLAppendSysPathSegment()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx338 makeURL( cachePath, in create()
391 makeURL( cachePath, in create()
H A Ddp_backend.cxx225 const OUString sDataFolder = makeURL(getCachePath(), relUrl); in createFolder()
268 const OUString sDataFolder = makeURL(getCachePath(), relUrl); in deleteUnusedFolders()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx361 destFolder = dp_misc::makeURL( sTempDir, tempEntry ); in downloadExtensions()
615 destFolder = dp_misc::makeURL( m_sDownloadFolder, tempEntry ); in download()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_misc.h84 DESKTOP_DEPLOYMENTMISC_DLLPUBLIC ::rtl::OUString makeURL(
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx125 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()

Completed in 77 milliseconds