Searched refs:dstUnqPath (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 1139 rtl::OUString dstUnqPath( dstUnqPathIn ); in move() local 1158 rtl::OUString targetPath(dstUnqPath); in move() 1198 nPos = dstUnqPath.getLength(); in move() 1204 newDstUnqPath = dstUnqPath; in move() 1230 dstUnqPath = newDstUnqPath; in move() 1349 rtl::OUString dstUnqPath( dstUnqPathIn ); in copy() local 1428 nPos = dstUnqPath.getLength(); in copy() 1434 newDstUnqPath = dstUnqPath; in copy() 1460 dstUnqPath = newDstUnqPath; in copy() 1500 notifyInsert( getContentEventListeners( getParentName( dstUnqPath ) ),dstUnqPath ); in copy() [all …]
|
H A D | filglob.cxx | 176 const rtl::OUString& dstUnqPath ) in isChild() argument 181 sal_Int32 dstL = dstUnqPath.getLength(); in isChild() 184 ( srcUnqPath == dstUnqPath ) in isChild() 188 ( srcUnqPath.compareTo( dstUnqPath, srcL ) == 0 ) in isChild() 190 ( dstUnqPath[ srcL ] == slash ) ) in isChild()
|
H A D | shell.hxx | 310 const rtl::OUString dstUnqPath, // Path to the destination-directory 321 const rtl::OUString dstUnqPath, 479 const rtl::OUString& dstUnqPath, 537 const rtl::OUString& dstUnqPath,
|
H A D | filglob.hxx | 63 const rtl::OUString& dstUnqPath );
|
/aoo4110/main/desktop/source/app/ |
H A D | userinstall.cxx | 172 …osl::FileBase::RC copy_recursive( const rtl::OUString& srcUnqPath, const rtl::OUString& dstUnqPath) in copy_recursive() argument 184 err = Directory::create( dstUnqPath ); in copy_recursive() 200 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive() 220 err = File::copy( srcUnqPath,dstUnqPath ); in copy_recursive()
|
H A D | app.cxx | 677 const rtl::OUString& dstUnqPath, in copy_prereg_bundled_recursive() argument 685 err = osl::File::copy( srcUnqPath,dstUnqPath ); in copy_prereg_bundled_recursive() 694 err = osl::Directory::create( dstUnqPath ); in copy_prereg_bundled_recursive() 721 rtl::OUString newDstUnqPath = dstUnqPath; in copy_prereg_bundled_recursive() 747 if (( newSrcUnqPath != dstUnqPath ) && !bFilter ) in copy_prereg_bundled_recursive()
|
Completed in 392 milliseconds