Searched refs:hCursor (Results 1 – 18 of 18) sorted by relevance
/aoo41x/main/vcl/win/source/app/ |
H A D | salshl.cxx | 80 HCURSOR hCursor = LoadCursor( aSalShlData.mhInst, MAKEINTRESOURCE( nId ) ); in ImplLoadSalCursor() local 82 DBG_ASSERT( hCursor, "cursor not found in sal resource" ); in ImplLoadSalCursor() 84 return hCursor; in ImplLoadSalCursor()
|
H A D | salinst.cxx | 543 aWndClassEx.hCursor = 0; in CreateSalInstance()
|
/aoo41x/main/vcl/inc/win/ |
H A D | wincomp.hxx | 147 inline void SetClassCursor( HWND hWnd, HCURSOR hCursor ) in SetClassCursor() argument 149 SetClassLong( hWnd, GCL_HCURSOR, (DWORD)hCursor ); in SetClassCursor()
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 553 aWndClassEx.hCursor = LoadCursor( 0, IDC_ARROW ); in ImplSalCreateObject() 579 aWndClassEx.hCursor = LoadCursor( 0, IDC_ARROW ); in ImplSalCreateObject()
|
/aoo41x/main/dbaccess/win32/source/odbcconfig/ |
H A D | odbcconfig.cxx | 93 wcx.hCursor = NULL; // predefined arrow in registerWindowClass()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 612 listenerClass.hCursor = NULL; in win32_init_sys_tray() 628 executerClass.hCursor = NULL; in win32_init_sys_tray()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | syswinwrapper.cxx | 143 wc.hCursor = LoadCursor(NULL, IDC_ARROW); in HatchWindowRegister()
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 205 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()
|
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 194 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 152 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()
|
/aoo41x/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 231 wcex.hCursor = LoadCursor(NULL, IDC_ARROW); in MyRegisterClass()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | helppopupwindow.cxx | 559 wndClsEx.hCursor = LoadCursor(NULL, IDC_ARROW); in RegisterWindowClass()
|
/aoo41x/main/avmedia/source/win/ |
H A D | player.cxx | 284 mpWndClass->hCursor = ::LoadCursor( NULL, IDC_ARROW ); in start()
|
H A D | window.cxx | 191 s_pWndClass->hCursor = ::LoadCursor( NULL, IDC_ARROW ); in lcl_getWndClass()
|
/aoo41x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 790 wcex.hCursor = NULL; in RegisterStaRequestWindowClass()
|
/aoo41x/main/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 765 wcex.hCursor = NULL; in createMtaOleReqWnd()
|
/aoo41x/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 134 mPWinClass.hCursor = NULL; in CSOActiveX()
|
/aoo41x/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 171 mPWinClass.hCursor = NULL; in CSOActiveX()
|
Completed in 93 milliseconds