Home
last modified time | relevance | path

Searched refs:xDocShell (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sfx2/source/doc/
H A Dnew.cxx266 SfxObjectShellLock xDocShell; member in SfxNewFileDialog_Impl
314 if ( xDocShell.Is() ) in IMPL_LINK()
316 if ( xDocShell->GetProgress() ) in IMPL_LINK()
318 xDocShell.Clear(); in IMPL_LINK()
354 xDocShell = pTmp; in IMPL_LINK()
359 if ( !xDocShell.Is() ) in IMPL_LINK()
369 lErr = pSfxApp->LoadTemplate( xDocShell, aFileName, sal_True, pSet ); in IMPL_LINK()
373 if ( !xDocShell.Is() ) in IMPL_LINK()
380 aPreviewWin.SetObjectShell( xDocShell ); in IMPL_LINK()
389 if ( xDocShell.Is() && xDocShell->GetProgress() ) in IMPL_LINK()
[all …]
/AOO42X/main/sd/source/ui/dlg/
H A Ddlgass.cxx237 SfxObjectShellLock xDocShell; member in AssistentDlgImpl
369 xDocShell (NULL), in AssistentDlgImpl()
758 if(xDocShell.Is()) in CloseDocShell()
761 uno::Reference< util::XCloseable > xCloseable( xDocShell->GetModel(), uno::UNO_QUERY ); in CloseDocShell()
766 xDocShell = NULL; in CloseDocShell()
771 xDocShell->DoClose(); in CloseDocShell()
772 xDocShell = NULL; in CloseDocShell()
1051 SfxObjectShell* pShell = xDocShell; in GetDocument()
1100 SfxObjectShellLock xRet = xDocShell; in GetDocument()
1101 xDocShell = NULL; in GetDocument()
[all …]
/AOO42X/main/sd/source/ui/app/
H A Dsdmod1.cxx285 SfxObjectShellLock xDocShell; in OutlineToImpress() local
287 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress()
527 SfxObjectShellLock xDocShell; in CreateFromTemplate() local
532 sal_uLong lErr = SFX_APP()->LoadTemplate( xDocShell, rTemplatePath, sal_True, pSet ); in CreateFromTemplate()
534 SfxObjectShell* pDocShell = xDocShell; in CreateFromTemplate()
754 SfxObjectShellLock xDocShell; in CreateEmptyDocument() local
756 xDocShell = pNewDocSh = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD,sal_False,eDocType); in CreateEmptyDocument()
/AOO42X/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2549 SfxObjectShellRef xDocShell = rSh.GetView().GetViewFrame()->GetObjectShell(); in ExecuteFormLetter() local
2550 …t(SfxEventHint(SW_EVENT_MAIL_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_MAIL_MERGE), xDocShell)); in ExecuteFormLetter()
2564 uno::Reference< frame::XStorable > xStore( xDocShell->GetModel(), uno::UNO_QUERY); in ExecuteFormLetter()
2572 if( xDocShell->GetError() ) in ExecuteFormLetter()
2575 ErrorHandler::HandleError( xDocShell->GetError() ); in ExecuteFormLetter()