Searched refs:bSetFocus (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 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() [all …]
|
| /AOO41X/main/sfx2/source/inc/ |
| H A D | workwin.hxx | 108 sal_Bool bSetFocus; member 113 bCanGetFocus( sal_False ), bSetFocus( sal_False ) in SfxChild_Impl() 351 void ShowChildWindow_Impl(sal_uInt16, sal_Bool bVisible, sal_Bool bSetFocus); 352 void SetChildWindow_Impl(sal_uInt16, sal_Bool bOn, sal_Bool bSetFocus);
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | navipi.hxx | 180 void CreateNavigationTool(const Rectangle& rRect, sal_Bool bSetFocus);
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | navipi.cxx | 500 void SwNavigationPI::CreateNavigationTool(const Rectangle& rRect, sal_Bool bSetFocus) in CreateNavigationTool() argument 516 if(bSetFocus) in CreateNavigationTool()
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | viewfrm.hxx | 195 … SetChildWindow(sal_uInt16 nId, sal_Bool bVisible, sal_Bool bSetFocus=sal_True);
|
| /AOO41X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 4294 bool bSetFocus = m_bSetFocusOnMap; in Dispatch() local 4304 bSetFocus = true; in Dispatch() 4342 bSetFocus = false; in Dispatch() 4345 if( bSetFocus ) in Dispatch()
|
| /AOO41X/main/vcl/unx/gtk/window/ |
| H A D | gtkframe.cxx | 2901 bool bSetFocus = pThis->m_bSetFocusOnMap; in signalMap() local 2912 bSetFocus = true; in signalMap() 2915 if( bSetFocus ) in signalMap()
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | viewfrm.cxx | 3531 void SfxViewFrame::SetChildWindow(sal_uInt16 nId, sal_Bool bOn, sal_Bool bSetFocus ) in SetChildWindow() argument 3535 pWork->SetChildWindow_Impl( nId, bOn, bSetFocus ); in SetChildWindow()
|