Searched refs:xDocShell (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sfx2/source/doc/ |
| H A D | new.cxx | 266 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 …]
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | dlgass.cxx | 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() [all …]
|
| /AOO41X/main/sd/source/ui/app/ |
| H A D | sdmod1.cxx | 287 SfxObjectShellLock xDocShell; in OutlineToImpress() local 289 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress() 531 SfxObjectShellLock xDocShell; in CreateFromTemplate() local 536 sal_uLong lErr = SFX_APP()->LoadTemplate( xDocShell, rTemplatePath, sal_True, pSet ); in CreateFromTemplate() 538 SfxObjectShell* pDocShell = xDocShell; in CreateFromTemplate() 758 SfxObjectShellLock xDocShell; in CreateEmptyDocument() local 760 xDocShell = pNewDocSh = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD,sal_False,eDocType); in CreateEmptyDocument()
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | dbmgr.cxx | 2549 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()
|