Searched refs:MAX_LOADSTRING (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 48 #define MAX_LOADSTRING 100 macro 53 WCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile 54 WCHAR szWindowClass[MAX_LOADSTRING]; // Text der Titelzeile 96 LoadStringW(g_hInst, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain() 97 LoadStringW(g_hInst, IDC_TESTWIN32, szWindowClass, MAX_LOADSTRING); in WinMain() 203 WCHAR szHello[MAX_LOADSTRING]; in WndProc() 206 LoadStringW(g_hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc() 246 WCHAR wcString[MAX_LOADSTRING]; in WndProc() 285 WCHAR wcMenuString[MAX_LOADSTRING]; in SwitchMenuState() 289 LoadStringW(g_hInst, IDS_CBVIEWER_OFF, wcMenuString, MAX_LOADSTRING); in SwitchMenuState() [all …]
|
/aoo4110/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 32 #define MAX_LOADSTRING 100 macro 49 TCHAR szTitle[MAX_LOADSTRING]; // The title bar text 50 TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text 52 TCHAR szExitString[MAX_LOADSTRING]; 53 TCHAR szTooltipString[MAX_LOADSTRING]; 175 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain() 176 LoadString(hInstance, IDC_QUICKSTART, szWindowClass, MAX_LOADSTRING); in WinMain() 178 LoadString(hInstance, IDS_EXIT, szExitString, MAX_LOADSTRING); in WinMain() 179 LoadString(hInstance, IDS_TOOLTIP, szTooltipString, MAX_LOADSTRING); in WinMain()
|
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 49 #define MAX_LOADSTRING 100 macro 56 TCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile 57 TCHAR szWindowClass[MAX_LOADSTRING]; // Text der Titelzeile 132 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain() 133 LoadString(hInstance, IDC_TESTWIN32, szWindowClass, MAX_LOADSTRING); in WinMain() 248 TCHAR szHello[MAX_LOADSTRING]; in WndProc() 251 LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc()
|
/aoo4110/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 47 #define MAX_LOADSTRING 100 macro 51 WCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile 52 WCHAR szWindowClass[MAX_LOADSTRING]; // Text der Titelzeile 149 LoadStringW(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in WinMain() 150 LoadStringW(hInstance, IDC_TESTWIN32, szWindowClass, MAX_LOADSTRING); in WinMain() 260 TCHAR szHello[MAX_LOADSTRING]; in WndProc() 263 LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc()
|
Completed in 18 milliseconds