Lines Matching refs:pSfxViewFrame
380 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(this, false); in InPlaceActivate() local
382 while (pSfxViewFrame) in InPlaceActivate()
385 pSfxViewSh = pSfxViewFrame->GetViewShell(); in InPlaceActivate()
394 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, this, false); in InPlaceActivate()
410 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(this, false); in InPlaceActivate() local
413 for( i = 0; pSfxViewFrame && (i < pFrameViewList->Count()); i++ ) in InPlaceActivate()
416 pSfxViewSh = pSfxViewFrame->GetViewShell(); in InPlaceActivate()
424 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, this, false); in InPlaceActivate()
573 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(this, false); in ClearUndoBuffer() local
574 while(pSfxViewFrame) in ClearUndoBuffer()
576 ViewShellBase* pViewShellBase = dynamic_cast< ViewShellBase* >( pSfxViewFrame->GetViewShell() ); in ClearUndoBuffer()
596 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, this, false); in ClearUndoBuffer()