Home
last modified time | relevance | path

Searched refs:bNoActivate (Results 1 – 18 of 18) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1284 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()
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1707 void KDESalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
1714 X11SalFrame::Show( bVisible, bNoActivate ); in Show()
/aoo41x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx61 void KDESalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
69 X11SalFrame::Show( bVisible, bNoActivate ); in Show()
H A DKDESalFrame.hxx53 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate );
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1298 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()
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.cxx180 void SvpSalFrame::Show( sal_Bool bVisible, sal_Bool bNoActivate ) in Show() argument
186 if( ! bNoActivate ) in Show()
H A Dsvpframe.hxx80 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx1139 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()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx6655 … sal_Bool bNoActivate = (nFlags & (SHOW_NOACTIVATE|SHOW_NOFOCUSCHANGE)) ? sal_True : sal_False; in Show() local
6656 mpWindowImpl->mpFrame->Show( sal_True, bNoActivate ); in Show()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx963 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()
/aoo41x/main/vcl/inc/win/
H A Dsalframe.h102 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = FALSE );
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx313 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
/aoo41x/main/vcl/inc/unx/kde/
H A Dkdedata.hxx73 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate );
/aoo41x/main/vcl/inc/unx/
H A Dsalframe.h227 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
/aoo41x/main/vcl/inc/
H A Dsalframe.hxx174 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False ) = 0;
/aoo41x/main/vcl/inc/os2/
H A Dsalframe.h114 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = FALSE );
/aoo41x/main/vcl/inc/aqua/
H A Dsalframe.h119 virtual void Show( sal_Bool bVisible, sal_Bool bNoActivate = sal_False );
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx419 void AquaSalFrame::Show(sal_Bool bVisible, sal_Bool bNoActivate) in Show() argument
437 if( bNoActivate || [mpNSWindow canBecomeKeyWindow] == NO ) in Show()

Completed in 213 milliseconds