/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | GetLongPathName.cpp | 45 HANDLE hFind; variable 54 hFind = FindFirstFile( szFilePath, &aFindFileData );; 59 hFind = FindFirstFile( lpShortPath, &aFindFileData ); 60 if ( !IsValidHandle( hFind ) ) 66 hFind = FindFirstFile( szFilePath, &aFindFileData );; 71 if ( IsValidHandle( hFind ) ) 73 FindClose( hFind );
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 390 HANDLE hFind; member 426 if (!IsValidHandle(pDirectory->hFind)) in OpenDirectory() 460 else if ( IsValidHandle( pDirectory->hFind ) ) in EnumDirectory() 461 fSuccess = FindNextFile( pDirectory->hFind, pFindData ); in EnumDirectory() 486 if (IsValidHandle(pDirectory->hFind)) in CloseDirectory() 487 fSuccess = FindClose(pDirectory->hFind); in CloseDirectory() 1154 HANDLE hFind; in osl_getDirectoryItem() local 1162 if ( hFind != INVALID_HANDLE_VALUE ) in osl_getDirectoryItem() 1178 FindClose( hFind ); in osl_getDirectoryItem() 1685 if ( hFind != INVALID_HANDLE_VALUE ) in osl_getFileStatus() [all …]
|
H A D | file_url.cxx | 509 HANDLE hFind = FindFirstFile( aShortPath, &aFindFileData ); in GetCaseCorrectPathNameEx() local 511 if ( IsValidHandle(hFind) ) in GetCaseCorrectPathNameEx() 515 FindClose( hFind ); in GetCaseCorrectPathNameEx() 1027 HANDLE hFind; in osl_searchFileURL() local 1032 hFind = FindFirstFile( reinterpret_cast<LPCTSTR>(ustrSysPath->buffer), &aFindFileData ); in osl_searchFileURL() 1034 if ( IsValidHandle(hFind) ) in osl_searchFileURL() 1037 FindClose( hFind ); in osl_searchFileURL()
|
/aoo41x/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 20 HANDLE hFind; in add_to_collection() local 21 hFind = FindFirstFile((dirPath + "\\*").c_str(), &FindFileData); in add_to_collection() 22 if (hFind == INVALID_HANDLE_VALUE) { in add_to_collection() 31 } while (FindNextFile(hFind, &FindFileData)); in add_to_collection()
|
/aoo41x/main/desktop/win32/source/rebase/ |
H A D | rebase.cxx | 122 HANDLE hFind = FindFirstFile( szPattern, &aFindFileData ); in rebaseImagesInFolder() local 124 if ( IsValidHandle(hFind) ) in rebaseImagesInFolder() 140 fSuccess = FindNextFile( hFind, &aFindFileData ); in rebaseImagesInFolder() 144 FindClose( hFind ); in rebaseImagesInFolder()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | checkrunningofficelanguagepack.cxx | 182 HANDLE hFind = FindFirstFile( sPattern.c_str(), &aFindFileData ); in IsOfficeRunning() local 184 if ( IsValidHandle(hFind) ) in IsOfficeRunning() 198 fSuccess = FindNextFile( hFind, &aFindFileData ); in IsOfficeRunning() 208 FindClose( hFind ); in IsOfficeRunning()
|
/aoo41x/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 131 HANDLE hFind = FindFirstFile( sPattern.c_str(), &aFindFileData ); in rebaseImagesInFolder() local 132 if ( IsValidHandle(hFind) ) in rebaseImagesInFolder() 150 fSuccess = FindNextFile( hFind, &aFindFileData ); in rebaseImagesInFolder() 154 FindClose( hFind ); in rebaseImagesInFolder()
|
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | checkrunningoffice.cxx | 196 HANDLE hFind = FindFirstFile( sPattern.c_str(), &aFindFileData ); in IsOfficeRunning() local 198 if ( IsValidHandle(hFind) ) in IsOfficeRunning() 212 fSuccess = FindNextFile( hFind, &aFindFileData ); in IsOfficeRunning() 225 FindClose( hFind ); in IsOfficeRunning()
|
/aoo41x/main/setup_native/source/win32/stwrapper/ |
H A D | stwrapper.cxx | 181 HANDLE hFind; in FileExists() local 184 hFind = FindFirstFile( lpPathToFile, &FindFileData ); in FileExists() 186 if ( hFind != INVALID_HANDLE_VALUE ) in FileExists() 188 FindClose( hFind ); in FileExists()
|
/aoo41x/main/tools/source/fsys/ |
H A D | filecopy.cxx | 414 HANDLE hFind = FindFirstFile( aFullSource.GetBuffer() , &fdSource ); in DoCopy_Impl() local 415 if ( hFind != INVALID_HANDLE_VALUE ) in DoCopy_Impl() 417 FindClose( hFind ); in DoCopy_Impl()
|
/aoo41x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 686 HANDLE hFind = FindFirstFile( sPattern.c_str(), &aFindFileData ); in IsOfficeRunning() local 688 if ( IsValidHandle(hFind) ) in IsOfficeRunning() 702 fSuccess = FindNextFile( hFind, &aFindFileData ); in IsOfficeRunning() 712 FindClose( hFind ); in IsOfficeRunning()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 900 HANDLE hFind = FindFirstFileW( lpPath, &aFindData ); in FileExistsW() local 902 if ( INVALID_HANDLE_VALUE != hFind ) in FileExistsW() 905 FindClose( hFind ); in FileExistsW()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerImpl.cxx | 938 … HANDLE hFind = FindFirstFile( reinterpret_cast<LPCWSTR>(aSystemPath.getStr()), &aFindFileData ); in impl_sta_ShowDialogModal() local 939 if (hFind != INVALID_HANDLE_VALUE) in impl_sta_ShowDialogModal() 944 FindClose( hFind ); in impl_sta_ShowDialogModal()
|