Home
last modified time | relevance | path

Searched refs:bSetFocus (Results 1 – 8 of 8) sorted by path

/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx195 … SetChildWindow(sal_uInt16 nId, sal_Bool bVisible, sal_Bool bSetFocus=sal_True);
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx1190 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 Dworkwin.hxx108 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/sfx2/source/view/
H A Dviewfrm.cxx3531 void SfxViewFrame::SetChildWindow(sal_uInt16 nId, sal_Bool bOn, sal_Bool bSetFocus ) in SetChildWindow() argument
3535 pWork->SetChildWindow_Impl( nId, bOn, bSetFocus ); in SetChildWindow()
/trunk/main/sw/source/ui/inc/
H A Dnavipi.hxx180 void CreateNavigationTool(const Rectangle& rRect, sal_Bool bSetFocus);
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx500 void SwNavigationPI::CreateNavigationTool(const Rectangle& rRect, sal_Bool bSetFocus) in CreateNavigationTool() argument
516 if(bSetFocus) in CreateNavigationTool()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx4294 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 Dgtkframe.cxx2901 bool bSetFocus = pThis->m_bSetFocusOnMap; in signalMap() local
2912 bSetFocus = true; in signalMap()
2915 if( bSetFocus ) in signalMap()

Completed in 125 milliseconds