Home
last modified time | relevance | path

Searched refs:hFind (Results 1 – 13 of 13) sorted by path

/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx122 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()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx938 … 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()
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx390 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 Dfile_url.cxx509 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()
/trunk/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp45 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 );
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx182 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()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx686 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()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx131 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()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckrunningoffice.cxx196 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()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx181 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()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx900 HANDLE hFind = FindFirstFileW( lpPath, &aFindData ); in FileExistsW() local
902 if ( INVALID_HANDLE_VALUE != hFind ) in FileExistsW()
905 FindClose( hFind ); in FileExistsW()
/trunk/main/soltools/mkdepend/
H A Dcollectdircontent.cxx20 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()
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx414 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()

Completed in 53 milliseconds