/aoo42x/main/vcl/unx/headless/ |
H A D | svpframe.cxx | 180 void SvpSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 186 if( ! bNoActivate ) in Show()
|
H A D | svpframe.hxx | 80 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
|
/aoo42x/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 61 void KDESalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 69 X11SalFrame::Show( bVisible, bNoActivate ); in Show()
|
H A D | KDESalFrame.hxx | 53 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate );
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 963 static void ImplSalShow( HWND hWnd, ULONG bVisible, ULONG bNoActivate ) in ImplSalShow() argument 976 …rintf( "ImplSalShow hwnd %x visible flag %d, no activate: flag %d\n", hWnd, bVisible, bNoActivate); in ImplSalShow() 979 if( bNoActivate ) in ImplSalShow() 1012 void Os2SalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 1018 WinPostMsg( mhWndFrame, SAL_MSG_SHOW, (MPARAM)bVisible, (MPARAM)bNoActivate ); in Show() 1020 ImplSalShow( mhWndFrame, bVisible, bNoActivate ); in Show()
|
/aoo42x/main/vcl/inc/unx/kde/ |
H A D | kdedata.hxx | 73 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate );
|
/aoo42x/main/vcl/inc/ |
H A D | salframe.hxx | 174 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False ) = 0;
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salframe.h | 114 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = FALSE );
|
/aoo42x/main/vcl/inc/win/ |
H A D | salframe.h | 102 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = FALSE );
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salframe.h | 119 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salframe.h | 227 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
|
/aoo42x/main/vcl/inc/unx/gtk/ |
H A D | gtkframe.hxx | 313 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
|
/aoo42x/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 419 void AquaSalFrame::Show(sal_Bool bVisible, sal_Bool bNoActivate) in Show() argument 437 if( bNoActivate || [mpNSWindow canBecomeKeyWindow] == NO ) in Show()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1284 static void ImplSalShow( HWND hWnd, sal_Bool bVisible, sal_Bool bNoActivate ) in ImplSalShow() argument 1301 if( bNoActivate ) in ImplSalShow() 1399 void WinSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 1405 ImplPostMessage( mhWnd, SAL_MSG_SHOW, bVisible, bNoActivate ); in Show() 1407 ImplSalShow( mhWnd, bVisible, bNoActivate ); in Show()
|
/aoo42x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1707 void KDESalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 1714 X11SalFrame::Show( bVisible, bNoActivate ); in Show()
|
/aoo42x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1298 void GtkSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 1337 …if( ! bNoActivate && (m_nStyle & (SAL_FRAME_STYLE_OWNERDRAWDECORATION|SAL_FRAME_STYLE_TOOLWINDOW))… in Show() 1371 if( ! bNoActivate && (m_nStyle & SAL_FRAME_STYLE_TOOLWINDOW) ) in Show()
|
/aoo42x/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1139 void X11SalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument 1228 if( ! bNoActivate && (nStyle_ & (SAL_FRAME_STYLE_OWNERDRAWDECORATION)) == 0 ) in Show() 1231 if( ! bNoActivate && (nStyle_ & SAL_FRAME_STYLE_TOOLWINDOW) ) in Show()
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 6655 … sal_Bool bNoActivate = (nFlags & (SHOW_NOACTIVATE|SHOW_NOFOCUSCHANGE)) ? sal_True : sal_False; in Show() local 6656 mpWindowImpl->mpFrame->Show( sal_True, bNoActivate ); in Show()
|