Searched refs:szTitle (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Get Directory Dialog.bas | 89 Dim szTitle As String variable 94 szTitle = Title 97 .lpszTitle = lstrcat(szTitle, "")
|
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 56 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()
|
/aoo4110/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 51 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()
|
/aoo4110/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 53 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()
|
/aoo4110/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 49 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()
|
/aoo4110/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 260 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()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 671 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() 2773 TCHAR szTitle[1024]; in SendCrashReport() local 2776 …dAndFormatString( GetModuleHandle(NULL), IDS_SENDING_REPORT_HEADER, szTitle, elementsof(szTitle) ); in SendCrashReport() 2778 MessageBox( hwndParent, szMessage, szTitle, MB_ICONINFORMATION | MB_OK ); in SendCrashReport()
|
Completed in 56 milliseconds