Lines Matching refs:IsWhat
1380 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()
1554 IsWhat = -1; // RemoveFile in remove()
1557 IsWhat = +1; // RemoveDirectory in remove()
1561 if( IsWhat == -1 ) // Removing a file in remove()
1580 else if( IsWhat == +1 ) // Removing a directory in remove()