Lines Matching refs:dstUnqPath

1139     rtl::OUString dstUnqPath( dstUnqPathIn );  in move()  local
1145 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1158 rtl::OUString targetPath(dstUnqPath); in move()
1162 osl::DirectoryItem::get(dstUnqPath,aItem); in move()
1186 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1192 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in move()
1193 sal_Int32 nLastSlash = dstUnqPath.lastIndexOf( '/' ); in move()
1198 nPos = dstUnqPath.getLength(); in move()
1204 newDstUnqPath = dstUnqPath; in move()
1230 dstUnqPath = newDstUnqPath; in move()
1236 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1255 nError = osl_File_move( srcUnqPath,dstUnqPath,true ); in move()
1269 nError = osl::DirectoryItem::get( dstUnqPath,aItem ); in move()
1289 copyPersistentSet( srcUnqPath,dstUnqPath,!isDocument ); in move()
1291 rtl::OUString aDstParent = getParentName( dstUnqPath ); in move()
1292 rtl::OUString aDstTitle = getTitle( dstUnqPath ); in move()
1297 notifyInsert( getContentEventListeners( aDstParent ),dstUnqPath ); in move()
1301 … notifyContentExchanged( getContentExchangedEventListeners( srcUnqPath,dstUnqPath,!isDocument ) ); in move()
1349 rtl::OUString dstUnqPath( dstUnqPathIn ); in copy() local
1386 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); in copy()
1399 remove( CommandId, dstUnqPath, IsWhat, sal_False ); in copy()
1402 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,false ); in copy()
1415 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); in copy()
1422 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in copy()
1423 sal_Int32 nLastSlash = dstUnqPath.lastIndexOf( '/' ); in copy()
1428 nPos = dstUnqPath.getLength(); in copy()
1434 newDstUnqPath = dstUnqPath; in copy()
1460 dstUnqPath = newDstUnqPath; in copy()
1466 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); in copy()
1486 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); in copy()
1499 copyPersistentSet( srcUnqPath,dstUnqPath, !isDocument ); in copy()
1500 notifyInsert( getContentEventListeners( getParentName( dstUnqPath ) ),dstUnqPath ); in copy()
2012 const rtl::OUString& dstUnqPath, in copy_recursive() argument
2021 err = osl_File_copy( srcUnqPath,dstUnqPath,testExistBeforeCopy ); in copy_recursive()
2028 err = osl::Directory::create( dstUnqPath ); in copy_recursive()
2051 rtl::OUString newDstUnqPath = dstUnqPath; in copy_recursive()
2064 if ( newSrcUnqPath != dstUnqPath ) in copy_recursive()
2955 const rtl::OUString& dstUnqPath, in copyPersistentSet() argument
2976 new_Name = dstUnqPath; in copyPersistentSet()
2986 new_Name = newName( dstUnqPath,srcUnqPath,old_Name ); in copyPersistentSet()