Lines Matching refs:xDocShell
237 SfxObjectShellLock xDocShell; member in AssistentDlgImpl
368 xDocShell (NULL), in AssistentDlgImpl()
754 if(xDocShell.Is()) in CloseDocShell()
757 uno::Reference< util::XCloseable > xCloseable( xDocShell->GetModel(), uno::UNO_QUERY ); in CloseDocShell()
762 xDocShell = NULL; in CloseDocShell()
767 xDocShell->DoClose(); in CloseDocShell()
768 xDocShell = NULL; in CloseDocShell()
1047 SfxObjectShell* pShell = xDocShell; in GetDocument()
1096 SfxObjectShellLock xRet = xDocShell; in GetDocument()
1097 xDocShell = NULL; in GetDocument()
1224 if(mbPreview && xDocShell.Is() ) in IMPL_LINK()
1226 SfxObjectShell* pShell = xDocShell; in IMPL_LINK()
1429 SfxObjectShell* pShell = xDocShell; in UpdateUserData()
1493 SfxObjectShell* pShell = xDocShell; in UpdatePageList()
1530 if( !xDocShell.Is() || maDocFile.Len() != 0 || in UpdatePreview()
1536 xDocShell = pNewDocSh = new DrawDocShell(SFX_CREATE_MODE_STANDARD, sal_False); in UpdatePreview()
1553 SfxObjectShell* pShell = xDocShell; in UpdatePreview()
1579 if( (lErr = pSfxApp->LoadTemplate( xDocShell, aDocFile, sal_True, pSet )) != 0 ) in UpdatePreview()
1582 SavePassword( xDocShell, aDocFile ); in UpdatePreview()
1598 xDocShell = pRet->GetFrame()->GetObjectShell(); in UpdatePreview()
1634 SfxObjectShell* pShell = xDocShell; in UpdatePreview()
1658 if ( !xDocShell.Is() || !mbPreview ) in UpdatePreview()
1662 maPreview.SetObjectShell( xDocShell, mnShowPage ); in UpdatePreview()