Home
last modified time | relevance | path

Searched refs:wnd (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx239 id wnd = [mView window]; in draggingEntered() local
240 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()
281 id wnd = [mView window]; in draggingUpdated() local
282 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()
350 id wnd = [mView window]; in performDragOperation() local
351 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()
413 id wnd = [mView window]; in initialize() local
414 NSWindow* parentWnd = [wnd parentWindow]; in initialize()
416 unsigned int wndStyles = [wnd styleMask] & topWndStyle; in initialize()
420 [wnd registerDraggingDestinationHandler:mDropTargetHelper]; in initialize()
[all …]
/AOO42X/main/extensions/test/ole/OleClient/
H A Daxhost.cxx44 CAxWindow wnd(m_hWnd); in OnCreate() local
46 HRESULT hr= wnd.CreateControlEx( controlName, NULL, NULL,&spControl.p); in OnCreate()
/AOO42X/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1199 CAxWindow wnd(hwnd);
1201 - wnd.QueryHost(&spDispatch);
1202 + wnd.QueryHost(IID_IAxWinAmbientDispatch, (void**)&spDispatch);