Home
last modified time | relevance | path

Searched refs:newDstUnqPath (Results 1 – 3 of 3) sorted by path

/trunk/main/desktop/source/app/
H A Dapp.cxx721 rtl::OUString newDstUnqPath = dstUnqPath; in copy_prereg_bundled_recursive() local
742 if( newDstUnqPath.lastIndexOf( sal_Unicode('/') ) != newDstUnqPath.getLength()-1 ) in copy_prereg_bundled_recursive()
743 newDstUnqPath += rtl::OUString::createFromAscii( "/" ); in copy_prereg_bundled_recursive()
745 newDstUnqPath += tit; in copy_prereg_bundled_recursive()
748 … err = copy_prereg_bundled_recursive( newSrcUnqPath,newDstUnqPath, newTypeToCopy ); in copy_prereg_bundled_recursive()
H A Duserinstall.cxx200 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() local
203 if (newDstUnqPath.lastIndexOf(sal_Unicode('/')) != newDstUnqPath.getLength()-1) in copy_recursive()
204 newDstUnqPath += rtl::OUString::createFromAscii("/"); in copy_recursive()
205 newDstUnqPath += itemname; in copy_recursive()
207 err = copy_recursive(newSrcUnqPath, newDstUnqPath); in copy_recursive()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1185 rtl::OUString newDstUnqPath; in move() local
1204 newDstUnqPath = dstUnqPath; in move()
1209 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in move()
1230 dstUnqPath = newDstUnqPath; in move()
1414 rtl::OUString newDstUnqPath; in copy() local
1434 newDstUnqPath = dstUnqPath; in copy()
1439 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in copy()
1460 dstUnqPath = newDstUnqPath; in copy()
2051 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() local
2059 if( newDstUnqPath.lastIndexOf( sal_Unicode('/') ) != newDstUnqPath.getLength()-1 ) in copy_recursive()
[all …]

Completed in 38 milliseconds