Home
last modified time | relevance | path

Searched refs:bFullScreen (Results 1 – 16 of 16) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2052 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()
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1803 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()
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.hxx90 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx2193 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()
/aoo41x/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx74 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()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx1438 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()
/aoo41x/main/vcl/inc/win/
H A Dsalframe.h112 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
/aoo41x/main/vcl/inc/unx/
H A Dwmadaptor.hxx248 virtual void showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const;
H A Dsalframe.h237 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nMonitor );
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx325 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
/aoo41x/main/vcl/inc/
H A Dsalframe.hxx189 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay ) = 0;
/aoo41x/main/vcl/inc/os2/
H A Dsalframe.h125 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
/aoo41x/main/vcl/inc/aqua/
H A Dsalframe.h129 virtual void ShowFullScreen( sal_Bool bFullScreen, sal_Int32 nDisplay );
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx730 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()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx208 bool bFullScreen ) in SlideShowView() argument
224 mbFullScreen( bFullScreen ), in SlideShowView()
H A Dslideshowviewimpl.hxx207 bool bFullScreen );

Completed in 162 milliseconds