Lines Matching refs:TEXT
68 LPTSTR dummy = TEXT(""); in GetMsiProp()
91 … OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not copy path [%s]"), pFilePath ); in ShowReleaseNotes()
97 …OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not append filename [%s]"), pFileNam… in ShowReleaseNotes()
106 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Found file [%s]"), sFullPath ); in ShowReleaseNotes()
113 aExecInf.lpVerb = TEXT("open"); in ShowReleaseNotes()
123 OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: File not found [%s]"), sFullPath ); in ShowReleaseNotes()
137 OutputDebugString( TEXT("DEBUG: ShowReleaseNotesBefore called") ); in ShowReleaseNotesBefore()
139 return ShowReleaseNotes( TEXT("\\sun\\releasenote1.url"), szPath ); in ShowReleaseNotesBefore()
150 OutputDebugString( TEXT("DEBUG: ShowReleaseNotesAfter called") ); in ShowReleaseNotesAfter()
152 return ShowReleaseNotes( TEXT("\\sun\\releasenote2.url"), szPath ); in ShowReleaseNotesAfter()
160 GetMsiProp( handle, TEXT("ProductName"), prodname ); in ShowSurveyAfter()
161 std::wstring::size_type nIndex = prodname.find( TEXT( "OpenOffice" ) ); in ShowSurveyAfter()
165 OutputDebugString( TEXT("DEBUG: ShowSurveyAfter called") ); in ShowSurveyAfter()
172 aExecInf.lpVerb = TEXT("open"); in ShowSurveyAfter()
174 aExecInf.lpFile = TEXT("http://www.openoffice.org/support/"); in ShowSurveyAfter()