Searched refs:maFullScreenRect (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1447 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 D | salframe.h | 67 SWP maFullScreenRect; // WindowRect befor FullScreenMode member in Os2SalFrame
|
/aoo42x/main/vcl/inc/win/ |
H A D | salframe.h | 56 RECT maFullScreenRect; // fullscreen rect member in WinSalFrame
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salframe.h | 68 NSRect maFullScreenRect; // old window size when in FullScreen member in AquaSalFrame
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2071 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 D | salframe.cxx | 794 maFullScreenRect = [mpNSWindow frame]; in ShowFullScreen() 807 [mpNSWindow setFrame: maFullScreenRect display: mbShown ? YES : NO]; in ShowFullScreen()
|
Completed in 99 milliseconds