Lines Matching refs:GetWindowImpl
97 Window* pWindow = GetWindowImpl(); in getWindowHandle()
150 Window* pWindow = GetWindowImpl(); in toFront()
161 Window* pWindow = GetWindowImpl(); in toBack()
173 SystemWindow* pWindow = (SystemWindow*) GetWindowImpl(); in setMenuBar()
192 const WorkWindow* pWindow = dynamic_cast< const WorkWindow* >( GetWindowImpl() ); in getIsMaximized()
204 WorkWindow* pWindow = dynamic_cast< WorkWindow* >( GetWindowImpl() ); in setIsMaximized()
216 const WorkWindow* pWindow = dynamic_cast< const WorkWindow* >( GetWindowImpl() ); in getIsMinimized()
228 WorkWindow* pWindow = dynamic_cast< WorkWindow* >( GetWindowImpl() ); in setIsMinimized()
240 const SystemWindow* pWindow = dynamic_cast< const SystemWindow* >( GetWindowImpl() ); in getDisplay()
255 SystemWindow* pWindow = dynamic_cast< SystemWindow* >( GetWindowImpl() ); in setDisplay()
285 Window* VCLXTopWindow::GetWindowImpl() in GetWindowImpl() function in VCLXTopWindow