Lines Matching refs:mpDocSh
160 , mpDocSh(static_cast< ::sd::DrawDocShell*>(pDrDocSh)) in SdDrawDocument()
185 if (mpDocSh) in SdDrawDocument()
277 if (mpDocSh) in SdDrawDocument()
279 sfx2::LinkManager *linkMgr = new sfx2::LinkManager(mpDocSh); in SdDrawDocument()
547 if (mpDocSh) in SetChanged()
549 if (mbNewOrLoadCompleted && mpDocSh->IsEnableSetModified()) in SetChanged()
555 mpDocSh->SetModified(bFlag); in SetChanged()
851 if (mpDocSh) in GetOutliner()
852 mpOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetOutliner()
881 if (mpDocSh) in GetInternalOutliner()
882 mpInternalOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetInternalOutliner()
969 if ( mpDocSh ) in createUnoModel()
970 xModel = mpDocSh->GetModel(); in createUnoModel()
1003 if(mpDocSh) in SetPrinterIndependentLayout()
1005 mpDocSh->UpdateRefDevice (); in SetPrinterIndependentLayout()