Searched refs:maFullScreenRect (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 1445 memset( &maFullScreenRect, 0, sizeof( SWP ) ); in ShowFullScreen() 1446 _WinQueryWindowPos( this, &maFullScreenRect ); in ShowFullScreen() 1455 maFullScreenRect.x, maFullScreenRect.y, in ShowFullScreen() 1456 maFullScreenRect.cx, maFullScreenRect.cy, in ShowFullScreen()
|
| /AOO42X/main/vcl/inc/os2/ |
| H A D | salframe.h | 67 SWP maFullScreenRect; // WindowRect before FullScreenMode variable
|
| /AOO42X/main/vcl/inc/win/ |
| H A D | salframe.h | 56 RECT maFullScreenRect; // fullscreen rect variable
|
| /AOO42X/main/vcl/inc/aqua/ |
| H A D | salframe.h | 68 NSRect maFullScreenRect; // old window size when in FullScreen variable
|
| /AOO42X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 2067 GetWindowRect( mhWnd, &maFullScreenRect ); in ShowFullScreen() 2090 maFullScreenRect.left, in ShowFullScreen() 2091 maFullScreenRect.top, in ShowFullScreen() 2092 maFullScreenRect.right-maFullScreenRect.left, in ShowFullScreen() 2093 maFullScreenRect.bottom-maFullScreenRect.top, in ShowFullScreen()
|
| /AOO42X/main/vcl/aqua/source/window/ |
| H A D | salframe.cxx | 794 maFullScreenRect = [mpNSWindow frame]; in ShowFullScreen() 807 [mpNSWindow setFrame: maFullScreenRect display: mbShown ? YES : NO]; in ShowFullScreen()
|