Lines Matching refs:sd

81 using ::sd::framework::FrameworkHelper;
91 ::sd::ViewShellBase& rBase,
97 ::sd::ViewShellBase& mrBase;
132 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
156 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute()
191 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
229 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
232 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in Execute()
235 if( sd::SlideShow::IsRunning( pViewShell->GetViewShellBase() ) ) in Execute()
286 ::sd::DrawDocShell* pDocSh; in OutlineToImpress()
287 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress()
300 SfxViewFrame::LoadDocumentIntoFrame( *pDocSh, pFrmItem, ::sd::OUTLINE_FACTORY_ID ); in OutlineToImpress()
302 ::sd::ViewShell* pViewSh = pDocSh->GetViewShell(); in OutlineToImpress()
314 ::sd::ViewShellBase* pBase in OutlineToImpress()
315 = dynamic_cast< ::sd::ViewShellBase*>(pViewFrame->GetViewShell()); in OutlineToImpress()
358 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
361 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in GetState()
364 if( sd::SlideShow::IsRunning( pViewShell->GetViewShellBase() ) ) in GetState()
375 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState()
403 ::sd::DrawDocShell* pDocSh = in GetState()
404 PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
414 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
421 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
428 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
435 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
438 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in GetState()
462 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in IMPL_LINK()
465 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in IMPL_LINK()
686 ::sd::DrawDocShell* pDocShell = in ExecuteNewDocument()
687 PTR_CAST(::sd::DrawDocShell,pShell); in ExecuteNewDocument()
690 ::sd::ViewShellBase* pBase = in ExecuteNewDocument()
691 ::sd::ViewShellBase::GetViewShellBase ( in ExecuteNewDocument()
694 ::boost::shared_ptr<sd::ViewShell> pViewSh = pBase->GetMainViewShell(); in ExecuteNewDocument()
700 ::sd::FrameView* pFrameView = pViewSh->GetFrameView(); in ExecuteNewDocument()
755 ::sd::DrawDocShell* pNewDocSh; in CreateEmptyDocument()
756 xDocShell = pNewDocSh = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD,sal_False,eDocType); in CreateEmptyDocument()
775 void SdModule::ChangeMedium( ::sd::DrawDocShell* pDocShell, SfxViewFrame* pViewFrame, const sal_Int… in ChangeMedium()
950 ::sd::ViewShellBase& rBase, in OutlineToImpressFinalizer()
1019 ::sd::OutlineViewShell* pOutlineShell in operator ()()
1020 …= dynamic_cast<sd::OutlineViewShell*>(FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHel… in operator ()()
1024 sd::OutlineView* pView = static_cast<sd::OutlineView*>(pOutlineShell->GetView()); in operator ()()
1060 ::sd::DrawDocShell* pDocShell = mrDocument.GetDocSh(); in operator ()()