Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx318 rtl::OUStringBuffer newPath; in setName() local
319 newPath.append(encodeNameOrParamFragment(name)); in setName()
320 newPath.append(m_base.m_path.copy(i)); in setName()
321 m_base.m_path = newPath.makeStringAndClear(); in setName()
353 rtl::OUStringBuffer newPath; in setParameter() local
354 newPath.append(m_base.m_path.copy(0, i)); in setParameter()
357 newPath.append(encodeNameOrParamFragment(key)); in setParameter()
358 newPath.append(sal_Unicode('=')); in setParameter()
360 newPath.append(encodeNameOrParamFragment(value)); in setParameter()
364 newPath.append(m_base.m_path.copy(i)); in setParameter()
[all …]
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas1043 Private Function CreateFullPath(newPath As String, fso As FileSystemObject)
1045 If (Len(newPath) < 4) Then
1050 If (Not fso.FolderExists(fso.GetParentFolderName(newPath))) Then
1051 CreateFullPath fso.GetParentFolderName(newPath), fso
1054 If (Not fso.FolderExists(newPath)) Then
1055 fso.CreateFolder (newPath)
/aoo4110/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java78 File newPath = new File(newFile, PARCEL_DESCRIPTOR_NAME); in renameParcelDescriptor() local
79 pd.file = newPath; in renameParcelDescriptor()
80 PARCEL_DESCRIPTOR_MAP.put(newPath, pd); in renameParcelDescriptor()
/aoo4110/main/stoc/source/implementationregistration/
H A Dimplreg.cxx544 OUString newPath = tmpPath.copy(0, tmpPath.lastIndexOf('/')); in deletePathIfPossible() local
546 if (newPath.getLength() > 1) in deletePathIfPossible()
547 deletePathIfPossible(xRootKey, newPath); in deletePathIfPossible()

Completed in 53 milliseconds