Searched refs:szHello (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 260 TCHAR szHello[MAX_LOADSTRING]; in WndProc() local 263 LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc() 299 DrawText( hdc, szHello, strlen(szHello), &rt, DT_CENTER ); in WndProc()
|
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 248 TCHAR szHello[MAX_LOADSTRING]; in WndProc() local 251 LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc() 291 DrawText( hdc, szHello, strlen(szHello), &rt, DT_CENTER ); in WndProc()
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 203 WCHAR szHello[MAX_LOADSTRING]; in WndProc() local 206 LoadStringW(g_hInst, IDS_HELLO, szHello, MAX_LOADSTRING); in WndProc()
|
Completed in 33 milliseconds