Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/window/
H A Dsalframe.cxx456 if( pFrame->GetShellWindow() ) in Init()
459 pFrame->GetShellWindow() ); in Init()
474 Hints.window_group = pFrame->GetShellWindow(); in Init()
506 Hints.window_group = GetShellWindow(); in Init()
539 XSetWMProtocols( GetXDisplay(), GetShellWindow(), a, n ); in Init()
544 XSetClassHint( GetXDisplay(), GetShellWindow(), pClass ); in Init()
561 GetShellWindow(), in Init()
754 XSetWMProtocols( GetXDisplay(), s_pSaveYourselfFrame->GetShellWindow(), a, n ); in passOnSaveYourSelf()
788 XSelectInput( GetXDisplay(), GetShellWindow(), 0 ); in ~X11SalFrame()
853 XSetClassHint( GetXDisplay(), GetShellWindow(), pClass ); in SetExtendedFrameStyle()
[all …]
/AOO42X/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1262 pFrame->GetShellWindow(), in setNetWMState()
1273 pFrame->GetShellWindow(), in setNetWMState()
1286 pFrame->GetShellWindow(), in setNetWMState()
1294 pFrame->GetShellWindow(), in setNetWMState()
1332 pFrame->GetShellWindow(), in setNetWMState()
1357 pFrame->GetShellWindow(), in setGnomeWMState()
1376 pFrame->GetShellWindow(), in setGnomeWMState()
1384 pFrame->GetShellWindow(), in setGnomeWMState()
1422 pFrame->GetShellWindow(), in setGnomeWMState()
1485 pFrame->GetShellWindow(), in setFrameTypeAndDecoration()
[all …]
H A Dsaldisp.cxx2264 if( pFrame->GetWindow() == aWindow || pFrame->GetShellWindow() == aWindow ) in Dispatch()
2344 || pFrame->GetShellWindow() == aDispatchWindow in Dispatch()
/AOO42X/main/vcl/inc/unx/
H A Dsalframe.h184 XLIB_Window GetShellWindow() const { return mhShellWindow; } in GetShellWindow() function