Searched refs:hWindow (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 485 X11SalBitmap::SnapShot (Display* pDisplay, XLIB_Window hWindow) in SnapShot() argument 487 if (hWindow != None) in SnapShot() 490 XGetWindowAttributes (pDisplay, hWindow, &aAttribute); in SnapShot() 497 if (XTranslateCoordinates (pDisplay, hWindow, aAttribute.root, in SnapShot() 564 X11SalBitmap::ImplCreateFromXImage (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pI… in ImplCreateFromXImage() argument 570 mpDDB = new ImplSalDDB (pDisplay, hWindow, nScreen, pImage); in ImplCreateFromXImage() 874 ImplSalDDB::ImplSalDDB (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pImage) : in ImplSalDDB() argument 877 maPixmap = XCreatePixmap (pDisplay, hWindow, pImage->width, pImage->height, pImage->depth); in ImplSalDDB()
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | JavaWindowPeerFake.java | 35 protected long hWindow; field in JavaWindowPeerFake 44 hWindow = _hWindow; in JavaWindowPeerFake() 56 return (int)hWindow; in getWindowHandle()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salbmp.h | 67 bool SnapShot (Display* pDisplay, XLIB_Window hWindow); 69 XLIB_Window hWindow, 151 XLIB_Window hWindow,
|
/aoo42x/main/dbaccess/win32/source/odbcconfig/ |
H A D | odbcconfig.cxx | 105 HWND hWindow = CreateWindow( in initInstance() local 120 return hWindow; in initInstance()
|
/aoo42x/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1881 Drawable hWindow = None; in SnapShot() local 1883 hWindow = GetDrawable(); in SnapShot() 1886 hWindow = hPresentationWindow; in SnapShot() 1888 hWindow = GetStackingWindow(); in SnapShot() 1891 if (hWindow != None) in SnapShot() 1894 if (pBmp->SnapShot (pDisplay, hWindow)) in SnapShot()
|
Completed in 50 milliseconds