Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/window/
H A Dsalframe.cxx102 static XLIB_Window hPresentationWindow = None, hPresFocusWindow = None; variable
123 hPresentationWindow, in doReparentPresentationDialogues()
614 if( (nStyle_ & SAL_FRAME_STYLE_DIALOG) && hPresentationWindow == None ) in Init()
628 hPresentationWindow ? NULL : mpParent ); in Init()
803 if( GetWindow() == hPresentationWindow ) in ~X11SalFrame()
805 hPresentationWindow = None; in ~X11SalFrame()
1885 if (hPresentationWindow != None) in SnapShot()
1886 hWindow = hPresentationWindow; in SnapShot()
2356 if( ! bStart && hPresentationWindow != None ) in StartPresentation()
2358 hPresentationWindow = (bStart && IsOverrideRedirect() ) ? GetWindow() : None; in StartPresentation()
[all …]