Lines Matching refs:srcUnqPath

1127              const rtl::OUString srcUnqPath,  in move()  argument
1134 if( srcUnqPath == dstUnqPathIn ) in move()
1145 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1173 nError = osl_File_move( srcUnqPath,targetPath ); in move()
1186 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1211 nError = osl_File_move( srcUnqPath,newDstUnqPath,true ); in move()
1236 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1255 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1289 copyPersistentSet( srcUnqPath,dstUnqPath,!isDocument ); in move()
1294 rtl::OUString aSrcParent = getParentName( srcUnqPath ); in move()
1295 rtl::OUString aSrcTitle = getTitle( srcUnqPath ); in move()
1299 notifyContentRemoved( getContentEventListeners( aSrcParent ),srcUnqPath ); in move()
1301 … notifyContentExchanged( getContentExchangedEventListeners( srcUnqPath,dstUnqPath,!isDocument ) ); in move()
1302 erasePersistentSet( srcUnqPath,!isDocument ); in move()
1343 const rtl::OUString srcUnqPath, in copy() argument
1358 if (!getType(*this, CommandId, srcUnqPath, &item, &type)) { in copy()
1371 if (!getType(*this, CommandId, srcUnqPath, &item, &type)) { in copy()
1375 rslvdSrcUnqPath = srcUnqPath; in copy()
1499 copyPersistentSet( srcUnqPath,dstUnqPath, !isDocument ); in copy()
2011 shell::copy_recursive( const rtl::OUString& srcUnqPath, in copy_recursive() argument
2021 err = osl_File_copy( srcUnqPath,dstUnqPath,testExistBeforeCopy ); in copy_recursive()
2025 osl::Directory aDir( srcUnqPath ); in copy_recursive()
2954 shell::copyPersistentSet( const rtl::OUString& srcUnqPath, in copyPersistentSet() argument
2975 old_Name = srcUnqPath, in copyPersistentSet()
2980 if( withChilds && ! ( isChild( srcUnqPath,seqNames[j] ) ) ) in copyPersistentSet()
2986 new_Name = newName( dstUnqPath,srcUnqPath,old_Name ); in copyPersistentSet()