Searched refs:nWindowHandle (Results 1 – 1 of 1) sorted by relevance
986 sal_Int64 nWindowHandle = 0; in ImplCreateWindow() local990 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() local1202 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 15 milliseconds