Searched refs:bSetFocus (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sfx2/source/appl/ |
H A D | workwin.cxx | 1190 pCli->bSetFocus = sal_False; in ShowChilds_Impl() 1650 if ( bSetFocus ) in CreateChildWin_Impl() 1651 bSetFocus = pChildWin->WantsFocus(); in CreateChildWin_Impl() 1696 pCW->pCli->bSetFocus = bSetFocus; in CreateChildWin_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() 2493 pWork->ToggleChildWindow_Impl(nId,bSetFocus); in SetChildWindow_Impl() 2519 pCW->pCli->bSetFocus = bSetFocus; in ShowChildWindow_Impl() 2544 SetChildWindow_Impl( nId, sal_True, bSetFocus ); in ShowChildWindow_Impl() [all …]
|
/trunk/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);
|
/trunk/main/sw/source/ui/inc/ |
H A D | navipi.hxx | 180 void CreateNavigationTool(const Rectangle& rRect, sal_Bool bSetFocus);
|
/trunk/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()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | viewfrm.hxx | 195 … SetChildWindow(sal_uInt16 nId, sal_Bool bVisible, sal_Bool bSetFocus=sal_True);
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
Completed in 304 milliseconds