Home
last modified time | relevance | path

Searched refs:szTitle (Results 1 – 7 of 7) sorted by relevance

/trunk/main/migrationanalysis/src/wizard/
H A DGet Directory Dialog.bas89 Dim szTitle As String variable
94 szTitle = Title
97 .lpszTitle = lstrcat(szTitle, "")
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx56 TCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile variable
132 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain()
218 g_hWnd = CreateWindowEx(0, szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx51 WCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile variable
149 LoadStringW(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain()
230 hWnd = CreateWindowExW(0, szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx53 WCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile variable
96 LoadStringW(g_hInst, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain()
173 g_hwndMain = CreateWindowExW(0, szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx260 char szTitle[256]; in dumpWindowInfo() local
264 strcpy(szTitle,""); in dumpWindowInfo()
265 WinQueryWindowText(hwnd, sizeof(szTitle), szTitle); in dumpWindowInfo()
267 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
270 strcpy(szTitle,""); in dumpWindowInfo()
271 WinQueryWindowText(hwnd2, sizeof(szTitle), szTitle); in dumpWindowInfo()
273 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
276 strcpy(szTitle,""); in dumpWindowInfo()
277 WinQueryWindowText(hwnd2, sizeof(szTitle), szTitle); in dumpWindowInfo()
279 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp49 TCHAR szTitle[MAX_LOADSTRING]; // The title bar text variable
175 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain()
256 hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp671 CHAR szTitle[1024] = ""; in WriteReportFile() local
676 …WideCharToMultiByte( CP_UTF8, 0, pParams->sTitle.c_str(), -1, szTitle, sizeof(szTitle), NULL, NULL… in WriteReportFile()
692 xml_encode(szTitle).c_str() ); in WriteReportFile()
2774 TCHAR szTitle[1024]; in SendCrashReport() local
2777 …dAndFormatString( GetModuleHandle(NULL), IDS_SENDING_REPORT_HEADER, szTitle, elementsof(szTitle) ); in SendCrashReport()
2779 MessageBox( hwndParent, szMessage, szTitle, MB_ICONINFORMATION | MB_OK ); in SendCrashReport()

Completed in 39 milliseconds