Lines Matching refs:pDocSh
419 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet()
429 if (pDocSh) in CreateItemSet()
431 pDoc = pDocSh->GetDoc(); in CreateItemSet()
436 pFrameView = pDocSh->GetFrameView(); in CreateItemSet()
438 pViewShell = pDocSh->GetViewShell(); in CreateItemSet()
509 if( pDocSh ) in CreateItemSet()
551 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
560 if (pDocSh) in ApplyItemSet()
562 pDoc = pDocSh->GetDoc(); in ApplyItemSet()
567 pFrameView = pDocSh->GetFrameView(); in ApplyItemSet()
569 pViewShell = pDocSh->GetViewShell(); in ApplyItemSet()
617 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
681 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
685 pDocSh->GetPrinter(sal_True)->SetOptions( aPrintSet ); in ApplyItemSet()
691 SdDrawDocument* pDocument = pDocSh->GetDoc(); in ApplyItemSet()
708 SdDrawDocument* pDocument = pDocSh->GetDoc(); in ApplyItemSet()
734 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()