Home
last modified time | relevance | path

Searched refs:szFile (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx464 ::osl::LongPathBuffer< WCHAR > szFile( MAX_PATH + 1 ); in GetCaseCorrectPathNameEx()
465 sal_Int32 nRemoved = PathRemoveFileSpec( lpszPath, szFile, MAX_PATH + 1 ); in GetCaseCorrectPathNameEx()
467 while ( nLastStepRemoved && szFile[0] == 0 ) in GetCaseCorrectPathNameEx()
470 nLastStepRemoved = PathRemoveFileSpec( lpszPath, szFile, MAX_PATH + 1 ); in GetCaseCorrectPathNameEx()
478 if ( 0 == _tcscmp( szFile, TEXT("..") ) ) in GetCaseCorrectPathNameEx()
483 else if ( 0 == _tcscmp( szFile, TEXT(".") ) ) in GetCaseCorrectPathNameEx()
506 _tcscat( aShortPath, szFile ); in GetCaseCorrectPathNameEx()
523 _tcscat( lpszPath, szFile ); in GetCaseCorrectPathNameEx()
/trunk/main/embeddedobj/source/msole/
H A Dxdialogcreator.cxx164 char szFile[MAX_PATH]; in createInstanceByDialog() local
172 szFile[0] = 0; in createInstanceByDialog()
173 io.lpszFile = szFile; in createInstanceByDialog()
223 …::rtl::OUString aFileName = ::rtl::OStringToOUString( ::rtl::OString( szFile ), osl_getThreadTextE… in createInstanceByDialog()

Completed in 19 milliseconds