Lines Matching refs:bSetFocus

1176 			    sal_uInt16 nFlags = pCli->bSetFocus ? 0 : SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE;  in ShowChilds_Impl()
1190 pCli->bSetFocus = sal_False; in ShowChilds_Impl()
1642 void SfxWorkWindow::CreateChildWin_Impl( SfxChildWin_Impl *pCW, sal_Bool bSetFocus ) in CreateChildWin_Impl() argument
1650 if ( bSetFocus ) in CreateChildWin_Impl()
1651 bSetFocus = pChildWin->WantsFocus(); in CreateChildWin_Impl()
1696 pCW->pCli->bSetFocus = bSetFocus; in CreateChildWin_Impl()
2230 void SfxWorkWindow::ToggleChildWindow_Impl(sal_uInt16 nId, sal_Bool bSetFocus) in ToggleChildWindow_Impl() argument
2263 ShowChildWindow_Impl( nId, sal_False, bSetFocus ); in ToggleChildWindow_Impl()
2286 ShowChildWindow_Impl( nId, sal_True, bSetFocus ); in ToggleChildWindow_Impl()
2291 CreateChildWin_Impl( pCW, bSetFocus ); in ToggleChildWindow_Impl()
2318 pParent->ToggleChildWindow_Impl( nId, bSetFocus ); in ToggleChildWindow_Impl()
2446 void SfxWorkWindow::SetChildWindow_Impl(sal_uInt16 nId, sal_Bool bOn, sal_Bool bSetFocus) in SetChildWindow_Impl() argument
2493 pWork->ToggleChildWindow_Impl(nId,bSetFocus); in SetChildWindow_Impl()
2498 void SfxWorkWindow::ShowChildWindow_Impl(sal_uInt16 nId, sal_Bool bVisible, sal_Bool bSetFocus) in ShowChildWindow_Impl() argument
2519 pCW->pCli->bSetFocus = bSetFocus; in ShowChildWindow_Impl()
2521 …pChildWin->Show( bSetFocus && pChildWin->WantsFocus() ? 0 : SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE ); in ShowChildWindow_Impl()
2544 SetChildWindow_Impl( nId, sal_True, bSetFocus ); in ShowChildWindow_Impl()
2563 pParent->ShowChildWindow_Impl( nId, bVisible, bSetFocus ); in ShowChildWindow_Impl()