Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx241 id wnd = [mView window]; in draggingEntered() local
242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()
283 id wnd = [mView window]; in draggingUpdated() local
284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()
352 id wnd = [mView window]; in performDragOperation() local
353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()
415 id wnd = [mView window]; in initialize() local
416 NSWindow* parentWnd = [wnd parentWindow]; in initialize()
418 unsigned int wndStyles = [wnd styleMask] & topWndStyle; in initialize()
422 [wnd registerDraggingDestinationHandler:mDropTargetHelper]; in initialize()
[all …]
/trunk/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()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1199 CAxWindow wnd(hwnd);
1201 - wnd.QueryHost(&spDispatch);
1202 + wnd.QueryHost(IID_IAxWinAmbientDispatch, (void**)&spDispatch);

Completed in 28 milliseconds