Lines Matching refs:xObjSh
90 SfxObjectShellRef xObjSh; member
119 SfxObjectShell* pDoc = bAllDocs ? NULL : (SfxObjectShell*) xObjSh; in Enable_Impl()
180 pImp->xObjSh = pObjSh; in SfxProgress()
235 if ( pImp->xObjSh.Is() && pImp->xObjSh->GetProgress() == this ) in Stop()
236 pImp->xObjSh->SetProgress_Impl(0); in Stop()
246 if ( pImp->xObjSh.Is() ) in Stop()
247 pImp->xObjSh->SetProgress_Impl(0); in Stop()
383 SfxObjectShell* pObjSh = pImp->xObjSh; in SetState()
463 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in Resume()
465 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume()
467 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in Resume()
472 if ( pImp->xObjSh ) in Resume()
474 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume()
507 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in Suspend()
510 SfxViewFrame::GetFirst(pImp->xObjSh); in Suspend()
512 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in Suspend()
515 if ( pImp->xObjSh.Is() ) in Suspend()
517 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Suspend()
531 if ( !pImp->xObjSh.Is() ) in Lock()
548 SfxObjectCreateMode eMode = pImp->xObjSh->GetCreateMode(); in Lock()
626 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in SetWaitMode()
629 SfxViewFrame::GetFirst(pImp->xObjSh); in SetWaitMode()
631 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in SetWaitMode()
637 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in SetWaitMode()
640 SfxViewFrame::GetFirst(pImp->xObjSh); in SetWaitMode()
642 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in SetWaitMode()