Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dnew.cxx314 if ( xDocShell.Is() ) in IMPL_LINK()
318 xDocShell.Clear(); in IMPL_LINK()
354 xDocShell = pTmp; in IMPL_LINK()
359 if ( !xDocShell.Is() ) in IMPL_LINK()
373 if ( !xDocShell.Is() ) in IMPL_LINK()
389 if ( xDocShell.Is() && xDocShell->GetProgress() ) in IMPL_LINK()
424 if ( xDocShell.Is() && xDocShell->GetProgress() ) in IMPL_LINK_INLINE_END()
435 if (xDocShell.Is()) in IMPL_LINK_INLINE_END()
436 xDocShell.Clear(); in IMPL_LINK_INLINE_END()
447 if ( xDocShell && xDocShell->GetProgress() ) in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx237 SfxObjectShellLock xDocShell; member in AssistentDlgImpl
368 xDocShell (NULL), in AssistentDlgImpl()
754 if(xDocShell.Is()) in CloseDocShell()
762 xDocShell = NULL; in CloseDocShell()
767 xDocShell->DoClose(); in CloseDocShell()
768 xDocShell = NULL; in CloseDocShell()
1047 SfxObjectShell* pShell = xDocShell; in GetDocument()
1097 xDocShell = NULL; in GetDocument()
1224 if(mbPreview && xDocShell.Is() ) in IMPL_LINK()
1429 SfxObjectShell* pShell = xDocShell; in UpdateUserData()
[all …]
/trunk/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()
/trunk/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()

Completed in 52 milliseconds