Lines Matching refs:mpDocSh
160 , mpDocSh(static_cast< ::sd::DrawDocShell*>(pDrDocSh)) in SdDrawDocument()
185 if (mpDocSh) in SdDrawDocument()
278 if (mpDocSh) in SdDrawDocument()
280 sfx2::LinkManager *linkMgr = new sfx2::LinkManager(mpDocSh); in SdDrawDocument()
549 if (mpDocSh) in SetChanged()
551 if (mbNewOrLoadCompleted && mpDocSh->IsEnableSetModified()) in SetChanged()
557 mpDocSh->SetModified(bFlag); in SetChanged()
854 if (mpDocSh) in GetOutliner()
855 mpOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetOutliner()
885 if (mpDocSh) in GetInternalOutliner()
886 mpInternalOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetInternalOutliner()
973 if ( mpDocSh ) in createUnoModel()
974 xModel = mpDocSh->GetModel(); in createUnoModel()
1007 if(mpDocSh) in SetPrinterIndependentLayout()
1009 mpDocSh->UpdateRefDevice (); in SetPrinterIndependentLayout()