Home
last modified time | relevance | path

Searched refs:szPath (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx132 TCHAR szPath[MAX_PATH]; in ShowReleaseNotesBefore() local
134 if( FAILED( SHGetSpecialFolderPath( NULL, szPath, CSIDL_COMMON_DOCUMENTS, true ) ) ) in ShowReleaseNotesBefore()
139 return ShowReleaseNotes( TEXT("\\sun\\releasenote1.url"), szPath ); in ShowReleaseNotesBefore()
145 TCHAR szPath[MAX_PATH]; in ShowReleaseNotesAfter() local
147 if( FAILED( SHGetSpecialFolderPath( NULL, szPath, CSIDL_COMMON_DOCUMENTS, true ) ) ) in ShowReleaseNotesAfter()
152 return ShowReleaseNotes( TEXT("\\sun\\releasenote2.url"), szPath ); in ShowReleaseNotesAfter()
/aoo4110/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx200 WCHAR szPath[MAX_PATH]; in getDesktopDirectory() local
202 if( ! FAILED( SHGetSpecialFolderPathW( NULL, szPath, CSIDL_DESKTOPDIRECTORY, true ) ) ) in getDesktopDirectory()
204 aRet = rtl::OUString( reinterpret_cast< sal_Unicode * >(szPath) ); in getDesktopDirectory()
229 WCHAR szPath[MAX_PATH]; in getAllUsersDirectory() local
231 if( ! FAILED( SHGetSpecialFolderPathW( NULL, szPath, CSIDL_COMMON_DOCUMENTS, true ) ) ) in getAllUsersDirectory()
233 aRet = rtl::OUString( reinterpret_cast< sal_Unicode * >(szPath) ); in getAllUsersDirectory()
/aoo4110/main/svx/source/dialog/
H A Dsendreportw32.cxx214 TCHAR szPath[MAX_PATH]; in SendReport() local
219 if ( SearchPath( NULL, TEXT("crashrep.exe"), NULL, MAX_PATH, szPath, &lpFilePart ) ) in SendReport()
226 szPath ); in SendReport()
/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx1082 char *szPath= getenv("PATH"); in createJavaInfoFromPath() local
1083 if(szPath) in createJavaInfoFromPath()
1085 OUString usAllPath(szPath, strlen(szPath), osl_getThreadTextEncoding()); in createJavaInfoFromPath()

Completed in 50 milliseconds