Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/source/awt/
H A Dvclxwindow1.cxx92 SystemParentData aSysParentData; in SetSystemParent_Impl() local
93 aSysParentData.nSize = sizeof ( SystemParentData ); in SetSystemParent_Impl()
95 aSysParentData.hWnd = (HWND) nHandle; in SetSystemParent_Impl()
97 aSysParentData.pView = reinterpret_cast<NSView*>(nHandle); in SetSystemParent_Impl()
99 aSysParentData.aWindow = (long)nHandle; in SetSystemParent_Impl()
100 aSysParentData.bXEmbedSupport = bXEmbed; in SetSystemParent_Impl()
104 ((WorkWindow*)pWindow)->SetPluginParent( &aSysParentData ); in SetSystemParent_Impl()

Completed in 10 milliseconds