Searched refs:bFailIfExist (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | MoveFileExA.cpp | 75 BOOL bFailIfExist = 0 == (dwFlags & MOVEFILE_REPLACE_EXISTING); variable 77 fSuccess = CopyFileA( lpExistingFileNameA, lpNewFileNameA, bFailIfExist );
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | copyextensiondata.cxx | 90 bool bFailIfExist = true; in copyExtensionData() local 110 fSuccess = CopyFile( sSourceFile.c_str(), sDestFile.c_str(), bFailIfExist ); in copyExtensionData()
|
H A D | checkrunningoffice.cxx | 153 BOOL bFailIfExist = 0 == (dwFlags & MOVEFILE_REPLACE_EXISTING); in MoveFileEx9x() local 155 fSuccess = CopyFileA( lpExistingFileNameA, lpNewFileNameA, bFailIfExist ); in MoveFileEx9x()
|
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | checkrunningofficelanguagepack.cxx | 153 BOOL bFailIfExist = 0 == (dwFlags & MOVEFILE_REPLACE_EXISTING); in MoveFileEx9x() local 155 fSuccess = CopyFileA( lpExistingFileNameA, lpNewFileNameA, bFailIfExist ); in MoveFileEx9x()
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 222 BOOL bFailIfExist = 0 == (dwFlags & MOVEFILE_REPLACE_EXISTING); in MoveFileEx9x() local 224 fSuccess = CopyFileA( lpExistingFileNameA, lpNewFileNameA, bFailIfExist ); in MoveFileEx9x()
|
/aoo42x/main/sal/inc/systools/win32/ |
H A D | kernel9x.h | 209 BOOL bFailIfExist // operation if file exists
|
Completed in 26 milliseconds