Searched refs:pShellWnd (Results 1 – 10 of 10) sorted by relevance
238 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() local240 if ( pShellWnd ) in ReleaseFocus_Impl()241 pShellWnd->GrabFocus(); in ReleaseFocus_Impl()461 if ( pShellWnd ) in ReleaseFocus_Impl()462 pShellWnd->GrabFocus(); in ReleaseFocus_Impl()538 if ( pShellWnd ) in ReleaseFocus_Impl()539 pShellWnd->GrabFocus(); in ReleaseFocus_Impl()744 if ( pShellWnd ) in ReleaseFocus_Impl()745 pShellWnd->GrabFocus(); in ReleaseFocus_Impl()830 if ( pShellWnd ) in ReleaseFocus_Impl()[all …]
140 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in PopupModeEnd() local141 if (pShellWnd) in PopupModeEnd()142 pShellWnd->GrabFocus(); in PopupModeEnd()
488 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ImplReleaseFocus() local490 if( pShellWnd ) in ImplReleaseFocus()491 pShellWnd->GrabFocus(); in ImplReleaseFocus()
538 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in IMPL_LINK() local540 if ( pShellWnd ) in IMPL_LINK()541 pShellWnd->GrabFocus(); in IMPL_LINK()570 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in IMPL_LINK() local572 if ( pShellWnd ) in IMPL_LINK()573 pShellWnd->GrabFocus(); in IMPL_LINK()
974 Window* pShellWnd = pCurSh->GetWindow(); in DoEnter() local976 if ( pShellWnd ) in DoEnter()977 pShellWnd->GrabFocus(); in DoEnter()
896 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus() local898 if ( pShellWnd ) in ReleaseFocus()899 pShellWnd->GrabFocus(); in ReleaseFocus()
444 Window* pShellWnd = pCurSh->GetWindow(); in IMPL_LINK() local445 if ( pShellWnd ) in IMPL_LINK()446 pShellWnd->GrabFocus(); in IMPL_LINK()
546 Window* pShellWnd = pShell ? pShell->GetWindow() : NULL; in Execute() local547 if ( pShellWnd ) in Execute()548 pShellWnd->GrabFocus(); in Execute()
85 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus() local86 if ( pShellWnd ) in ReleaseFocus()87 pShellWnd->GrabFocus(); in ReleaseFocus()
1843 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus_Impl() local1845 if ( pShellWnd ) in ReleaseFocus_Impl()1846 pShellWnd->GrabFocus(); in ReleaseFocus_Impl()
Completed in 69 milliseconds