Lines Matching refs:pMod
220 pObj->SetModel(pMod); in Paste()
227 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Fuellung oder Linie in Paste()
235 MapUnit eMap=pMod->GetScaleUnit(); in Paste()
236 Fraction aMap=pMod->GetScaleFraction(); in Paste()
257 pObj->SetModel(pMod); in Paste()
263 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Fuellung oder Linie in Paste()
272 MapUnit eMap=pMod->GetScaleUnit(); in Paste()
273 Fraction aMap=pMod->GetScaleFraction(); in Paste()
302 if (pSrcMod==pMod) in Paste()
339 MapUnit eDstUnit=pMod->GetScaleUnit(); in Paste()
489 MapUnit eDstMU=pMod->GetScaleUnit(); in ImpPasteObject()
491 Fraction aDstFr(pMod->GetScaleFraction()); in ImpPasteObject()
623 …MapMode aMap( pMod->GetScaleUnit(), Point(), pMod->GetScaleFraction(), pMod->GetScaleFraction(… in GetMarkedObjMetaFile()
684 aRet = SdrExchangeView::GetObjGraphic( pMod, GetMarkedObjectByIndex( 0 ) ); in GetAllMarkedGraphic()
770 const SdrLayerAdmin& rLayerAdmin = pMod->GetLayerAdmin(); in GetMarkedObjects()
822 SdrModel* pNeuMod=pMod->AllocModel(); in GetMarkedObjModel()
844 pNeuObj = new SdrGrafObj( GetObjGraphic( pMod, pObj ), pObj->GetLogicRect() ); in GetMarkedObjModel()