Type: required
Title: multi monitor fullscreen support for vcl
Posted by: [EMAIL PROTECTED]
Affected: [EMAIL PROTECTED],sd, vcl
Effective from: cws impresshydra
*Summary*
--------
full screen methods in vcl now supports to select a monitor. 0 is always the
primary monitor, information about other monitors can be querried from new
service "com.sun.star.awt.DisplayAccess"
*Description*
-------------
- virtual void SalFrame::ShowFullScreen( BOOL bFullScreen ) = 0;
+ virtual void SalFrame::ShowFullScreen( BOOL bFullScreen, sal_Int32
nDisplay ) = 0;
- void WorkWindow::ShowFullScreenMode( BOOL bFullScreenMode = TRUE );
+ void WorkWindow::ShowFullScreenMode( BOOL bFullScreenMode = TRUE,
sal_Int32 nDisplay = 0 );
- void WorkWindow::StartPresentationMode( BOOL bPresentation = TRUE,
USHORT nFlags = 0 );
+ void WorkWindow::StartPresentationMode( BOOL bPresentation = TRUE,
USHORT nFlags = 0, sal_Int32 nDisplay = 0 );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]