Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx986 sal_Int64 nWindowHandle = 0; in ImplCreateWindow() local
990 if( ! (anyHandle >>= nWindowHandle) ) in ImplCreateWindow()
1016 aParentData.aWindow = nWindowHandle; in ImplCreateWindow()
1021 aParentData.hWnd = (HWND)nWindowHandle; in ImplCreateWindow()
1198 sal_Int64 nWindowHandle = 0; in createSystemChild() local
1202 if( ! (Parent >>= nWindowHandle) ) in createSystemChild()
1212 pProps[i].Value >>= nWindowHandle; in createSystemChild()
1226 aParentData.pView = reinterpret_cast<NSView*>(nWindowHandle); in createSystemChild()
1228 aParentData.aWindow = nWindowHandle; in createSystemChild()
1231 aParentData.hWnd = reinterpret_cast<HWND>(nWindowHandle); in createSystemChild()
[all …]

Completed in 13 milliseconds