Home
last modified time | relevance | path

Searched refs:lpLastSlash (Results 1 – 4 of 4) sorted by path

/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx194 _TCHAR *lpLastSlash = _tcsrchr( szModuleFileName, '\\' ); in WinMain() local
195 if ( lpLastSlash ) in WinMain()
197 size_t len = lpLastSlash - szModuleFileName + 1; in WinMain()
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx113 wchar_t *lpLastSlash = wcsrchr( pszFolder, '\\' ); in rebaseImagesInFolder() local
114 if ( lpLastSlash ) in rebaseImagesInFolder()
116 size_t len = lpLastSlash - pszFolder + 1; in rebaseImagesInFolder()
131 wchar_t *lpLastSlash = wcsrchr( pszFolder, '\\' ); in rebaseImagesInFolder() local
132 if ( lpLastSlash ) in rebaseImagesInFolder()
134 size_t len = lpLastSlash - pszFolder + 1; in rebaseImagesInFolder()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx409 LPTSTR lpLastSlash = _tcsrchr( lpPath, '/' ); in PathRemoveFileSpec() local
410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec()
/trunk/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp75 LPCTSTR lpLastSlash = _tcsrchr( lpShortPath, '\\' ); variable
77 if ( lpLastSlash )
79 int nParentLen = lpLastSlash - lpShortPath;

Completed in 30 milliseconds