Lines Matching refs:pDocSh
423 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet()
433 if (pDocSh) in CreateItemSet()
435 pDoc = pDocSh->GetDoc(); in CreateItemSet()
440 pFrameView = pDocSh->GetFrameView(); in CreateItemSet()
442 pViewShell = pDocSh->GetViewShell(); in CreateItemSet()
513 if( pDocSh ) in CreateItemSet()
555 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
564 if (pDocSh) in ApplyItemSet()
566 pDoc = pDocSh->GetDoc(); in ApplyItemSet()
571 pFrameView = pDocSh->GetFrameView(); in ApplyItemSet()
573 pViewShell = pDocSh->GetViewShell(); in ApplyItemSet()
621 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
685 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
689 pDocSh->GetPrinter(sal_True)->SetOptions( aPrintSet ); in ApplyItemSet()
695 SdDrawDocument* pDocument = pDocSh->GetDoc(); in ApplyItemSet()
712 SdDrawDocument* pDocument = pDocSh->GetDoc(); in ApplyItemSet()
738 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()