Searched refs:IsWhat (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 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() 1415 nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,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 1554 IsWhat = -1; // RemoveFile in remove() 1557 IsWhat = +1; // RemoveDirectory in remove() 1561 if( IsWhat == -1 ) // Removing a file in remove() [all …]
|
Completed in 28 milliseconds