Lines Matching refs:nWindowHandle
986 sal_Int64 nWindowHandle = 0; in ImplCreateWindow() local
990 if( ! (anyHandle >>= nWindowHandle) ) in ImplCreateWindow()
1000 pProps[i].Value >>= nWindowHandle; in ImplCreateWindow()
1014 aParentData.pView = reinterpret_cast<NSView*>(nWindowHandle); in ImplCreateWindow()
1016 aParentData.aWindow = nWindowHandle; in ImplCreateWindow()
1019 aParentData.hWnd = reinterpret_cast<HWND>(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()
1233 aParentData.hWnd = (HWND)nWindowHandle; in createSystemChild()