Lines Matching refs:pViewSh
378 ViewShell* pViewSh = NULL; in InPlaceActivate() local
386 pViewSh = PTR_CAST( ViewShell, pSfxViewSh ); in InPlaceActivate()
388 if ( pViewSh && pViewSh->GetFrameView() ) in InPlaceActivate()
390 pViewSh->WriteFrameViewData(); in InPlaceActivate()
391 pFrameViewList->Insert( new FrameView( mpDoc, pViewSh->GetFrameView() ) ); in InPlaceActivate()
408 ViewShell* pViewSh = NULL; in InPlaceActivate() local
417 pViewSh = PTR_CAST( ViewShell, pSfxViewSh ); in InPlaceActivate()
419 if ( pViewSh ) in InPlaceActivate()
421 pViewSh->ReadFrameViewData( (FrameView*)pFrameViewList->GetObject(i) ); in InPlaceActivate()
579 ::boost::shared_ptr<ViewShell> pViewSh( pViewShellBase->GetMainViewShell() ); in ClearUndoBuffer()
580 if( pViewSh.get() ) in ClearUndoBuffer()
582 ::sd::View* pView = pViewSh->GetView(); in ClearUndoBuffer()