Lines Matching refs:pObj

311 		SdrObject* pObj = maTmpList[i];  in DoImport()  local
312 rOL.NbcInsertObject(pObj, nInsPos, &aReason); in DoImport()
336 void ImpSdrGDIMetaFileImport::SetAttributes(SdrObject* pObj, bool bForceTextAttr) in SetAttributes() argument
341 bool bFill(!pObj || (pObj->IsClosedObj() && !bForceTextAttr)); in SetAttributes()
342 bool bText(bForceTextAttr || (pObj && pObj->GetOutlinerParaObject())); in SetAttributes()
449 if(pObj) in SetAttributes()
451 pObj->SetLayer(mnLayer); in SetAttributes()
455 pObj->SetMergedItemSet(*mpLineAttr); in SetAttributes()
460 pObj->SetMergedItemSet(*mpFillAttr); in SetAttributes()
465 pObj->SetMergedItemSet(*mpTextAttr); in SetAttributes()
466 pObj->SetMergedItem(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_LEFT)); in SetAttributes()
471 void ImpSdrGDIMetaFileImport::InsertObj(SdrObject* pObj, bool bScale) in InsertObj() argument
477 pObj->NbcResize(Point(), maScaleX, maScaleY); in InsertObj()
482 pObj->NbcMove(Size(maOfs.X(), maOfs.Y())); in InsertObj()
488 const basegfx::B2DPolyPolygon aPoly(pObj->TakeXorPoly()); in InsertObj()
490 const SdrLayerID aOldLayer(pObj->GetLayer()); in InsertObj()
491 const SfxItemSet aOldItemSet(pObj->GetMergedItemSet()); in InsertObj()
492 const SdrGrafObj* pSdrGrafObj = dynamic_cast< SdrGrafObj* >(pObj); in InsertObj()
493 const SdrTextObj* pSdrTextObj = dynamic_cast< SdrTextObj* >(pObj); in InsertObj()
508 SdrObject::Free(pObj); in InsertObj()
522 SdrObject::Free(pObj); in InsertObj()
566 SdrObject::Free(pObj); in InsertObj()
581 pObj = new SdrPathObj( in InsertObj()
585 pObj->SetLayer(aOldLayer); in InsertObj()
586 pObj->SetMergedItemSet(aOldItemSet); in InsertObj()
612 pObj->SetMergedItem(XFillStyleItem(XFILL_BITMAP)); in InsertObj()
613 pObj->SetMergedItem(XFillBitmapItem(String(), Graphic(aClippedBitmap))); in InsertObj()
614 pObj->SetMergedItem(XFillBmpTileItem(false)); in InsertObj()
615 pObj->SetMergedItem(XFillBmpStretchItem(true)); in InsertObj()
622 if(pObj) in InsertObj()
628 if(pObj->HasLineStyle()) in InsertObj()
633 if(!bVisible && pObj->HasFillStyle()) in InsertObj()
640 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >(pObj); in InsertObj()
650 SdrGrafObj* pGrafObj = dynamic_cast< SdrGrafObj* >(pObj); in InsertObj()
663 SdrObject::Free(pObj); in InsertObj()
667 maTmpList.push_back(pObj); in InsertObj()
669 if(dynamic_cast< SdrPathObj* >(pObj)) in InsertObj()
671 const bool bClosed(pObj->IsClosedObj()); in InsertObj()
1227 SdrObject* pObj = maTmpList[i]; in MapScaling() local
1229 pObj->NbcMove(Size(aMapOrg.X(), aMapOrg.Y())); in MapScaling()