Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx485 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()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DJavaWindowPeerFake.java35 protected long hWindow; field in JavaWindowPeerFake
44 hWindow = _hWindow; in JavaWindowPeerFake()
56 return (int)hWindow; in getWindowHandle()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h67 bool SnapShot (Display* pDisplay, XLIB_Window hWindow);
69 XLIB_Window hWindow,
151 XLIB_Window hWindow,
/trunk/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx105 HWND hWindow = CreateWindow( in initInstance() local
120 return hWindow; in initInstance()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1881 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 69 milliseconds