Home
last modified time | relevance | path

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

/aoo42x/main/vcl/os2/source/window/
H A Dsalframe.cxx1447 memset( &maFullScreenRect, 0, sizeof( SWP ) ); in ShowFullScreen()
1448 _WinQueryWindowPos( this, &maFullScreenRect ); in ShowFullScreen()
1457 maFullScreenRect.x, maFullScreenRect.y, in ShowFullScreen()
1458 maFullScreenRect.cx, maFullScreenRect.cy, in ShowFullScreen()
/aoo42x/main/vcl/inc/os2/
H A Dsalframe.h67 SWP maFullScreenRect; // WindowRect befor FullScreenMode member in Os2SalFrame
/aoo42x/main/vcl/inc/win/
H A Dsalframe.h56 RECT maFullScreenRect; // fullscreen rect member in WinSalFrame
/aoo42x/main/vcl/inc/aqua/
H A Dsalframe.h68 NSRect maFullScreenRect; // old window size when in FullScreen member in AquaSalFrame
/aoo42x/main/vcl/win/source/window/
H A Dsalframe.cxx2071 GetWindowRect( mhWnd, &maFullScreenRect ); in ShowFullScreen()
2094 maFullScreenRect.left, in ShowFullScreen()
2095 maFullScreenRect.top, in ShowFullScreen()
2096 maFullScreenRect.right-maFullScreenRect.left, in ShowFullScreen()
2097 maFullScreenRect.bottom-maFullScreenRect.top, in ShowFullScreen()
/aoo42x/main/vcl/aqua/source/window/
H A Dsalframe.cxx794 maFullScreenRect = [mpNSWindow frame]; in ShowFullScreen()
807 [mpNSWindow setFrame: maFullScreenRect display: mbShown ? YES : NO]; in ShowFullScreen()

Completed in 83 milliseconds