Home
last modified time | relevance | path

Searched refs:pShellWnd (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx238 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() local
240 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 …]
H A Dlboxctrl.cxx140 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in PopupModeEnd() local
141 if (pShellWnd) in PopupModeEnd()
142 pShellWnd->GrabFocus(); in PopupModeEnd()
H A Dgrafctrl.cxx488 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ImplReleaseFocus() local
490 if( pShellWnd ) in ImplReleaseFocus()
491 pShellWnd->GrabFocus(); in ImplReleaseFocus()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx538 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in IMPL_LINK() local
540 if ( pShellWnd ) in IMPL_LINK()
541 pShellWnd->GrabFocus(); in IMPL_LINK()
570 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in IMPL_LINK() local
572 if ( pShellWnd ) in IMPL_LINK()
573 pShellWnd->GrabFocus(); in IMPL_LINK()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx974 Window* pShellWnd = pCurSh->GetWindow(); in DoEnter() local
976 if ( pShellWnd ) in DoEnter()
977 pShellWnd->GrabFocus(); in DoEnter()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx896 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus() local
898 if ( pShellWnd ) in ReleaseFocus()
899 pShellWnd->GrabFocus(); in ReleaseFocus()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx444 Window* pShellWnd = pCurSh->GetWindow(); in IMPL_LINK() local
445 if ( pShellWnd ) in IMPL_LINK()
446 pShellWnd->GrabFocus(); in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dfmshell.cxx546 Window* pShellWnd = pShell ? pShell->GetWindow() : NULL; in Execute() local
547 if ( pShellWnd ) in Execute()
548 pShellWnd->GrabFocus(); in Execute()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx85 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus() local
86 if ( pShellWnd ) in ReleaseFocus()
87 pShellWnd->GrabFocus(); in ReleaseFocus()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1843 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus_Impl() local
1845 if ( pShellWnd ) in ReleaseFocus_Impl()
1846 pShellWnd->GrabFocus(); in ReleaseFocus_Impl()

Completed in 64 milliseconds