Searched refs:bFullScreen (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 74 virtual void showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const; 2199 void WMAdaptor::showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const in showFullScreen() 2201 pFrame->mbFullScreen = bFullScreen; in showFullScreen() 2202 maximizeFrame( pFrame, bFullScreen, bFullScreen ); in showFullScreen() 2208 void NetWMAdaptor::showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const in showFullScreen() 2212 pFrame->mbFullScreen = bFullScreen; in showFullScreen() 2213 if( bFullScreen ) in showFullScreen() 2231 aEvent.xclient.data.l[0] = bFullScreen ? 1 : 0; in showFullScreen() 2249 if( bFullScreen ) in showFullScreen() 2285 else WMAdaptor::showFullScreen( pFrame, bFullScreen ); in showFullScreen()
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 730 void AquaSalFrame::ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay ) in ShowFullScreen() argument 738 if( mbFullScreen == bFullScreen ) in ShowFullScreen() 741 mbFullScreen = bFullScreen; in ShowFullScreen() 742 if( bFullScreen ) in ShowFullScreen()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshowviewimpl.cxx | 208 bool bFullScreen ) in SlideShowView() argument 224 mbFullScreen( bFullScreen ), in SlideShowView()
|
H A D | slideshowviewimpl.hxx | 207 bool bFullScreen );
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpframe.hxx | 90 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
|
/aoo4110/main/vcl/inc/unx/ |
H A D | wmadaptor.hxx | 248 virtual void showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const;
|
H A D | salframe.h | 237 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nMonitor );
|
/aoo4110/main/vcl/inc/ |
H A D | salframe.hxx | 189 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay ) = 0;
|
/aoo4110/main/vcl/inc/win/ |
H A D | salframe.h | 112 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salframe.h | 125 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salframe.h | 129 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
|
/aoo4110/main/vcl/inc/unx/gtk/ |
H A D | gtkframe.hxx | 325 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 2193 void X11SalFrame::ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nScreen ) in ShowFullScreen() argument 2197 if( mbFullScreen == (bool)bFullScreen ) in ShowFullScreen() 2199 if( bFullScreen ) in ShowFullScreen() 2265 if( mbFullScreen == (bool)bFullScreen ) in ShowFullScreen() 2268 pDisplay_->getWMAdaptor()->showFullScreen( this, bFullScreen ); in ShowFullScreen()
|
/aoo4110/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1438 void Os2SalFrame::ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay ) in ShowFullScreen() argument 1440 if ( mbFullScreen == bFullScreen ) in ShowFullScreen() 1443 mbFullScreen = bFullScreen; in ShowFullScreen() 1444 if ( bFullScreen ) in ShowFullScreen()
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1803 void GtkSalFrame::ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nScreen ) in ShowFullScreen() argument 1811 if( bFullScreen ) in ShowFullScreen() 1873 if( bFullScreen ) in ShowFullScreen() 1897 m_bFullscreen = bFullScreen; in ShowFullScreen()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2052 void WinSalFrame::ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay ) in ShowFullScreen() argument 2054 if ( (mbFullScreen == bFullScreen) && (!bFullScreen || (mnDisplay == nDisplay)) ) in ShowFullScreen() 2057 mbFullScreen = bFullScreen; in ShowFullScreen() 2060 if ( bFullScreen ) in ShowFullScreen()
|
Completed in 131 milliseconds