Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/file/
H A Dshell.cxx1380 sal_Int32 IsWhat = isDocument ? -1 : 1; 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()
1441 nError = copy_recursive( rslvdSrcUnqPath,newDstUnqPath,IsWhat,true ); in copy()
1466 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); in copy()
1486 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); in copy()
1519 sal_Int32 IsWhat, in remove() argument
1529 if( IsWhat == 0 ) // Determine whether we are removing a directory or a file in remove()
[all …]