Lines Matching refs:sd
81 using ::sd::framework::FrameworkHelper;
91 ::sd::ViewShellBase& rBase,
97 ::sd::ViewShellBase& mrBase;
134 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
158 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute()
193 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
231 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
234 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in Execute()
237 if( sd::SlideShow::IsRunning( pViewShell->GetViewShellBase() ) ) in Execute()
288 ::sd::DrawDocShell* pDocSh; in OutlineToImpress()
289 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress()
302 SfxViewFrame::LoadDocumentIntoFrame( *pDocSh, pFrmItem, ::sd::OUTLINE_FACTORY_ID ); in OutlineToImpress()
304 ::sd::ViewShell* pViewSh = pDocSh->GetViewShell(); in OutlineToImpress()
316 ::sd::ViewShellBase* pBase in OutlineToImpress()
317 = dynamic_cast< ::sd::ViewShellBase*>(pViewFrame->GetViewShell()); in OutlineToImpress()
362 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
365 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in GetState()
368 if( sd::SlideShow::IsRunning( pViewShell->GetViewShellBase() ) ) in GetState()
379 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState()
407 ::sd::DrawDocShell* pDocSh = in GetState()
408 PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
418 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
425 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
432 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
439 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
442 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in GetState()
466 … ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in IMPL_LINK()
469 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in IMPL_LINK()
690 ::sd::DrawDocShell* pDocShell = in ExecuteNewDocument()
691 PTR_CAST(::sd::DrawDocShell,pShell); in ExecuteNewDocument()
694 ::sd::ViewShellBase* pBase = in ExecuteNewDocument()
695 ::sd::ViewShellBase::GetViewShellBase ( in ExecuteNewDocument()
698 ::boost::shared_ptr<sd::ViewShell> pViewSh = pBase->GetMainViewShell(); in ExecuteNewDocument()
704 ::sd::FrameView* pFrameView = pViewSh->GetFrameView(); in ExecuteNewDocument()
759 ::sd::DrawDocShell* pNewDocSh; in CreateEmptyDocument()
760 xDocShell = pNewDocSh = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD,sal_False,eDocType); in CreateEmptyDocument()
779 void SdModule::ChangeMedium( ::sd::DrawDocShell* pDocShell, SfxViewFrame* pViewFrame, const sal_Int… in ChangeMedium()
934 ::sd::ViewShellBase& rBase, in OutlineToImpressFinalizer()
1003 ::sd::OutlineViewShell* pOutlineShell in operator ()()
1004 …= dynamic_cast<sd::OutlineViewShell*>(FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHel… in operator ()()
1008 sd::OutlineView* pView = static_cast<sd::OutlineView*>(pOutlineShell->GetView()); in operator ()()
1044 ::sd::DrawDocShell* pDocShell = mrDocument.GetDocSh(); in operator ()()