Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx787 if( ! IsSysChildWindow() ) in ~X11SalFrame()
1239 if( GetWindow() != GetShellWindow() && ! IsSysChildWindow() ) in Show()
1377 if( GetWindow() != GetShellWindow() && ! IsSysChildWindow() ) in ToTop()
1382 XLIB_Window aToTopWindow = IsSysChildWindow() ? GetWindow() : GetShellWindow(); in ToTop()
1956 …XResizeWindow( GetXDisplay(), IsSysChildWindow() ? GetWindow() : GetShellWindow(), rSize.Width(), … in SetSize()
1989 if( mpParent && ! IsSysChildWindow() ) in SetPosSize()
2066 …XMoveResizeWindow( GetXDisplay(), IsSysChildWindow() ? GetWindow() : GetShellWindow(), values.x, v… in SetPosSize()
2079 if( IsSysChildWindow() && mpParent ) in SetPosSize()
2102 if( IsSysChildWindow() ) in Minimize()
2120 if( IsSysChildWindow() ) in Maximize()
[all …]
/trunk/main/vcl/inc/unx/
H A Dsalframe.h200 …bool IsSysChildWindow() const { return (nStyle_ & (SAL_FRAME_STYLE_SYSTEMCHILD)… in IsSysChildWindow() function in X11SalFrame

Completed in 46 milliseconds