Searched refs:pCurSh (Results 1 – 9 of 9) sorted by relevance
194 SfxViewShell* pCurSh( SfxViewShell::Current() ); in Select() local197 if ( pCurSh ) in Select()199 SfxViewFrame* pViewFrame = pCurSh->GetViewFrame(); in Select()892 SfxViewShell* pCurSh = SfxViewShell::Current(); in ReleaseFocus() local894 if ( pCurSh ) in ReleaseFocus()896 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus()
112 SfxViewShell* pCurSh( SfxViewShell::Current() ); in Click() local114 if ( pCurSh ) in Click()116 pViewFrame = pCurSh->GetViewFrame(); in Click()
140 SfxViewShell* pCurSh( SfxViewShell::Current() ); in Select() local143 if ( pCurSh ) in Select()145 SfxViewFrame* pViewFrame = pCurSh->GetViewFrame(); in Select()
198 SfxViewShell* pCurSh = SfxViewShell::Current(); in ReleaseFocus() local199 DBG_ASSERT( pCurSh, "Current ViewShell not found!" ); in ReleaseFocus()201 if ( pCurSh ) in ReleaseFocus()203 Window* pShellWin = pCurSh->GetWindow(); in ReleaseFocus()
306 SfxViewShell* pCurSh = SfxViewShell::Current(); in Initialize() local307 if ( pCurSh ) in Initialize()308 mpView = pCurSh->GetDrawView(); in Initialize()780 SfxViewShell* pCurSh = SfxViewShell::Current(); in NotifyItemUpdate() local781 if ( pCurSh ) in NotifyItemUpdate()782 mpView = pCurSh->GetDrawView(); in NotifyItemUpdate()
885 SfxViewShell* pCurSh = SfxViewShell::Current(); in DoEnter() local892 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, pCurSh); in DoEnter()972 if ( pCurSh ) in DoEnter()974 Window* pShellWnd = pCurSh->GetWindow(); in DoEnter()
440 SfxViewShell* pCurSh = SfxViewShell::Current(); in IMPL_LINK() local442 if ( pCurSh ) in IMPL_LINK()444 Window* pShellWnd = pCurSh->GetWindow(); in IMPL_LINK()
1825 SfxViewShell* pCurSh = SfxViewShell::Current(); in ReleaseFocus_Impl() local1826 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( PTR_CAST( ScTabViewShell, pCurSh ) ); in ReleaseFocus_Impl()1841 if ( pCurSh ) in ReleaseFocus_Impl()1843 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus_Impl()
81 SfxViewShell* pCurSh = SfxViewShell::Current(); in ReleaseFocus() local83 if ( pCurSh ) in ReleaseFocus()85 Window* pShellWnd = pCurSh->GetWindow(); in ReleaseFocus()
Completed in 65 milliseconds