Lines Matching refs:pFrame
120 SfxViewFrame *pFrame= SfxViewFrame::GetFirst(pDoc); in Enable_Impl() local
121 while ( pFrame ) in Enable_Impl()
123 pFrame->Enable(bEnable); in Enable_Impl()
124 pFrame->GetDispatcher()->Lock( !bEnable ); in Enable_Impl()
125 pFrame = SfxViewFrame::GetNext(*pFrame, pDoc); in Enable_Impl()
465 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume() local
466 pFrame; in Resume()
467 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in Resume()
468 pFrame->GetWindow().EnterWait(); in Resume()
474 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume() local
475 if ( pFrame ) in Resume()
476 pFrame->GetBindings().ENTERREGISTRATIONS(); in Resume()
509 for ( SfxViewFrame *pFrame = in Suspend() local
511 pFrame; in Suspend()
512 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in Suspend()
513 pFrame->GetWindow().LeaveWait(); in Suspend()
517 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Suspend() local
518 if ( pFrame ) in Suspend()
519 pFrame->GetBindings().LEAVEREGISTRATIONS(); in Suspend()
628 for ( SfxViewFrame *pFrame = in SetWaitMode() local
630 pFrame; in SetWaitMode()
631 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in SetWaitMode()
632 pFrame->GetWindow().EnterWait(); in SetWaitMode()
639 for ( SfxViewFrame *pFrame = in SetWaitMode() local
641 pFrame; in SetWaitMode()
642 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in SetWaitMode()
643 pFrame->GetWindow().LeaveWait(); in SetWaitMode()