Lines Matching refs:pFrameViewList
361 List* pFrameViewList = mpDoc->GetFrameViewList(); in InPlaceActivate() local
363 DBG_ASSERT( pFrameViewList, "No FrameViewList?" ); in InPlaceActivate()
364 if( pFrameViewList ) in InPlaceActivate()
367 for ( i = 0; i < pFrameViewList->Count(); i++) in InPlaceActivate()
370 pFrameView = (FrameView*) pFrameViewList->GetObject(i); in InPlaceActivate()
376 pFrameViewList->Clear(); in InPlaceActivate()
391 pFrameViewList->Insert( new FrameView( mpDoc, pViewSh->GetFrameView() ) ); in InPlaceActivate()
403 List* pFrameViewList = mpDoc->GetFrameViewList(); in InPlaceActivate() local
405 DBG_ASSERT( pFrameViewList, "No FrameViewList?" ); in InPlaceActivate()
406 if( pFrameViewList ) in InPlaceActivate()
413 for( i = 0; pSfxViewFrame && (i < pFrameViewList->Count()); i++ ) in InPlaceActivate()
421 pViewSh->ReadFrameViewData( (FrameView*)pFrameViewList->GetObject(i) ); in InPlaceActivate()